On Sun, 2020-03-29 at 08:55 -0400, [email protected] wrote: > all under recipes-devtools: > > file/file_5.38.bb:EXTRA_OEMAKE_append_class-target = "-e > FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" > file/file_5.38.bb:EXTRA_OEMAKE_append_class-nativesdk = "-e > FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" > elfutils/elfutils_0.178.bb:EXTRA_OECONF_append_class-target += " > --disable-tests-rpath" > > all three look like they could use a leading space, and the third > example uses the redundant "+=". or am i misreading?
Worth fixing but the last one works due to the += adding a space... Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#136838): https://lists.openembedded.org/g/openembedded-core/message/136838 Mute This Topic: https://lists.openembedded.org/mt/72629015/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
