Various misc metadata fixes to enable poky builds again

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@273 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-02-13 00:21:13 +00:00
parent 5fb35ca111
commit c66704cd6f
6 changed files with 14 additions and 5 deletions

View File

@ -84,8 +84,8 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst
# Function to strip a single file, called from RUNSTRIP below
# A working 'file' (one which works on the target architecture)
# is necessary for this stuff to work.
PACKAGE_DEPENDS ?= "file-native"
DEPENDS_prepend =+ "${PACKAGE_DEPENDS} "
#PACKAGE_DEPENDS ?= "file-native"
#DEPENDS_prepend =+ "${PACKAGE_DEPENDS} "
#FIXME: this should be "" when any errors are gone!
IGNORE_STRIP_ERRORS ?= "1"

View File

@ -69,6 +69,8 @@ PREFERRED_PROVIDER_x11 = "diet-x11"
PREFERRED_PROVIDER_gconf=gconf-dbus
PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus
PREFERRED_VERSION_gnome-vfs-dbus = "2.12.0+cvs${SRCDATE}"
#
# CVS Dates to use:
@ -170,3 +172,5 @@ PREFERRED_VERSION_xrdb ?= "0.0+cvs${SRCDATE}"
PREFERRED_VERSION_xst ?= "0.15"
PREFERRED_VERSION_oprofile ?= "0.0+cvs${SRCDATE}"
PCMCIA_MANAGER = "pcmciautils"

View File

@ -1,6 +1,7 @@
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gtk+ gconf dbus db gnome-common libglade libiconv"
RDEPENDS = "gconf dbus-1 db libiconv"
RDEPENDS = "gconf db libiconv"
#dbus
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Evolution database backend server"
PV = "1.4.0+svn${SRCDATE}"

View File

@ -7,11 +7,13 @@ SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz
file://fc-glyphname.patch;patch=1 \
file://fc-lang.patch;patch=1 \
file://local.conf"
PR = "r1"
PR = "r2"
PACKAGES =+ "fontconfig-utils "
FILES_fontconfig-utils = "${bindir}/*"
PKG_fontconfig-utils=fontconfig-utils
S = "${WORKDIR}/fontconfig-${PV}"
inherit autotools pkgconfig

View File

@ -89,6 +89,8 @@ do_stage() {
for i in ${GNOME_VFS_PLATFORM_HEADERS}; do install -m 0644 libgnomevfs/$i ${STAGING_INCDIR}/include/libgnomevfs/; done
}
PACKAGES_DYNAMIC = "gnome-vfs-plugin-*"
python populate_packages_prepend () {
print bb.data.getVar('FILES_gnome-vfs', d, 1)

View File

@ -64,7 +64,7 @@ fi
}
PACKAGES_DYANMIC = "gdk-pixbuf-loader-* gtk-immodule-*"
PACKAGES_DYNAMIC = "gdk-pixbuf-loader-* gtk-immodule-*"
python populate_packages_prepend () {
import os.path