[oe-commits] Paul Menzel : shiboken: Add `apiextrator-native` to `DEPENDS`

git version control git at git.openembedded.org
Sun Jun 19 20:05:32 UTC 2011


Module: openembedded.git
Branch: master
Commit: 1b9260e7a6c756d6938821f013a41c371065980a
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=1b9260e7a6c756d6938821f013a41c371065980a

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Jun 19 11:45:37 2011 +0200

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 at users.sourceforge.net>
Acked-by: Simon Busch <morphis at gravedo.de>

---

 recipes/pyside/shiboken.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/pyside/shiboken.inc b/recipes/pyside/shiboken.inc
index d09953d..56901ab 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}"





More information about the Openembedded-commits mailing list