diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2021-10-04 15:28:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-07 15:06:34 +0100 |
commit | 2be47ef344efbdc278956e3d83f92977d0c8e617 (patch) | |
tree | cbcc74b1d347e2f3d61e6c730ab45cd5e60afcd2 /meta | |
parent | 80f2b56ad8c270269d9f7f65cc114d8f13f9dfbb (diff) | |
download | poky-2be47ef344efbdc278956e3d83f92977d0c8e617.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libical/libical_3.0.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
19 | 19 | ||
20 | inherit cmake pkgconfig | 20 | inherit cmake pkgconfig |
21 | 21 | ||
22 | DEPENDS:append:class-target = "libical-native" | 22 | DEPENDS:append:class-target = " libical-native" |
23 | 23 | ||
24 | PACKAGECONFIG ??= "icu glib" | 24 | PACKAGECONFIG ??= "icu glib" |
25 | PACKAGECONFIG[bdb] = ",-DCMAKE_DISABLE_FIND_PACKAGE_BDB=True,db" | 25 | PACKAGECONFIG[bdb] = ",-DCMAKE_DISABLE_FIND_PACKAGE_BDB=True,db" |