summaryrefslogtreecommitdiff
path: root/packages/tasks
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-08-22 23:08:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-08-22 23:08:23 +0000
commitf75e5aedb17628e46420aaff3d460934056c42d2 (patch)
tree266f0b5375e330f470a3c9f69c30c4880bc564b3 /packages/tasks
parent972009cac266e7ae4c9a42a6af1f50e664a2e03f (diff)
parent3e51d1d516000a33f877a536cdee8b142a4472c8 (diff)
merge of '81c87e5195c33ef6ed29868b074d16176f177c69'
and 'b276360ffd472780ff8a2ecb78b15b2b96691746'
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-slugos.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/tasks/task-slugos.bb b/packages/tasks/task-slugos.bb
index 186eab6d07..0a0dd65496 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 = "r19"
+PR = "r20"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(nslu2|ixp4xx)"
ALLOW_EMPTY = "1"
@@ -119,6 +119,8 @@ DISTRO_EXTRA_DEPENDS ?= ""
DEPENDS += "${DISTRO_EXTRA_DEPENDS}"
DISTRO_EXTRA_RDEPENDS ?= ""
+
+## This comment block is temporary, to be removed once SlugOS 5.0 stabilizes
##RDEPENDS += "\
## kernel ixp4xx-npe \
## base-files base-passwd netbase \
@@ -138,13 +140,14 @@ DISTRO_EXTRA_RDEPENDS ?= ""
## util-linux-* utilities are now replaced by busybox tools. Also, ipkg
## 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
RDEPENDS += "\
kernel ixp4xx-npe \
base-files base-passwd netbase \
busybox initscripts-slugos slugos-init \
update-modules sysvinit udev \
- module-init-tools modutils-initscripts \
+ modutils-initscripts \
opkg-collateral opkg-nogpg-nocurl \
libgcc \
beep \