summaryrefslogtreecommitdiff
path: root/packages/python/python-pygobject_2.12.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-10 09:41:40 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-10 09:41:40 +0000
commitc7b4ec5d9d0f4ea27981de069b60a4c5b2152195 (patch)
tree88bdba25695382e956aa4e834d28d086c7e73428 /packages/python/python-pygobject_2.12.2.bb
parented583c47b20806156a4bb0b2b48925dff5fe79b8 (diff)
parent500cdc9f7814236f150767c09eb10f33e0c030d0 (diff)
merge of '313f55e5f9f09b07e1ed5f50011e51c1c6acb73c'
and 'dbb53fe45696a4f12d4e96c449c65f691e0e8346'
Diffstat (limited to 'packages/python/python-pygobject_2.12.2.bb')
-rw-r--r--packages/python/python-pygobject_2.12.2.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/python/python-pygobject_2.12.2.bb b/packages/python/python-pygobject_2.12.2.bb
deleted file mode 100644
index 1604b54715..0000000000
--- a/packages/python/python-pygobject_2.12.2.bb
+++ /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/
-}