[oe-commits] Koen Kooi : python-pygobject 2.16: 2.14 sets PE=1, so set it in 2. 16 as well

git version control git at git.openembedded.org
Sun Aug 30 10:04:03 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Aug 30 12:01:01 2009 +0200

python-pygobject 2.16: 2.14 sets PE=1, so set it in 2.16 as well

---

 recipes/python/python-pygobject_2.16.0.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-pygobject_2.16.0.bb b/recipes/python/python-pygobject_2.16.0.bb
index d7bd1c0..f11d6da 100644
--- a/recipes/python/python-pygobject_2.16.0.bb
+++ b/recipes/python/python-pygobject_2.16.0.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "Python GObject bindings"
 SECTION = "devel/python"
 LICENSE = "LGPL"
 DEPENDS = "python-pygobject-native-${PV}"
+PE = "1"
 PR = "ml2"
 
 MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"





More information about the Openembedded-commits mailing list