[oe-commits] Simon Busch : generatorrunner-native: add initial recipe to build the native version

git version control git at git.openembedded.org
Tue May 10 22:22:23 UTC 2011


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Sun May  1 19:35:42 2011 +0200

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 at gravedo.de>

---

 recipes/pyside/generatorrunner-native_0.6.9.bb |   15 +++++++++++++++
 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 0000000..879cdfc
--- /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





More information about the Openembedded-commits mailing list