From patchwork Wed Jan 16 15:37:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] lttng-ust: bump PE Date: Wed, 16 Jan 2013 15:37:22 -0000 From: Tom Zanussi X-Patchwork-Id: 42713 Message-Id: <9c37b12484a30237b8f2e20a02527476e240f9ba.1358350412.git.tom.zanussi@intel.com> To: openembedded-core@lists.openembedded.org, martin.jansa@gmail.com From: Tom Zanussi The previous lttng-ust had a PE of "1" - that recipe was removed and replaced with the lttng2-ust recipe, which was renamed back to lttng-ust. The new recipe had didn't define a PE so got the default PE of 0 - this adds the PE back and gives it a value of "2", which reflects the history and fixes the following error: ERROR: Package version for package lttng-ust went backwards which would break package feeds from (1:0.16-r1 to 0:2.1.0-r0) Signed-off-by: Tom Zanussi --- meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb index 1076bde..20c8b3d 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb @@ -20,6 +20,7 @@ RCONFLICTS_${PN} = "lttng2-ust" SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19" PV = "2.1.0" PR = "r0" +PE = "2" SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git"