summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.178.bb
diff options
context:
space:
mode:
authorrpjday@crashcourse.ca <rpjday@crashcourse.ca>2020-03-29 17:40:47 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-30 12:33:30 +0100
commit8c576c31b6af5b7c3aed6cac375040efffac0293 (patch)
tree7e2060e503061c8dd388e74fce43669845ff10b8 /meta/recipes-devtools/elfutils/elfutils_0.178.bb
parent06aa1aa9fe1c2a0b3688ce09a7607fb074445291 (diff)
downloadpoky-8c576c31b6af5b7c3aed6cac375040efffac0293.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.178.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.178.bb2
1 files changed, 1 insertions, 1 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"
56 56
57RDEPENDS_${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils" 57RDEPENDS_${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils"
58 58
59EXTRA_OECONF_append_class-target += "--disable-tests-rpath" 59EXTRA_OECONF_append_class-target = " --disable-tests-rpath"
60 60
61RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" 61RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"
62 62