summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libical
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2021-10-04 15:28:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-07 15:06:34 +0100
commit2be47ef344efbdc278956e3d83f92977d0c8e617 (patch)
treecbcc74b1d347e2f3d61e6c730ab45cd5e60afcd2 /meta/recipes-support/libical
parent80f2b56ad8c270269d9f7f65cc114d8f13f9dfbb (diff)
downloadpoky-2be47ef344efbdc278956e3d83f92977d0c8e617.tar.gz
libical: fix append in DEPENDS
fix the append with a leading blank, otherwise this messes up DEPENDS when globally inherited classes add dependecies of their own (From OE-Core rev: 65aa0e61d613bf395c08636bac0b1a3d080778b8) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libical')
-rw-r--r--meta/recipes-support/libical/libical_3.0.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libical/libical_3.0.10.bb b/meta/recipes-support/libical/libical_3.0.10.bb
index aa5f11e817..209a50217c 100644
--- a/meta/recipes-support/libical/libical_3.0.10.bb
+++ b/meta/recipes-support/libical/libical_3.0.10.bb
@@ -19,7 +19,7 @@ UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
19 19
20inherit cmake pkgconfig 20inherit cmake pkgconfig
21 21
22DEPENDS:append:class-target = "libical-native" 22DEPENDS:append:class-target = " libical-native"
23 23
24PACKAGECONFIG ??= "icu glib" 24PACKAGECONFIG ??= "icu glib"
25PACKAGECONFIG[bdb] = ",-DCMAKE_DISABLE_FIND_PACKAGE_BDB=True,db" 25PACKAGECONFIG[bdb] = ",-DCMAKE_DISABLE_FIND_PACKAGE_BDB=True,db"