Thanks, my world builds will be green again! .. maybe.. :) On Wed, Jun 10, 2020 at 3:26 AM Khem Raj <[email protected]> wrote:
> Be explicit about copying the files, makes it simpler for dash to handle > it > > Signed-off-by: Khem Raj <[email protected]> > Cc: Martin Jansa <[email protected]> > Cc: Adam Miartus <[email protected]> > --- > meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb | 4 ++-- > 1 file 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" > > 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 > -- > 2.27.0 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84927): https://lists.openembedded.org/g/openembedded-devel/message/84927 Mute This Topic: https://lists.openembedded.org/mt/74788425/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
