mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
toybox-inittab: Get rid of bashism
Be explicit about copying the files, makes it simpler for dash to handle it Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com> Cc: Adam Miartus <adam.miartus@softhows.eu>
This commit is contained in:
@@ -26,8 +26,8 @@ do_patch[noexec] = "1"
|
|||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# copy over files now to have a fresh start on each config
|
# copy over files now to have a fresh start on each config
|
||||||
for file in ${SRC_URI}; do
|
for f in inittab rcK rcS; do
|
||||||
cp ${WORKDIR}/${file/file:\/\//} ${S}
|
cp ${WORKDIR}/$f ${S}
|
||||||
done
|
done
|
||||||
|
|
||||||
for config in ${PACKAGECONFIG_CONFARGS}; do
|
for config in ${PACKAGECONFIG_CONFARGS}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user