diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-19 12:32:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-19 12:32:36 +0000 |
commit | b17e32936d236a50a3cb8af6984dc03b1ebc3eb6 (patch) | |
tree | e505900418b44f1a3cb5f8382117edbbfbf0d01b /classes | |
parent | e0baadd5dcb1e0afa5695535dba353e0c2177244 (diff) |
enlightenment: PV went backwards *again* so bump PE *again*
* I know people don't care about QA, but having PV go backwards twice? Come on!
Diffstat (limited to 'classes')
-rw-r--r-- | classes/efl.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/efl.bbclass b/classes/efl.bbclass index bc4d9fe84b..a8a8e08cdc 100644 --- a/classes/efl.bbclass +++ b/classes/efl.bbclass @@ -7,7 +7,7 @@ S = "${WORKDIR}/${SRCNAME}" DEPENDS += "pkgconfig-native" # revision 0d93ec84b30bc1bee2caaee72d667f87bc468a70 made SRCDATE and hence PV go backwards, so we need to up PE to unbreak builds and feeds :( -PE = "1" +PE = "2" AUTOTOOLS_STAGE_PKGCONFIG = "1" # do NOT inherit pkgconfig here, see note in autotools_stage_all |