Signed-off-by: Andrei Gherzan <and...@gherzan.ro>
---
 meta/recipes-core/busybox/busybox.inc |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox.inc 
b/meta/recipes-core/busybox/busybox.inc
index 82137a3..17ff442 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -180,9 +180,13 @@ do_install () {
        if grep "CONFIG_UDHCPD=y" ${WORKDIR}/defconfig; then
                install -m 0755 ${WORKDIR}/busybox-udhcpd 
${D}${sysconfdir}/init.d/
        fi
-       if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
-               install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/
-       fi
+       case "${MACHINE_FEATURES}" in
+       *rtc*)
+               if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
+                       install -m 0755 ${WORKDIR}/hwclock.sh 
${D}${sysconfdir}/init.d/
+               fi
+               ;;
+       esac
        if grep "CONFIG_UDHCPC=y" ${WORKDIR}/defconfig; then
                install -d ${D}${sysconfdir}/udhcpc.d
                install -d ${D}${datadir}/udhcpc
-- 
1.7.9.5


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to