aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pyside
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-05-01 19:35:42 +0200
committerSimon Busch <morphis@gravedo.de>2011-05-10 23:45:53 +0200
commitcbd582b4d10ebf46a0ac3bece36bf6d88c3a458d (patch)
tree148c845c16e3055eff7870a38992f7754c9d452a /recipes/pyside
parent2d3fd2a73bd18af203b79cf0a9011d04a5f99796 (diff)
downloadopenembedded-cbd582b4d10ebf46a0ac3bece36bf6d88c3a458d.tar.gz
generatorrunner-native: add initial recipe to build the native version
The generatorrunner is needed to build the python pyside binding for Qt. Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'recipes/pyside')
-rw-r--r--recipes/pyside/generatorrunner-native_0.6.9.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/pyside/generatorrunner-native_0.6.9.bb b/recipes/pyside/generatorrunner-native_0.6.9.bb
new file mode 100644
index 0000000000..879cdfc5fb
--- /dev/null
+++ b/recipes/pyside/generatorrunner-native_0.6.9.bb
@@ -0,0 +1,15 @@
+DESCRIPTIOu = "GeneratorRunner is a tool that eases the development of binding generators for C++ and Qt-based libraries by \
+providing a framework to help automating most of the process. It uses the ApiExtractor library to parse the header files and \
+manipulate the classes information while generating the binding code using front-end modules provided by the user."
+HOMEPAGE = "http://www.pyside.org"
+LICENSE = "LGPL"
+DEPENDS = "apiextractor-native"
+PR = "r0"
+
+SRC_URI = "http://www.pyside.org/files/generatorrunner-${PV}.tar.bz2"
+S = "${WORKDIR}/generatorrunner-${PV}"
+
+SRC_URI[md5sum] = "b99c5564104a56147806d467ff1a187b"
+SRC_URI[sha256sum] = "4801d24b90966fa18696b8445c7f9f4d1f93551617dd4807a3609b49c0d93e34"
+
+inherit cmake native