[oe-commits] Eric BENARD : busybox: enable CONFIG_RUN_PARTS if default. script is to be installed

git version control git at git.openembedded.org
Wed Feb 16 17:56:19 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 7acc459888bae4ee1846cd86bcedade4cd0defe0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7acc459888bae4ee1846cd86bcedade4cd0defe0

Author: Eric BENARD <eric at eukrea.com>
Date:   Wed Jan 19 23:57:28 2011 +0000

busybox: enable CONFIG_RUN_PARTS if default.script is to be installed

Signed-off-by: Eric Bénard <eric at eukrea.com>
Acked-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/busybox/busybox_1.1x.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/busybox/busybox_1.1x.inc b/recipes/busybox/busybox_1.1x.inc
index 079c784..e7394cb 100644
--- a/recipes/busybox/busybox_1.1x.inc
+++ b/recipes/busybox/busybox_1.1x.inc
@@ -32,6 +32,9 @@ do_configure_prepend () {
 	if [ "${TARGET_ARCH}" = "avr32" ] ; then
 		sed -i s:CONFIG_FEATURE_OSF_LABEL=y:CONFIG_FEATURE_OSF_LABEL=n: ${WORKDIR}/defconfig
 	fi
+        if [ -e ${WORKDIR}/default.script ]; then
+		echo "CONFIG_RUN_PARTS=y"                    >> ${WORKDIR}/defconfig
+        fi
 }
 
 do_install_append() {





More information about the Openembedded-commits mailing list