summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-04-21 15:04:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-05 12:26:30 +0100
commitbbd6999a7249b7b99e434a4a01c8cedf540279bd (patch)
treecd3e60cbf3f0c8c7a96d5d6cdbb3a720ccc759f2 /meta/recipes-core/busybox
parentcdf878387ad460f7c6b7a58dcc996918bcd07a0a (diff)
downloadpoky-bbd6999a7249b7b99e434a4a01c8cedf540279bd.tar.gz
Remove distro-specific metadata for distros not in oe-core
(From OE-Core rev: ea2cd4b8e9bc013a007fe2a1a605ecb59db5a896) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox.inc3
-rw-r--r--meta/recipes-core/busybox/busybox_1.18.4.bb2
2 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 9f2d64c093..be13c8aee4 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -29,9 +29,6 @@ CONFFILES_${PN}-syslog = "${sysconfdir}/syslog.conf.${PN}"
29 29
30RRECOMMENDS_${PN} = "${PN}-syslog ${PN}-udhcpc" 30RRECOMMENDS_${PN} = "${PN}-syslog ${PN}-udhcpc"
31 31
32# This disables the syslog startup links in slugos (see slugos-init)
33INITSCRIPT_PARAMS_${PN}-syslog_slugos = "start 20 ."
34
35inherit cml1 update-rc.d 32inherit cml1 update-rc.d
36 33
37do_configure () { 34do_configure () {
diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb
index 696a4db09b..5f5c2ae1ca 100644
--- a/meta/recipes-core/busybox/busybox_1.18.4.bb
+++ b/meta/recipes-core/busybox/busybox_1.18.4.bb
@@ -1,5 +1,5 @@
1require busybox.inc 1require busybox.inc
2PR = "r0" 2PR = "r1"
3 3
4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ 4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
5 file://udhcpscript.patch \ 5 file://udhcpscript.patch \