diff options
| author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-23 08:16:51 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-23 08:16:51 +0000 |
| commit | b6d6e400005ee9a12a5c859609e3cb609c0d8dea (patch) | |
| tree | 0e4b614f33cd020bb7f9e317e6f96be756c74d80 /packages/python/python-pygobject_2.12.2.bb | |
| parent | 2cb53be5d39a4a4817e1464f853d5b0cd038e571 (diff) | |
| parent | 1d90efcdbf94571236a9d770af3d1adfb8ced770 (diff) | |
merge of '19b3553f698a014d63c349b2723f835295c7b5da'
and '38e2cd40a04ac88008e433a43002415c562145e4'
Diffstat (limited to 'packages/python/python-pygobject_2.12.2.bb')
| -rw-r--r-- | packages/python/python-pygobject_2.12.2.bb | 23 |
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/ -} |
