diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-02-16 03:08:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 23:59:37 +0000 |
commit | 578b6f222d48b624ff78f32ae6fc9c85db1a92cf (patch) | |
tree | 48a083b68d38c2162bc892f97ded66f2a2cb5291 | |
parent | 762966eaae1022f14345964bec9023342d9d6985 (diff) | |
download | poky-578b6f222d48b624ff78f32ae6fc9c85db1a92cf.tar.gz |
busybox: don't create /etc/default
* It's not used by the recipe and its creation
currently depends on CONFIG_HWCLOCK=y.
(From OE-Core rev: cd59c2fcefa6aeacf78a63c5c9a623a4d77c0941)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.19.3.bb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 5fb436ee23..fc69d65f69 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
@@ -179,7 +179,6 @@ do_install () { | |||
179 | install -m 0755 ${WORKDIR}/busybox-udhcpd ${D}${sysconfdir}/init.d/ | 179 | install -m 0755 ${WORKDIR}/busybox-udhcpd ${D}${sysconfdir}/init.d/ |
180 | fi | 180 | fi |
181 | if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then | 181 | if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then |
182 | install -d ${D}${sysconfdir}/default | ||
183 | install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/ | 182 | install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/ |
184 | fi | 183 | fi |
185 | if grep "CONFIG_UDHCPC=y" ${WORKDIR}/defconfig; then | 184 | if grep "CONFIG_UDHCPC=y" ${WORKDIR}/defconfig; then |
diff --git a/meta/recipes-core/busybox/busybox_1.19.3.bb b/meta/recipes-core/busybox/busybox_1.19.3.bb index a0754071d9..45e284f1e1 100644 --- a/meta/recipes-core/busybox/busybox_1.19.3.bb +++ b/meta/recipes-core/busybox/busybox_1.19.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | PR = "r3" | 2 | PR = "r4" |
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 \ |