From: Konrad Weihmann Date: Mon, 4 Oct 2021 13:28:51 +0000 (+0200) Subject: libical: fix append in DEPENDS X-Git-Tag: yocto-3.4~21 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=65aa0e61d613bf395c08636bac0b1a3d080778b8;p=openembedded-core.git 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 Signed-off-by: Konrad Weihmann Signed-off-by: Richard Purdie --- 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" 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"