diff options
Diffstat (limited to 'classes/efl.bbclass')
-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 |