diff options
Diffstat (limited to 'meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb')
-rw-r--r-- | meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb b/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb index f74fb7781..604888874 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[md5sum] = "5904f23cf494946237cfbbdbe644a3cd" | |||
17 | SRC_URI[sha256sum] = "e2b2fbeaec45a83905d0da3b87da83904d9cd94c1b86312f844587b3fff11f56" | 17 | SRC_URI[sha256sum] = "e2b2fbeaec45a83905d0da3b87da83904d9cd94c1b86312f844587b3fff11f56" |
18 | 18 | ||
19 | inherit cmake | 19 | inherit cmake |
20 | LDFLAGS_append = "${@base_contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 20 | LDFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
21 | EXTRA_OECMAKE = " \ | 21 | EXTRA_OECMAKE = " \ |
22 | -DWITH-DEVASSISTANT=OFF \ | 22 | -DWITH-DEVASSISTANT=OFF \ |
23 | -DWITH-JOURNALD=OFF \ | 23 | -DWITH-JOURNALD=OFF \ |