Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] lttng PE bump
@ 2013-01-16 15:37 tom.zanussi
  2013-01-16 15:37 ` [PATCH 1/1] lttng-ust: bump PE tom.zanussi
  0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2013-01-16 15:37 UTC (permalink / raw)
  To: openembedded-core, martin.jansa

From: Tom Zanussi <tom.zanussi@intel.com>

This fixes the problem reported by Martin Jansa, which is due to a missing PE
in the new lttng-ust recipe when it was renamed:

ERROR: Package version for package lttng-ust-dbg went backwards which would break package feeds from (1:0.16-r1 to 0:2.1.0-r0)
ERROR: Package version for package lttng-ust-staticdev went backwards which would break package feeds from (1:0.16-r1 to 0:2.1.0-r0)
ERROR: Package version for package lttng-ust-dev went backwards which would break package feeds from (1:0.16-r1 to 0:2.1.0-r0)
ERROR: Package version for package lttng-ust-doc went backwards which would break package feeds from (1:0.16-r1 to 0:2.1.0-r0)
ERROR: Package version for package lttng-ust-locale went backwards which would break package feeds from (1:0.16-r1 to 0:2.1.0-r0)
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)

The following changes since commit 7bfb98568a1d7ba8dbd95332d65cd19faec6c725:

  bitbake: hig.py: refactor into individual components (2013-01-16 12:51:33 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/lttng-pe-bump
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/lttng-pe-bump

Tom Zanussi (1):
  lttng-ust: bump PE

 meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
1.7.11.4




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] lttng-ust: bump PE
  2013-01-16 15:37 [PATCH 0/1] lttng PE bump tom.zanussi
@ 2013-01-16 15:37 ` tom.zanussi
  0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2013-01-16 15:37 UTC (permalink / raw)
  To: openembedded-core, martin.jansa

From: Tom Zanussi <tom.zanussi@intel.com>

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 <tom.zanussi@intel.com>
---
 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"
 
-- 
1.7.11.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-16 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 15:37 [PATCH 0/1] lttng PE bump tom.zanussi
2013-01-16 15:37 ` [PATCH 1/1] lttng-ust: bump PE tom.zanussi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox