krb5: add e2fsprogs dependency
authorIan Reinhart Geiser <igeiser@devonit.com>
Wed, 30 Jan 2013 13:14:37 +0000 (13:14 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:27:48 +0000 (08:27 -0800)
Krb5 needs libcom_err from e2fsprogs to be built.  It looks like
in some cases if e2fsprogs was built before krb5 this would
silently pass.

* add that e2fsprogs dependency explicitly.
* added back the PR and updated its value to r1.

(From meta-openembedded rev: 2afb30fa9d6ebeb4a28f4d496f1f61dc5ae72839)

Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb

index c755862..1edf6bb 100644 (file)
@@ -3,10 +3,12 @@ HOMEPAGE = "http://web.mit.edu/Kerberos/"
 SECTION = "console/network"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=e8fad1d174de32f8da0ddc56b67b6941"
-DEPENDS = "ncurses util-linux e2fsprogs-native"
+DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native"
 
 inherit autotools binconfig perlnative
 
+PR = "r1"
+
 SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${PV}/${P}-signed.tar"
 SRC_URI[md5sum] = "1a13c53899806c4da99a798a04d25545"
 SRC_URI[sha256sum] = "fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456a78651"