mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user