python-pygobject-native 2.16.0: new recipe
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 18 Jan 2009 23:43:26 +0000 (00:43 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 18 Jan 2009 23:43:26 +0000 (00:43 +0100)
packages/python/python-pygobject-native_2.16.0.bb [new file with mode: 0644]

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 (file)
index 0000000..a1c7333
--- /dev/null
@@ -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
+}