[oe-commits] org.oe.dev python-pygobject-2.12.2: package -dev first

pH5 commit openembedded-commits at lists.openembedded.org
Sun Jun 17 10:06:13 UTC 2007


python-pygobject-2.12.2: package -dev first

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: a5289b2d47045439152b4a5cd63d15e6b41c1e6a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a5289b2d47045439152b4a5cd63d15e6b41c1e6a
Files:
1
packages/python/python-pygobject_2.12.2.bb
Diffs:

#
# mt diff -rcc76c091fe5fd824034f944069b5f5c8b596c243 -ra5289b2d47045439152b4a5cd63d15e6b41c1e6a
#
# 
# 
# patch "packages/python/python-pygobject_2.12.2.bb"
#  from [20091717bf90c3bd85fa4efaf169f4c5fa3b6d7f]
#    to [2608f9e9a904319912666247a24388fb2c10d258]
# 
============================================================
--- packages/python/python-pygobject_2.12.2.bb	20091717bf90c3bd85fa4efaf169f4c5fa3b6d7f
+++ packages/python/python-pygobject_2.12.2.bb	2608f9e9a904319912666247a24388fb2c10d258
@@ -9,6 +9,11 @@ inherit autotools distutils-base pkgconf
 
 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/






More information about the Openembedded-commits mailing list