From 65aa0e61d613bf395c08636bac0b1a3d080778b8 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Mon, 4 Oct 2021 15:28:51 +0200 Subject: [PATCH] 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 --- meta/recipes-support/libical/libical_3.0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1