diff options
author | Christopher Larson <chris_larson@mentor.com> | 2016-05-17 09:10:17 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-27 15:39:09 +0200 |
commit | b22c290e426a05f7a8374c2f0eea48dceac39861 (patch) | |
tree | c961a7f7d9b2b63c26b4907e654bd443b195886e /meta-oe | |
parent | 49721325bededb18d95d1dfe9fafa1e8ecc76677 (diff) | |
download | meta-openembedded-b22c290e426a05f7a8374c2f0eea48dceac39861.tar.gz |
openlmi-networking: add missing dep on konkretcmpi-native
Without it, we can hit errors like:
| CMake Error at .../build/tmp/sysroots/qemux86-64/usr/share/cmake/Modules/OpenLMIMacros.cmake:105 (message):
| KonkretCMPI failed: No such file or directory
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb b/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb index 54429108be..7cfcbe2469 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.openlmi.org/" | |||
6 | LICENSE = "LGPL-2.1+" | 6 | LICENSE = "LGPL-2.1+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" |
8 | SECTION = "System/Management" | 8 | SECTION = "System/Management" |
9 | DEPENDS = "openlmi-providers konkretcmpi sblim-cmpi-devel cim-schema-exper networkmanager dbus libcheck glib-2.0" | 9 | DEPENDS = "openlmi-providers konkretcmpi konkretcmpi-native sblim-cmpi-devel cim-schema-exper networkmanager dbus libcheck glib-2.0" |
10 | 10 | ||
11 | SRC_URI = "http://fedorahosted.org/released/${BPN}/${BP}.tar.gz \ | 11 | SRC_URI = "http://fedorahosted.org/released/${BPN}/${BP}.tar.gz \ |
12 | file://0001-fix-lib64-can-not-be-shiped-in-64bit-target.patch \ | 12 | file://0001-fix-lib64-can-not-be-shiped-in-64bit-target.patch \ |