Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] dropbear: bump epoch to fix upgrade path in meta-oe
@ 2011-12-15 13:08 Otavio Salvador
  2011-12-15 13:11 ` Phil Blundell
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2011-12-15 13:08 UTC (permalink / raw)
  To: openembedded-core

There was a 'dropbear-systemd' binary package on meta-oe versioned as
'v1' and it has been merged on dropbear's bbappend; to fix the upgrade
path for the dropbear-systemd package on meta-oe we need to bump epoch
and to avoid messing it up this needs to go into OE-Core.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta/recipes-core/dropbear/dropbear.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
index 1894715..073ac13 100644
--- a/meta/recipes-core/dropbear/dropbear.inc
+++ b/meta/recipes-core/dropbear/dropbear.inc
@@ -11,6 +11,8 @@ DEPENDS = "zlib"
 RPROVIDES = "ssh sshd"
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
+PE = "1"
+
 SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.gz \
 	         file://urandom-xauth-changes-to-options.h.patch \
 		 file://dropbear-0.53.1-static_build_fix.patch \
-- 
1.7.2.5




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

end of thread, other threads:[~2011-12-15 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15 13:08 [PATCH] dropbear: bump epoch to fix upgrade path in meta-oe Otavio Salvador
2011-12-15 13:11 ` Phil Blundell
2011-12-15 13:14   ` Otavio Salvador
2011-12-15 13:45     ` Otavio Salvador

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