[oe-commits] Mike Westerhof : SlugOS: use IPKG_VARIANT instead of identifying the opkg variant by name.

git version control git at git.openembedded.org
Tue Dec 8 12:38:01 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: 0eaa9e1083907b93976bca23499077e990ed3279
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0eaa9e1083907b93976bca23499077e990ed3279

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Dec  4 23:40:51 2009 -0600

SlugOS: use IPKG_VARIANT instead of identifying the opkg variant by name.

---

 recipes/tasks/task-slugos.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tasks/task-slugos.bb b/recipes/tasks/task-slugos.bb
index 35b0f83..8ed43b1 100644
--- a/recipes/tasks/task-slugos.bb
+++ b/recipes/tasks/task-slugos.bb
@@ -6,7 +6,7 @@
 DESCRIPTION = "Task packages for the SlugOS distribution"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r23"
+PR = "r24"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(nslu2|ixp4xx|sheevaplug)"
 ALLOW_EMPTY = "1"
@@ -129,7 +129,7 @@ RDEPENDS += "\
         busybox initscripts-slugos slugos-init \
         update-modules sysvinit udev \
 	module-init-tools modutils-initscripts \
-        opkg-collateral opkg-nogpg-nocurl \
+        opkg-collateral ${IPKG_VARIANT} \
 	libgcc \
 	beep \
 	util-linux-mount \





More information about the Openembedded-commits mailing list