[OE-core] [PATCH 1/1] perf: bump PE

tom.zanussi at linux.intel.com tom.zanussi at linux.intel.com
Tue Mar 12 22:22:45 UTC 2013


From: Tom Zanussi <tom.zanussi at linux.intel.com>

Renaming the perf recipe to remove the PV resulted in the default PV
of 1.0 being used instead, which precedes the previous version number,
3.4.  As mentioned in the previous patch, the version number was
essentially arbitrary, and happened to be set to 3.4.  There's nothing
to peg the perf recipe to any particular version of the kernel, so
we'll just keep the default version but bump the epoch.

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
 meta/recipes-kernel/perf/perf.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 3c49922..e3b19be 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -10,6 +10,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 PR = "r8"
+PE = "1"
 
 require perf-features.inc
 
-- 
1.7.11.4





More information about the Openembedded-core mailing list