[oe-commits] Michael 'Mickey' Lauer : python-pygobject-native 2.16.0: new recipe

GIT User account git at amethyst.openembedded.net
Sun Jan 18 23:44:29 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0dc3cce06c9a6ba8d95d3717b51469deeae5c495
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0dc3cce06c9a6ba8d95d3717b51469deeae5c495

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Jan 19 00:43:26 2009 +0100

python-pygobject-native 2.16.0: new recipe

---

 packages/python/python-pygobject-native_2.16.0.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/packages/python/python-pygobject-native_2.16.0.bb b/packages/python/python-pygobject-native_2.16.0.bb
new file mode 100644
index 0000000..a1c7333
--- /dev/null
+++ b/packages/python/python-pygobject-native_2.16.0.bb
@@ -0,0 +1,18 @@
+require python-pygobject_${PV}.bb
+
+DEPENDS = "python-native glib-2.0-native"
+PR = "r1"
+
+PARALLEL_MAKE = ""
+
+inherit native
+
+SRC_URI = "\
+  ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \
+#  file://python-path.patch;patch=1 \
+"
+
+do_stage_append() {
+	install -d ${STAGING_BINDIR}
+	install -m 0755 gobject/generate-constants ${STAGING_BINDIR}/gobject-generate-constants
+}





More information about the Openembedded-commits mailing list