[oe-commits] Martin Jansa : krb5: Fix . debug packaging warning after debug striping was fixed

git at git.openembedded.org git at git.openembedded.org
Wed Mar 13 16:31:13 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Mar  7 16:25:39 2013 +0100

krb5: Fix .debug packaging warning after debug striping was fixed

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/krb5/krb5_1.11.bb |    3 ++-
 1 files changed, 2 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 1edf6bb..31fe463 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
@@ -7,7 +7,7 @@ DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native"
 
 inherit autotools binconfig perlnative
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${PV}/${P}-signed.tar"
 SRC_URI[md5sum] = "1a13c53899806c4da99a798a04d25545"
@@ -25,6 +25,7 @@ LDFLAGS_append += "-lpthread"
 
 FILES_${PN}-doc += "${datadir}/examples"
 FILES_${PN} += "${datadir}/gnats"
+FILES_${PN}-dbg += "${libdir}/krb5/plugins/*/.debug"
 
 krb5_do_unpack() {
     # ${P}-signed.tar contains ${P}.tar.gz.asc and ${P}.tar.gz





More information about the Openembedded-commits mailing list