meta-oe: Add leading whitespace for append operator

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-11-14 08:31:33 -08:00
parent 02c21a0342
commit 92441f9d6a
8 changed files with 12 additions and 12 deletions
@@ -7,7 +7,7 @@ SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master "
SRCREV = "95f3c6ab36840fb1e0f4935f34dbf8f708b7780c" SRCREV = "95f3c6ab36840fb1e0f4935f34dbf8f708b7780c"
PV = "1.2" PV = "1.2"
SRC_URI_append_class-target = "file://oe-remote.repo.sample" SRC_URI_append_class-target = " file://oe-remote.repo.sample"
inherit distutils3-base inherit distutils3-base
+1 -1
View File
@@ -62,6 +62,6 @@ do_configure_prepend_toolchain-clang_x86() {
BBCLASSEXTEND = "native nativesdk" 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}" FILES_${PN}-dev += "${bindir}"
+1 -1
View File
@@ -31,7 +31,7 @@ PACKAGECONFIG ??= "readline"
PACKAGECONFIG[readline] = ",,readline" PACKAGECONFIG[readline] = ",,readline"
UCLIBC_PATCHES += "file://uclibc-pthread.patch" 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}" TARGET_CC_ARCH += " -fPIC ${LDFLAGS}"
EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'" EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'"
@@ -32,7 +32,7 @@ BBCLASSEXTEND = "native"
DEPENDS_class-native = "readline-native" DEPENDS_class-native = "readline-native"
PACKAGECONFIG_class-native = "" PACKAGECONFIG_class-native = ""
SRC_URI_append_class-native = "file://0001-reduce-build-to-conversion-tools-for-native-build.patch" SRC_URI_append_class-native = " file://0001-reduce-build-to-conversion-tools-for-native-build.patch"
do_install_class-native() { do_install_class-native() {
install -d ${D}${bindir} install -d ${D}${bindir}
@@ -31,4 +31,4 @@ FILES_statgrab-dbg = "${bindir}/.debug/statgrab"
FILES_saidar = "${bindir}/saidar" FILES_saidar = "${bindir}/saidar"
FILES_saidar-dbg = "${bindir}/.debug/saidar" FILES_saidar-dbg = "${bindir}/.debug/saidar"
FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index" FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index"
RDEPENDS_${PN}-mrtg_append = "perl statgrab" RDEPENDS_${PN}-mrtg_append = " perl statgrab"
@@ -69,10 +69,10 @@ COMPATIBLE_MACHINE_mips = "(!.*mips).*"
COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"
TARGET_CFLAGS_append_riscv32 += "-fpic" TARGET_CFLAGS_append_riscv32 = " -fpic"
TARGET_CXXFLAGS_append_riscv32 += "-fpic" TARGET_CXXFLAGS_append_riscv32 = " -fpic"
TARGET_CFLAGS_append_riscv64 += "-fpic" TARGET_CFLAGS_append_riscv64 = " -fpic"
TARGET_CXXFLAGS_append_riscv64 += "-fpic" TARGET_CXXFLAGS_append_riscv64 = " -fpic"
do_install[cleandirs] += "${WORKDIR}/minifi-install" do_install[cleandirs] += "${WORKDIR}/minifi-install"
@@ -21,7 +21,7 @@ DEPENDS += "boost libyui ncurses"
BBCLASSEXTEND = "nativesdk" BBCLASSEXTEND = "nativesdk"
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO" EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO"
EXTRA_OECMAKE_append_toolchain-clang = "-DENABLE_WERROR=OFF" EXTRA_OECMAKE_append_toolchain-clang = " -DENABLE_WERROR=OFF"
do_configure_prepend () { do_configure_prepend () {
cd ${S} cd ${S}
+2 -2
View File
@@ -12,8 +12,8 @@ SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \
file://2ch_t.patch \ file://2ch_t.patch \
" "
SRC_URI_append_class-target = "file://target-helpers.patch" SRC_URI_append_class-target = " file://target-helpers.patch"
SRC_URI_append_class-native = "file://native-helpers.patch" SRC_URI_append_class-native = " file://native-helpers.patch"
SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108"
SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"