]> code.ossystems Code Review - openembedded-core.git/commitdiff
libical: fix append in DEPENDS
authorKonrad Weihmann <kweihmann@outlook.com>
Mon, 4 Oct 2021 13:28:51 +0000 (15:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Oct 2021 14:06:01 +0000 (15:06 +0100)
fix the append with a leading blank, otherwise this messes up
DEPENDS when globally inherited classes add dependecies of their own

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libical/libical_3.0.10.bb

index aa5f11e81704039069d9aa028073b6005babb176..209a50217c757ed4da7391c8fc5b4fa73056ea97 100644 (file)
@@ -19,7 +19,7 @@ UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
 
 inherit cmake pkgconfig
 
-DEPENDS:append:class-target = "libical-native"
+DEPENDS:append:class-target = " libical-native"
 
 PACKAGECONFIG ??= "icu glib"
 PACKAGECONFIG[bdb] = ",-DCMAKE_DISABLE_FIND_PACKAGE_BDB=True,db"