efl.bbclass: bump PE to unbreak builds and feeds
authorKoen Kooi <koen@openembedded.org>
Sun, 23 Mar 2008 18:10:51 +0000 (18:10 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 23 Mar 2008 18:10:51 +0000 (18:10 +0000)
* please don't make PV go backwards without bumping PE

classes/efl.bbclass

index cbbe6ca..f17c9cb 100644 (file)
@@ -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