diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-11-14 08:31:33 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-15 12:25:53 -0800 |
| commit | 92441f9d6a958c245a03f89ec44ef2c17dd6b0ee (patch) | |
| tree | b7263e8a81776bb8bb742f7081e4ae1891399ac6 /meta-oe/recipes-devtools | |
| parent | 02c21a034222718889d624bef0dbf4113bc12f4d (diff) | |
| download | meta-openembedded-92441f9d6a958c245a03f89ec44ef2c17dd6b0ee.tar.gz | |
meta-oe: Add leading whitespace for append operator
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/lua/lua_5.3.5.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb index 2a42093447..170663882e 100644 --- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb +++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master " | |||
| 7 | SRCREV = "95f3c6ab36840fb1e0f4935f34dbf8f708b7780c" | 7 | SRCREV = "95f3c6ab36840fb1e0f4935f34dbf8f708b7780c" |
| 8 | PV = "1.2" | 8 | PV = "1.2" |
| 9 | 9 | ||
| 10 | SRC_URI_append_class-target = "file://oe-remote.repo.sample" | 10 | SRC_URI_append_class-target = " file://oe-remote.repo.sample" |
| 11 | 11 | ||
| 12 | inherit distutils3-base | 12 | inherit distutils3-base |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb b/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb index 752562eb33..c25ce360e7 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb | |||
| @@ -62,6 +62,6 @@ do_configure_prepend_toolchain-clang_x86() { | |||
| 62 | 62 | ||
| 63 | BBCLASSEXTEND = "native nativesdk" | 63 | BBCLASSEXTEND = "native nativesdk" |
| 64 | 64 | ||
| 65 | SYSROOT_DIRS_BLACKLIST_append_class-target = "${baselib}/cmake/grpc" | 65 | SYSROOT_DIRS_BLACKLIST_append_class-target = " ${baselib}/cmake/grpc" |
| 66 | 66 | ||
| 67 | FILES_${PN}-dev += "${bindir}" | 67 | FILES_${PN}-dev += "${bindir}" |
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.5.bb b/meta-oe/recipes-devtools/lua/lua_5.3.5.bb index 7d84ea60b6..60c33d6586 100644 --- a/meta-oe/recipes-devtools/lua/lua_5.3.5.bb +++ b/meta-oe/recipes-devtools/lua/lua_5.3.5.bb | |||
| @@ -31,7 +31,7 @@ PACKAGECONFIG ??= "readline" | |||
| 31 | PACKAGECONFIG[readline] = ",,readline" | 31 | PACKAGECONFIG[readline] = ",,readline" |
| 32 | 32 | ||
| 33 | UCLIBC_PATCHES += "file://uclibc-pthread.patch" | 33 | UCLIBC_PATCHES += "file://uclibc-pthread.patch" |
| 34 | SRC_URI_append_libc-uclibc = "${UCLIBC_PATCHES}" | 34 | SRC_URI_append_libc-uclibc = " ${UCLIBC_PATCHES}" |
| 35 | 35 | ||
| 36 | TARGET_CC_ARCH += " -fPIC ${LDFLAGS}" | 36 | TARGET_CC_ARCH += " -fPIC ${LDFLAGS}" |
| 37 | EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'" | 37 | EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'" |
