[oe-commits] Ian Reinhart Geiser : krb5: add e2fsprogs dependency

git at git.openembedded.org git at git.openembedded.org
Fri Feb 1 17:54:50 UTC 2013


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

Author: Ian Reinhart Geiser <igeiser at devonit.com>
Date:   Wed Jan 30 13:14:37 2013 +0000

krb5: add e2fsprogs dependency

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.

Signed-off-by: Ian Reinhart Geiser <igeiser at devonit.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/krb5/krb5_1.11.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
index c755862..1edf6bb 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
@@ -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"





More information about the Openembedded-commits mailing list