diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-14 08:31:33 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-08-02 06:59:38 -0700 |
commit | f22bf6efaae61a8fd9272be64e7d75223c58922e (patch) | |
tree | 3ac84339e7b245eec6fb7509f4fabb9fc5b7bd7d | |
parent | a04c5444c901b0fefa7f9faf32c34cc095c16036 (diff) | |
download | meta-openembedded-f22bf6efaae61a8fd9272be64e7d75223c58922e.tar.gz |
meta-oe: Add leading whitespace for append operator
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 92441f9d6a958c245a03f89ec44ef2c17dd6b0ee)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
6 files changed, 7 insertions, 7 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 db7a8d7933..d1b7134b83 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;protocol=htt | |||
7 | SRCREV = "c5416adeb210154dc4ccc4c3e1c5297d83ebd41e" | 7 | SRCREV = "c5416adeb210154dc4ccc4c3e1c5297d83ebd41e" |
8 | PV = "1.1" | 8 | PV = "1.1" |
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 fa20941dfc..8a055412f2 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb | |||
@@ -63,6 +63,6 @@ do_configure_prepend_toolchain-clang_x86() { | |||
63 | 63 | ||
64 | BBCLASSEXTEND = "native nativesdk" | 64 | BBCLASSEXTEND = "native nativesdk" |
65 | 65 | ||
66 | SYSROOT_DIRS_BLACKLIST_append_class-target = "${baselib}/cmake/grpc" | 66 | SYSROOT_DIRS_BLACKLIST_append_class-target = " ${baselib}/cmake/grpc" |
67 | 67 | ||
68 | FILES_${PN}-dev += "${bindir}" | 68 | FILES_${PN}-dev += "${bindir}" |
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb index 0137cc3c5b..d46d402aa3 100644 --- a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb +++ b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb | |||
@@ -32,7 +32,7 @@ PACKAGECONFIG ??= "readline" | |||
32 | PACKAGECONFIG[readline] = ",,readline" | 32 | PACKAGECONFIG[readline] = ",,readline" |
33 | 33 | ||
34 | UCLIBC_PATCHES += "file://uclibc-pthread.patch" | 34 | UCLIBC_PATCHES += "file://uclibc-pthread.patch" |
35 | SRC_URI_append_libc-uclibc = "${UCLIBC_PATCHES}" | 35 | SRC_URI_append_libc-uclibc = " ${UCLIBC_PATCHES}" |
36 | 36 | ||
37 | TARGET_CC_ARCH += " -fPIC ${LDFLAGS}" | 37 | TARGET_CC_ARCH += " -fPIC ${LDFLAGS}" |
38 | EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'" | 38 | 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-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb index a65d324eae..b464c00003 100644 --- a/meta-oe/recipes-support/anthy/anthy_9100h.bb +++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb | |||
@@ -10,8 +10,8 @@ SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \ | |||
10 | file://2ch_t.patch \ | 10 | file://2ch_t.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI_append_class-target = "file://target-helpers.patch" | 13 | SRC_URI_append_class-target = " file://target-helpers.patch" |
14 | SRC_URI_append_class-native = "file://native-helpers.patch" | 14 | SRC_URI_append_class-native = " file://native-helpers.patch" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" | 16 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" |
17 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" | 17 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" |