[oe-commits] Koen Kooi : dropbear 2011.54 bbappend: switch to PRINC to work around a bug in bb.utils.vercmp:

git at git.openembedded.org git at git.openembedded.org
Sat Dec 10 08:40:43 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 11debe42224e262a85ab4586c30faac11419acfd
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=11debe42224e262a85ab4586c30faac11419acfd

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Dec 10 09:35:13 2011 +0100

dropbear 2011.54 bbappend: switch to PRINC to work around a bug in bb.utils.vercmp:

| ERROR: Package version for package dropbear-dbg went backwards which would break package feeds from (0:2011.54-r0 to 0:2011.54-r0.meta-oe.1)

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../dropbear/dropbear_2011.54.bbappend             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/dropbear/dropbear_2011.54.bbappend b/meta-oe/recipes-core/dropbear/dropbear_2011.54.bbappend
index 664b6de..a642235 100644
--- a/meta-oe/recipes-core/dropbear/dropbear_2011.54.bbappend
+++ b/meta-oe/recipes-core/dropbear/dropbear_2011.54.bbappend
@@ -1,6 +1,6 @@
 inherit systemd
 
-PR .= ".meta-oe.1"
+PRINC = "1"
 
 # look for files in the layer first
 FILESEXTRAPATHS := "${THISDIR}/${PN}"





More information about the Openembedded-commits mailing list