mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
file/elfutils: Adjust some appends to guarantee leading space
Add missing leading spaces or replace += usage with a leading space. (From OE-Core rev: 91f464177ed7ed59a4405a39a366b387338ae923) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
06aa1aa9fe
commit
8c576c31b6
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user