diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-28 03:01:11 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-28 03:01:11 +0100 |
commit | 9685c48499414662a982dea75ca6e677f990b905 (patch) | |
tree | c7a0c736eb1b3d205bbea5133a7deab8c0e33441 | |
parent | 8a013c3930d253b298da2dfb3194768f4228f735 (diff) |
python-pygtk 1.2: fix -dev packaging
-rw-r--r-- | packages/python/python-pygtk-1.2_0.6.12.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/python/python-pygtk-1.2_0.6.12.bb b/packages/python/python-pygtk-1.2_0.6.12.bb index 502c4cde39..0b153ce1e5 100644 --- a/packages/python/python-pygtk-1.2_0.6.12.bb +++ b/packages/python/python-pygtk-1.2_0.6.12.bb @@ -5,14 +5,14 @@ LICENSE = "LGPL" DEPENDS = "gtk+-1.2" RDEPENDS = "python-shell python-re" SRCNAME = "pygtk" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/python/v1.2/${SRCNAME}-${PV}.tar.gz \ file://remove-imlib-et-al.patch;patch=1 \ file://acinclude.m4" S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit autotools pkgconfig distutils-base +inherit autotools_stage pkgconfig distutils-base EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" @@ -22,6 +22,4 @@ do_configure_prepend() { rm -f aclocal.m4 } -do_stage() { - autotools_stage_includes -} +FILES_${PN}-dev += "${datadir}/pygtk" |