mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
80f2b56ad8
commit
2be47ef344
@@ -19,7 +19,7 @@ UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
|
|||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
|
||||||
DEPENDS:append:class-target = "libical-native"
|
DEPENDS:append:class-target = " libical-native"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "icu glib"
|
PACKAGECONFIG ??= "icu glib"
|
||||||
PACKAGECONFIG[bdb] = ",-DCMAKE_DISABLE_FIND_PACKAGE_BDB=True,db"
|
PACKAGECONFIG[bdb] = ",-DCMAKE_DISABLE_FIND_PACKAGE_BDB=True,db"
|
||||||
|
|||||||
Reference in New Issue
Block a user