diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 23:04:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 23:05:07 +0000 |
commit | 4cc2b9adf2084105e6798f1374ee0fb48f7eb92a (patch) | |
tree | 43e47d92cfd91466cafc3f20496a439a1e2f76e6 | |
parent | 70a03756d4c9dc93402e2db3d71f515de91b6fa0 (diff) | |
download | poky-4cc2b9adf2084105e6798f1374ee0fb48f7eb92a.tar.gz |
lttng-ust: Increase PE due to incompatible version changes related to lttng-ust2
(From OE-Core rev: 732b9d6f3528c4c76be0afa911e7e1d5cf781c41)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_0.16.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb index 701bda9542..e9540837ca 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb | |||
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \ | |||
11 | DEPENDS = "liburcu" | 11 | DEPENDS = "liburcu" |
12 | 12 | ||
13 | PR = "r0" | 13 | PR = "r0" |
14 | PE = "1" | ||
14 | 15 | ||
15 | SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz" | 16 | SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz" |
16 | 17 | ||