[oe-commits] Michael 'Mickey' Lauer : python-pygobject 2.16.0: catch up packaging with upstream changes

GIT User account git at amethyst.openembedded.net
Sun Jan 18 23:35:22 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Jan 19 00:34:02 2009 +0100

python-pygobject 2.16.0: catch up packaging with upstream changes

---

 packages/python/python-pygobject_2.16.0.bb |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/packages/python/python-pygobject_2.16.0.bb b/packages/python/python-pygobject_2.16.0.bb
index af581f1..ef9fe0e 100644
--- a/packages/python/python-pygobject_2.16.0.bb
+++ b/packages/python/python-pygobject_2.16.0.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "Python GObject bindings"
 SECTION = "devel/python"
 LICENSE = "LGPL"
-DEPENDS = "python-pygobject-native"
-PR = "ml0"
+DEPENDS = "python-pygobject-native-${PV}"
+PR = "ml1"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -30,5 +30,9 @@ do_stage() {
 	cp docs/style.css ${STAGING_LIBDIR}/../share/gtk-doc/html/pygobject/
 }
 
+PACKAGES += "${PN}-lib"
+
 FILES_${PN} = "${libdir}/python*"
-FILES_${PN}-dev += "${datadir}/pygobject/xsl"
+FILES_${PN}-lib = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${bindir} ${datadir}"
+FILES_${PN}-dbg += "${libdir}/.debug"





More information about the Openembedded-commits mailing list