python-pygobject 2.16: 2.14 sets PE=1, so set it in 2.16 as well
authorKoen Kooi <koen@openembedded.org>
Sun, 30 Aug 2009 10:01:01 +0000 (12:01 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 30 Aug 2009 10:01:01 +0000 (12:01 +0200)
recipes/python/python-pygobject_2.16.0.bb

index d7bd1c0..f11d6da 100644 (file)
@@ -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]}"