python-pygobject[-native]: drop 2.12.2, add dependency on glib-2.0[-native]
authorMichael Lauer <mickey@vanille-media.de>
Sat, 22 Sep 2007 10:23:09 +0000 (10:23 +0000)
committerOpenmoko anonymizer key <devel@lists.openmoko.org>
Sat, 22 Sep 2007 10:23:09 +0000 (10:23 +0000)
packages/python/python-pygobject-native_2.12.2.bb [deleted file]
packages/python/python-pygobject-native_2.12.3.bb
packages/python/python-pygobject_2.12.2.bb [deleted file]

diff --git a/packages/python/python-pygobject-native_2.12.2.bb b/packages/python/python-pygobject-native_2.12.2.bb
deleted file mode 100644 (file)
index c93950b..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-require python-pygobject_${PV}.bb
-
-DEPENDS = "python-native"
index 86d778c..cb879fd 100644 (file)
@@ -1,6 +1,6 @@
 require python-pygobject_${PV}.bb
 
-DEPENDS = "python-native"
+DEPENDS = "python-native glib-2.0-native"
 
 SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/2.12/pygobject-${PV}.tar.bz2 "
 
diff --git a/packages/python/python-pygobject_2.12.2.bb b/packages/python/python-pygobject_2.12.2.bb
deleted file mode 100644 (file)
index 1604b54..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Python GObject bindings"
-SECTION = "devel/python"
-LICENSE = "LGPL"
-DEPENDS = "python-pygobject-native"
-PR = "ml2"
-
-SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/2.12/pygobject-${PV}.tar.bz2"
-S = "${WORKDIR}/pygobject-${PV}"
-
-inherit autotools distutils-base pkgconfig
-
-# otherwise the main package keeps snatching the .pc file away
-# and therefore depends on glib-2.0-dev (which only the -dev
-# package should).
-PACKAGES =+ "${PN}-dev"
-
-do_stage() {
-       autotools_stage_all
-       install -d ${STAGING_LIBDIR}/../share/pygobject/
-       cp -dpfR docs/* ${STAGING_LIBDIR}/../share/pygobject/
-       install -d ${STAGING_LIBDIR}/../share/gtk-doc/html/pygobject/
-       cp docs/style.css ${STAGING_LIBDIR}/../share/gtk-doc/html/pygobject/
-}