mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
meta-oe: Add leading whitespace for append operator
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 92441f9d6a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=htt
|
||||
SRCREV = "c5416adeb210154dc4ccc4c3e1c5297d83ebd41e"
|
||||
PV = "1.1"
|
||||
|
||||
SRC_URI_append_class-target = "file://oe-remote.repo.sample"
|
||||
SRC_URI_append_class-target = " file://oe-remote.repo.sample"
|
||||
|
||||
inherit distutils3-base
|
||||
|
||||
|
||||
@@ -63,6 +63,6 @@ do_configure_prepend_toolchain-clang_x86() {
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SYSROOT_DIRS_BLACKLIST_append_class-target = "${baselib}/cmake/grpc"
|
||||
SYSROOT_DIRS_BLACKLIST_append_class-target = " ${baselib}/cmake/grpc"
|
||||
|
||||
FILES_${PN}-dev += "${bindir}"
|
||||
|
||||
@@ -32,7 +32,7 @@ PACKAGECONFIG ??= "readline"
|
||||
PACKAGECONFIG[readline] = ",,readline"
|
||||
|
||||
UCLIBC_PATCHES += "file://uclibc-pthread.patch"
|
||||
SRC_URI_append_libc-uclibc = "${UCLIBC_PATCHES}"
|
||||
SRC_URI_append_libc-uclibc = " ${UCLIBC_PATCHES}"
|
||||
|
||||
TARGET_CC_ARCH += " -fPIC ${LDFLAGS}"
|
||||
EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'"
|
||||
|
||||
Reference in New Issue
Block a user