diff options
author | rpjday@crashcourse.ca <rpjday@crashcourse.ca> | 2020-03-29 17:40:47 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-30 12:33:30 +0100 |
commit | 8c576c31b6af5b7c3aed6cac375040efffac0293 (patch) | |
tree | 7e2060e503061c8dd388e74fce43669845ff10b8 /meta/recipes-devtools/file | |
parent | 06aa1aa9fe1c2a0b3688ce09a7607fb074445291 (diff) | |
download | poky-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/file')
-rw-r--r-- | meta/recipes-devtools/file/file_5.38.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
23 | ALTERNATIVE_${PN} = "file" | 23 | ALTERNATIVE_${PN} = "file" |
24 | ALTERNATIVE_LINK_NAME[file] = "${bindir}/file" | 24 | ALTERNATIVE_LINK_NAME[file] = "${bindir}/file" |
25 | 25 | ||
26 | EXTRA_OEMAKE_append_class-target = "-e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" | 26 | EXTRA_OEMAKE_append_class-target = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" |
27 | EXTRA_OEMAKE_append_class-nativesdk = "-e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" | 27 | EXTRA_OEMAKE_append_class-nativesdk = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" |
28 | 28 | ||
29 | FILES_${PN} += "${datadir}/misc/*.mgc" | 29 | FILES_${PN} += "${datadir}/misc/*.mgc" |
30 | 30 | ||