[oe-commits] org.oe.dev efl.bbclass: bump PE to unbreak builds and feeds

koen commit oe at amethyst.openembedded.net
Sun Mar 23 18:14:04 UTC 2008


efl.bbclass: bump PE to unbreak builds and feeds
* please don't make PV go backwards without bumping PE

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4f10bd2a6ec05174e213267a19f958c5eac92bcb
ViewMTN: http://monotone.openembedded.org/revision/info/4f10bd2a6ec05174e213267a19f958c5eac92bcb
Files:
1
classes/efl.bbclass
Diffs:

#
# mt diff -r2237d83e6d0fc264b6516f3b0f282a68732ba4d1 -r4f10bd2a6ec05174e213267a19f958c5eac92bcb
#
#
#
# patch "classes/efl.bbclass"
#  from [3dac4fa59998910d604314f5e2234dc380a6d4e6]
#    to [10011ac73c88de515212155109e07e820ab59474]
#
============================================================
--- classes/efl.bbclass	3dac4fa59998910d604314f5e2234dc380a6d4e6
+++ classes/efl.bbclass	10011ac73c88de515212155109e07e820ab59474
@@ -6,6 +6,9 @@ DEPENDS += "pkgconfig-native"
 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






More information about the Openembedded-commits mailing list