[oe-commits] Michael 'Mickey' Lauer : python-pygtk 1.2: fix -dev packaging

GIT User account git at amethyst.openembedded.net
Sat Feb 28 02:01:38 UTC 2009


Module: openembedded.git
Branch: mickey/org.openembedded.dev
Commit: 9685c48499414662a982dea75ca6e677f990b905
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9685c48499414662a982dea75ca6e677f990b905

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Feb 28 03:01:11 2009 +0100

python-pygtk 1.2: fix -dev packaging

---

 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 502c4cd..0b153ce 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"





More information about the Openembedded-commits mailing list