From 2be47ef344efbdc278956e3d83f92977d0c8e617 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Mon, 4 Oct 2021 15:28:51 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/libical/libical_3.0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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" -- cgit v1.2.3-54-g00ecf