aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2011-01-19 23:57:28 +0000
committerThomas Zimmermann <zimmermann@vdm-design.de>2011-01-30 12:19:19 +0100
commit7acc459888bae4ee1846cd86bcedade4cd0defe0 (patch)
tree1615e666ae9866c6f523c377872085c12366fe81 /recipes
parent28a6ae6ba01eae5ac53a683a575c574977da5fb1 (diff)
downloadopenembedded-7acc459888bae4ee1846cd86bcedade4cd0defe0.tar.gz
busybox: enable CONFIG_RUN_PARTS if default.script is to be installed
Signed-off-by: Eric BĂ©nard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/busybox/busybox_1.1x.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/busybox/busybox_1.1x.inc b/recipes/busybox/busybox_1.1x.inc
index 079c784f60..e7394cb4c4 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() {