mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
33c8a0235b
commit
63ef209402
@ -26,8 +26,8 @@ do_patch[noexec] = "1"
|
||||
|
||||
do_configure() {
|
||||
# copy over files now to have a fresh start on each config
|
||||
for file in ${SRC_URI}; do
|
||||
cp ${WORKDIR}/${file/file:\/\//} ${S}
|
||||
for f in inittab rcK rcS; do
|
||||
cp ${WORKDIR}/$f ${S}
|
||||
done
|
||||
|
||||
for config in ${PACKAGECONFIG_CONFARGS}; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user