From f749482065eb58bd8d9390a4231f65e56c181d1c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 5 Sep 2005 22:54:02 +0000 Subject: packages/gnome/gnome-vfs_2.6.2.bb: version dependency on samba --- packages/gnome/gnome-vfs_2.6.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gnome/gnome-vfs_2.6.2.bb b/packages/gnome/gnome-vfs_2.6.2.bb index a9df875a1a..c6a42f4cf9 100644 --- a/packages/gnome/gnome-vfs_2.6.2.bb +++ b/packages/gnome/gnome-vfs_2.6.2.bb @@ -3,7 +3,7 @@ PR = "r4" inherit gnome -DEPENDS = "libxml2 gconf libbonobo bzip2 gnome-mime-data orbit2 zlib samba" +DEPENDS = "libxml2 gconf libbonobo bzip2 gnome-mime-data orbit2 zlib samba-3.0.14" RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info" SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1" -- cgit v1.2.3 From c09f18c82f67c6db495008470508e939f56f1fed Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 6 Sep 2005 08:03:41 +0000 Subject: ucslugc: Add upslug2-native to the UcSlugC build --- conf/distro/ucslugc-packages.conf | 1 + conf/distro/ucslugc.conf | 15 ++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/conf/distro/ucslugc-packages.conf b/conf/distro/ucslugc-packages.conf index a45c396c8b..d17b059724 100644 --- a/conf/distro/ucslugc-packages.conf +++ b/conf/distro/ucslugc-packages.conf @@ -147,6 +147,7 @@ ${PKGDIR}/packages/uclibc/*.bb \ ${PKGDIR}/packages/unionfs/*.bb \ ${PKGDIR}/packages/update-modules/*.bb \ ${PKGDIR}/packages/update-rc.d/*.bb \ +${PKGDIR}/packages/upslug/*.bb \ ${PKGDIR}/packages/util-linux/*.bb \ ${PKGDIR}/packages/vlan/*.bb \ ${PKGDIR}/packages/wakelan/*.bb \ diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index 9239e676c7..b71352d070 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -108,12 +108,17 @@ IMAGE_PREPROCESS_COMMAND = "rm ${IMAGE_ROOTFS}/boot/zImage*;" # the flash file system ('turnup' will not work). You need to add the filesystem # modules for your chosen root file system (and any others which will be used). # See openslug.conf for a more full-featured system! -UCLIBC_EXTRA_RDEPENDS ?= "" -UCLIBC_EXTRA_DEPENDS ?= "" -#UCLIBC_EXTRA_BBFILES above may also need to be set +UCSLUGC_EXTRA_RDEPENDS ?= "" +UCSLUGC_EXTRA_DEPENDS ?= "" +#USLUGC_EXTRA_BBFILES above may also need to be set -OPENSLUG_EXTRA_INSTALL = "${UCLIBC_EXTRA_RDEPENDS}" -OPENSLUG_EXTRA_DEPENDS = "${UCLIBC_EXTRA_DEPENDS}" +# These depends define native utilities - they do not get put in the flash. +# upslug2 (in tmp/work/upslug2-native-*) is the program to write the NSLU2 flash +# Override this as desired - it makes no difference to the final image. +UCSLUGC_NATIVE_DEPENDS ?= "upslug2-native" + +OPENSLUG_EXTRA_INSTALL = "${UCSLUGC_EXTRA_RDEPENDS}" +OPENSLUG_EXTRA_DEPENDS = "${UCSLUGC_EXTRA_DEPENDS} ${UCSLUGC_NATIVE_DEPENDS}" #---------------------------------------------------------------------------------- # PACKAGE VERSION CONTROL -- cgit v1.2.3 From 6236aaad0e8fe49c61d8230220fa2ed429c3eaf7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 6 Sep 2005 08:14:45 +0000 Subject: gnome-vfs: fix typo in depends --- packages/gnome/gnome-vfs-dbus_2.8.4.4.bb | 2 +- packages/gnome/gnome-vfs_2.6.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb b/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb index 5e98e9e0d6..045a281676 100644 --- a/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb +++ b/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb @@ -6,7 +6,7 @@ RPROVIDES = "gnome-vfs" inherit gnome pkgconfig -DEPENDS = "libxml2 gconf-dbus dbus bzip2 gnome-mime-data zlib samba-3.0.14" +DEPENDS = "libxml2 gconf-dbus dbus bzip2 gnome-mime-data zlib samba-3.0.14a" RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info" diff --git a/packages/gnome/gnome-vfs_2.6.2.bb b/packages/gnome/gnome-vfs_2.6.2.bb index c6a42f4cf9..7bef148ff2 100644 --- a/packages/gnome/gnome-vfs_2.6.2.bb +++ b/packages/gnome/gnome-vfs_2.6.2.bb @@ -3,7 +3,7 @@ PR = "r4" inherit gnome -DEPENDS = "libxml2 gconf libbonobo bzip2 gnome-mime-data orbit2 zlib samba-3.0.14" +DEPENDS = "libxml2 gconf libbonobo bzip2 gnome-mime-data orbit2 zlib samba-3.0.14a" RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info" SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1" -- cgit v1.2.3