diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-04-21 15:04:58 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-04 22:12:27 -0700 |
commit | ea2cd4b8e9bc013a007fe2a1a605ecb59db5a896 (patch) | |
tree | 75cf5498db3845589f63ac82e75e0577f4e77cfd /meta/recipes-core/busybox | |
parent | 72567733033347b662d9baa07432985fd2da3efa (diff) | |
download | openembedded-core-ea2cd4b8e9bc013a007fe2a1a605ecb59db5a896.tar.gz openembedded-core-ea2cd4b8e9bc013a007fe2a1a605ecb59db5a896.tar.bz2 openembedded-core-ea2cd4b8e9bc013a007fe2a1a605ecb59db5a896.zip |
Remove distro-specific metadata for distros not in oe-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
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}" RRECOMMENDS_${PN} = "${PN}-syslog ${PN}-udhcpc" -# This disables the syslog startup links in slugos (see slugos-init) -INITSCRIPT_PARAMS_${PN}-syslog_slugos = "start 20 ." - inherit cml1 update-rc.d 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 @@ require busybox.inc -PR = "r0" +PR = "r1" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://udhcpscript.patch \ |