]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: don't create /etc/default
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 16 Feb 2012 02:08:41 +0000 (03:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2012 23:59:15 +0000 (23:59 +0000)
* It's not used by the recipe and its creation
  currently depends on CONFIG_HWCLOCK=y.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox_1.19.3.bb

index 5fb436ee23d9d140e01818c696d9a5517e977fd5..fc69d65f69c0ede0888f993c4a319718bf0fe278 100644 (file)
@@ -179,7 +179,6 @@ do_install () {
                install -m 0755 ${WORKDIR}/busybox-udhcpd ${D}${sysconfdir}/init.d/
        fi
        if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
-               install -d ${D}${sysconfdir}/default
                install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/
        fi
        if grep "CONFIG_UDHCPC=y" ${WORKDIR}/defconfig; then
index a0754071d94586b341c3fa467444f32cda8688a6..45e284f1e1e5f881ee97204f0acfbb93b12572bd 100644 (file)
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://udhcpscript.patch \