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-extended | |
| 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-extended')
| -rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot_5.2.8.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | 8 |
3 files changed, 6 insertions, 6 deletions
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 | ||
