aboutsummaryrefslogtreecommitdiffstats
path: root/classes/efl.bbclass
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-23 18:10:51 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-23 18:10:51 +0000
commit6c7ef7fac70aea268950443647dfcf377804e567 (patch)
tree4e42279c03a264a04070c003364e7c3724781fd0 /classes/efl.bbclass
parente93f32d920cb71827087952eea4ea2fb61eb7263 (diff)
downloadopenembedded-6c7ef7fac70aea268950443647dfcf377804e567.tar.gz
efl.bbclass: bump PE to unbreak builds and feeds
* please don't make PV go backwards without bumping PE
Diffstat (limited to 'classes/efl.bbclass')
-rw-r--r--classes/efl.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/efl.bbclass b/classes/efl.bbclass
index cbbe6cad39..f17c9cb60b 100644
--- a/classes/efl.bbclass
+++ b/classes/efl.bbclass
@@ -6,6 +6,9 @@ SRC_URI = "${E_CVS};module=e17/libs/${SRCNAME}"
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"
+
AUTOTOOLS_STAGE_PKGCONFIG = "1"
# do NOT inherit pkgconfig here, see note in autotools_stage_all
inherit autotools