aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-06-19 11:45:37 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-06-19 22:03:49 +0200
commit1b9260e7a6c756d6938821f013a41c371065980a (patch)
tree35f7240b14c59bce8935523197c9d61d5dd7dc4b
parentbf8ca146ba8c4d7e2dddc65ac7d9dcc1d41a0f81 (diff)
downloadopenembedded-1b9260e7a6c756d6938821f013a41c371065980a.tar.gz
shiboken: Add `apiextrator-native` to `DEPENDS`
Task configure fails with the following error message using `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. […] CMake Error at CMakeLists.txt:10 (find_package): Could not find module FindApiExtractor.cmake or a configuration file for package ApiExtractor. Adjust CMAKE_MODULE_PATH to find FindApiExtractor.cmake or set ApiExtractor_DIR to the directory containing a CMake configuration file for ApiExtractor. The file will have one of the following names: ApiExtractorConfig.cmake apiextractor-config.cmake CMake Error at CMakeLists.txt:11 (find_package): Could not find module FindGeneratorRunner.cmake or a configuration file for package GeneratorRunner. Adjust CMAKE_MODULE_PATH to find FindGeneratorRunner.cmake or set GeneratorRunner_DIR to the directory containing a CMake configuration file for GeneratorRunner. The file will have one of the following names: GeneratorRunnerConfig.cmake generatorrunner-config.cmake Adding `apiextrator-native` to `DEPENDS` fixes the error. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/pyside/shiboken.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pyside/shiboken.inc b/recipes/pyside/shiboken.inc
index d09953dee0..56901abd44 100644
--- a/recipes/pyside/shiboken.inc
+++ b/recipes/pyside/shiboken.inc
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.pyside.org"
LICENSE = "LGPL"
INC_PR = "r1"
-DEPENDS = "generatorrunner-native"
+DEPENDS = "apiextractor-native generatorrunner-native"
SRC_URI = "http://www.pyside.org/files/shiboken-${PV}.tar.bz2"
S = "${WORKDIR}/shiboken-${PV}"