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 | |
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>
8 files changed, 12 insertions, 12 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}'" |
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.2.8.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.2.8.bb index 926d8851d2..b2c41756e5 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot_5.2.8.bb +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.2.8.bb | |||
@@ -32,7 +32,7 @@ BBCLASSEXTEND = "native" | |||
32 | DEPENDS_class-native = "readline-native" | 32 | DEPENDS_class-native = "readline-native" |
33 | PACKAGECONFIG_class-native = "" | 33 | PACKAGECONFIG_class-native = "" |
34 | 34 | ||
35 | SRC_URI_append_class-native = "file://0001-reduce-build-to-conversion-tools-for-native-build.patch" | 35 | SRC_URI_append_class-native = " file://0001-reduce-build-to-conversion-tools-for-native-build.patch" |
36 | 36 | ||
37 | do_install_class-native() { | 37 | do_install_class-native() { |
38 | install -d ${D}${bindir} | 38 | install -d ${D}${bindir} |
diff --git a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb index a081cb17a8..27fe0e2c40 100644 --- a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb +++ b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | |||
@@ -31,4 +31,4 @@ FILES_statgrab-dbg = "${bindir}/.debug/statgrab" | |||
31 | FILES_saidar = "${bindir}/saidar" | 31 | FILES_saidar = "${bindir}/saidar" |
32 | FILES_saidar-dbg = "${bindir}/.debug/saidar" | 32 | FILES_saidar-dbg = "${bindir}/.debug/saidar" |
33 | FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index" | 33 | FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index" |
34 | RDEPENDS_${PN}-mrtg_append = "perl statgrab" | 34 | RDEPENDS_${PN}-mrtg_append = " perl statgrab" |
diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb index 2b884e3a1b..b3ea44c3c3 100644 --- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb +++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | |||
@@ -69,10 +69,10 @@ COMPATIBLE_MACHINE_mips = "(!.*mips).*" | |||
69 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" | 69 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" |
70 | COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" | 70 | COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" |
71 | 71 | ||
72 | TARGET_CFLAGS_append_riscv32 += "-fpic" | 72 | TARGET_CFLAGS_append_riscv32 = " -fpic" |
73 | TARGET_CXXFLAGS_append_riscv32 += "-fpic" | 73 | TARGET_CXXFLAGS_append_riscv32 = " -fpic" |
74 | TARGET_CFLAGS_append_riscv64 += "-fpic" | 74 | TARGET_CFLAGS_append_riscv64 = " -fpic" |
75 | TARGET_CXXFLAGS_append_riscv64 += "-fpic" | 75 | TARGET_CXXFLAGS_append_riscv64 = " -fpic" |
76 | 76 | ||
77 | do_install[cleandirs] += "${WORKDIR}/minifi-install" | 77 | do_install[cleandirs] += "${WORKDIR}/minifi-install" |
78 | 78 | ||
diff --git a/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.55.0.bb b/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.55.0.bb index ba94a838a9..15c40ee31f 100644 --- a/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.55.0.bb +++ b/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.55.0.bb | |||
@@ -21,7 +21,7 @@ DEPENDS += "boost libyui ncurses" | |||
21 | BBCLASSEXTEND = "nativesdk" | 21 | BBCLASSEXTEND = "nativesdk" |
22 | 22 | ||
23 | EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO" | 23 | EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO" |
24 | EXTRA_OECMAKE_append_toolchain-clang = "-DENABLE_WERROR=OFF" | 24 | EXTRA_OECMAKE_append_toolchain-clang = " -DENABLE_WERROR=OFF" |
25 | 25 | ||
26 | do_configure_prepend () { | 26 | do_configure_prepend () { |
27 | cd ${S} | 27 | cd ${S} |
diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb index 9d78c3457c..a83efe03c8 100644 --- a/meta-oe/recipes-support/anthy/anthy_9100h.bb +++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \ | |||
12 | file://2ch_t.patch \ | 12 | file://2ch_t.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI_append_class-target = "file://target-helpers.patch" | 15 | SRC_URI_append_class-target = " file://target-helpers.patch" |
16 | SRC_URI_append_class-native = "file://native-helpers.patch" | 16 | SRC_URI_append_class-native = " file://native-helpers.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" | 18 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" |
19 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" | 19 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" |