[oe-commits] Simon Busch : apiextractor-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: 2d3fd2a73bd18af203b79cf0a9011d04a5f99796
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=2d3fd2a73bd18af203b79cf0a9011d04a5f99796

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

apiextractor-native: add initial recipe to build the native version

The apiexractor is needed to build the python pyside binding for Qt.

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/pyside/apiextractor-native_0.10.2.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/pyside/apiextractor-native_0.10.2.bb b/recipes/pyside/apiextractor-native_0.10.2.bb
new file mode 100644
index 0000000..6ec7072
--- /dev/null
+++ b/recipes/pyside/apiextractor-native_0.10.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "API Extractor is a tool that eases the development of bindings \
+of Qt-based libraries for high level languages by automating most of the process."
+HOMEPAGE = "http://www.pyside.org"
+LICENSE = "LGPL"
+DEPENDS = "qt4-native"
+PR = "r0"
+
+SRC_URI = "http://www.pyside.org/files/apiextractor-${PV}.tar.bz2"
+S = "${WORKDIR}/apiextractor-${PV}"
+
+SRC_URI[md5sum] = "946e8988e5f4c4bd62e774407fa80fee"
+SRC_URI[sha256sum] = "82c6c24dc55458ed047eba9fe700894a3347cd53462b21a97b7b5f9180b2a896"
+
+inherit cmake native
+





More information about the Openembedded-commits mailing list