[oe-commits] Mike Westerhof : SlugOS: task-slugos - re-instate module-init-tools due to busybox bugs.

GIT User account git at amethyst.openembedded.net
Sun Jan 11 08:29:28 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f1afa431826af011efe3fbdf30510d0c4ef65f86
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f1afa431826af011efe3fbdf30510d0c4ef65f86

Author: Mike Westerhof <mwester at dls.net>
Date:   Sun Jan 11 02:28:25 2009 -0600

SlugOS: task-slugos - re-instate module-init-tools due to busybox bugs.

---

 packages/tasks/task-slugos.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/tasks/task-slugos.bb b/packages/tasks/task-slugos.bb
index e1092b6..f622aeb 100644
--- a/packages/tasks/task-slugos.bb
+++ b/packages/tasks/task-slugos.bb
@@ -6,7 +6,7 @@
 DESCRIPTION = "Task packages for the SlugOS distribution"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r21"
+PR = "r22"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(nslu2|ixp4xx)"
 ALLOW_EMPTY = "1"
@@ -140,13 +140,14 @@ DISTRO_EXTRA_RDEPENDS ?= ""
 ## is replaced by a trimmed-down version of opkg (no package signatures,
 ## and it uses the busybox wget command instead of libcurl - MJW
 ## SlugOS 5.0 - module-init-tools replaced by busybox as well - MJW
+## SlugOS 5.2 - module-init-tools reinstated due to busybox bugs - MJW
 
 RDEPENDS += "\
 	kernel ixp4xx-npe \
 	base-files base-passwd netbase \
         busybox initscripts-slugos slugos-init \
         update-modules sysvinit udev \
-	modutils-initscripts \
+	module-init-tools modutils-initscripts \
         opkg-collateral opkg-nogpg-nocurl \
 	libgcc \
 	beep \





More information about the Openembedded-commits mailing list