mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
konkretcmpi: depend on swig-native
* otherwise it fails with: | CMake Error at sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake:148 (message): | Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) * drop cmake-native, because it's already added by cmake.bbclass Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
db539ce16e
commit
0862c4cfee
|
|
@ -6,7 +6,7 @@ implementations for many of the provider operations."
|
|||
HOMEPAGE = "https://github.com/rnovacek/konkretcmpi"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f673270bfc350d9ce1efc8724c6c1873"
|
||||
DEPENDS = "swig sblim-cmpi-devel python cmake-native"
|
||||
DEPENDS = "swig-native sblim-cmpi-devel python"
|
||||
|
||||
SRC_URI = "git://github.com/rnovacek/konkretcmpi.git \
|
||||
file://konkretcmpi-0.9.2-fix-returning-instance-from-method.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user