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 <[email protected]> --- 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
