diff options
-rw-r--r-- | meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb index 8d7ff61e86..9af1e3f149 100644 --- a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb +++ b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb | |||
@@ -26,8 +26,8 @@ do_patch[noexec] = "1" | |||
26 | 26 | ||
27 | do_configure() { | 27 | do_configure() { |
28 | # copy over files now to have a fresh start on each config | 28 | # copy over files now to have a fresh start on each config |
29 | for file in ${SRC_URI}; do | 29 | for f in inittab rcK rcS; do |
30 | cp ${WORKDIR}/${file/file:\/\//} ${S} | 30 | cp ${WORKDIR}/$f ${S} |
31 | done | 31 | done |
32 | 32 | ||
33 | for config in ${PACKAGECONFIG_CONFARGS}; do | 33 | for config in ${PACKAGECONFIG_CONFARGS}; do |