summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2023-01-24 12:08:13 +0000
committerKhem Raj <raj.khem@gmail.com>2023-01-25 08:51:25 -0800
commit6a87f2ba9cdd4b9689b0d1c86b2e99071d1e069b (patch)
tree0fdd03919bc40460c490c73aa0f416561347f878 /meta-oe/recipes-core
parent61598be67d1da6e74bd8e98c467a2b6edeb61739 (diff)
downloadmeta-openembedded-6a87f2ba9cdd4b9689b0d1c86b2e99071d1e069b.tar.gz
Fix missing leading whitespace with ':append'
Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.1.0.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.1.0.bb
index c8dabc5ead..44804545de 100644
--- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.1.0.bb
+++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.1.0.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https \
9 file://0001-Include-typeinfo-for-typeid.patch \ 9 file://0001-Include-typeinfo-for-typeid.patch \
10 file://0001-include-utility-header.patch \ 10 file://0001-include-utility-header.patch \
11" 11"
12SRC_URI:append:libc-musl = "file://fix_build_musl.patch" 12SRC_URI:append:libc-musl = " file://fix_build_musl.patch"
13SRCREV = "73532d6a5faae9c721c2cc9535b8ef32d4d18264" 13SRCREV = "73532d6a5faae9c721c2cc9535b8ef32d4d18264"
14 14
15DEPENDS = "\ 15DEPENDS = "\