> -----Original Message----- > From: [email protected] <openembedded- > [email protected]> On Behalf Of [email protected] > Sent: den 29 mars 2020 23:41 > To: OE Core mailing list <[email protected]> > Subject: [OE-core] [PATCH] append_: adjust some appends to guarantee leading > space
Please split in one patch per recipe. //Peter > > > Signed-off-by: Robert P. J. Day <[email protected]> > > --- > > diff --git a/meta/recipes-devtools/elfutils/elfutils_0.178.bb > b/meta/recipes-devtools/elfutils/elfutils_0.178.bb > index 8f5deb2c62..c500ae3c19 100644 > --- a/meta/recipes-devtools/elfutils/elfutils_0.178.bb > +++ b/meta/recipes-devtools/elfutils/elfutils_0.178.bb > @@ -56,7 +56,7 @@ PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" > > RDEPENDS_${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils" > > -EXTRA_OECONF_append_class-target += "--disable-tests-rpath" > +EXTRA_OECONF_append_class-target = " --disable-tests-rpath" > > RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" > > diff --git a/meta/recipes-devtools/file/file_5.38.bb > b/meta/recipes-devtools/file/file_5.38.bb > index 99c75988c2..b8f09107e8 100644 > --- a/meta/recipes-devtools/file/file_5.38.bb > +++ b/meta/recipes-devtools/file/file_5.38.bb > @@ -23,8 +23,8 @@ EXTRA_OECONF += "--disable-libseccomp" > ALTERNATIVE_${PN} = "file" > ALTERNATIVE_LINK_NAME[file] = "${bindir}/file" > > -EXTRA_OEMAKE_append_class-target = "-e > FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" > -EXTRA_OEMAKE_append_class-nativesdk = "-e > FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" > +EXTRA_OEMAKE_append_class-target = " -e > FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" > +EXTRA_OEMAKE_append_class-nativesdk = " -e > FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" > > FILES_${PN} += "${datadir}/misc/*.mgc" //Peter
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#136852): https://lists.openembedded.org/g/openembedded-core/message/136852 Mute This Topic: https://lists.openembedded.org/mt/72639656/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
