diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2013-01-16 09:37:22 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 15:51:31 +0000 |
commit | ea50862d40c6542d744408266aef157ce6ed5b63 (patch) | |
tree | bd6a8c637cda56916cd2880f7f0c8b7876052d2d /meta | |
parent | 7bfb98568a1d7ba8dbd95332d65cd19faec6c725 (diff) | |
download | poky-ea50862d40c6542d744408266aef157ce6ed5b63.tar.gz |
lttng-ust: bump PE
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)
(From OE-Core rev: 2fbfb2708fc7c0082b85ef964d850f8520b841d6)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 1076bde574..20c8b3d7cb 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" | |||
20 | SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19" | 20 | SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19" |
21 | PV = "2.1.0" | 21 | PV = "2.1.0" |
22 | PR = "r0" | 22 | PR = "r0" |
23 | PE = "2" | ||
23 | 24 | ||
24 | SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" | 25 | SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" |
25 | 26 | ||