From 91f464177ed7ed59a4405a39a366b387338ae923 Mon Sep 17 00:00:00 2001 From: "rpjday@crashcourse.ca" Date: Sun, 29 Mar 2020 17:40:47 -0400 Subject: file/elfutils: Adjust some appends to guarantee leading space Add missing leading spaces or replace += usage with a leading space. Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/recipes-devtools/elfutils/elfutils_0.178.bb | 2 +- meta/recipes-devtools/file/file_5.38.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- cgit 1.2.3-korg