git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb36a89
)
busybox: enable CONFIG_RUN_PARTS if default.script is to be installed
author
Eric BENARD
<eric@eukrea.com>
Wed, 19 Jan 2011 23:57:28 +0000
(23:57 +0000)
committer
Eric Bénard
<eric@eukrea.com>
Wed, 19 Jan 2011 20:00:24 +0000
(21:00 +0100)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/busybox/busybox_1.1x.inc
patch
|
blob
|
history
diff --git
a/recipes/busybox/busybox_1.1x.inc
b/recipes/busybox/busybox_1.1x.inc
index
4dbc3d9
..
1078aac
100644
(file)
--- a/
recipes/busybox/busybox_1.1x.inc
+++ b/
recipes/busybox/busybox_1.1x.inc
@@
-34,6
+34,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() {