diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-04-21 15:04:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 12:26:30 +0100 |
commit | bbd6999a7249b7b99e434a4a01c8cedf540279bd (patch) | |
tree | cd3e60cbf3f0c8c7a96d5d6cdbb3a720ccc759f2 /meta/recipes-core/busybox | |
parent | cdf878387ad460f7c6b7a58dcc996918bcd07a0a (diff) | |
download | poky-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.inc | 3 | ||||
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.18.4.bb | 2 |
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 | ||
30 | RRECOMMENDS_${PN} = "${PN}-syslog ${PN}-udhcpc" | 30 | RRECOMMENDS_${PN} = "${PN}-syslog ${PN}-udhcpc" |
31 | 31 | ||
32 | # This disables the syslog startup links in slugos (see slugos-init) | ||
33 | INITSCRIPT_PARAMS_${PN}-syslog_slugos = "start 20 ." | ||
34 | |||
35 | inherit cml1 update-rc.d | 32 | inherit cml1 update-rc.d |
36 | 33 | ||
37 | do_configure () { | 34 | do_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 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | PR = "r0" | 2 | PR = "r1" |
3 | 3 | ||
4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | 4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ |
5 | file://udhcpscript.patch \ | 5 | file://udhcpscript.patch \ |