diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-12 00:24:18 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-12 00:24:18 +0000 |
commit | 4e9bd35614309c82ce34c32ea7b18afaeed33752 (patch) | |
tree | a6d48813ea8064834d9d6c34870f695331a77c21 /packages/gnupg | |
parent | fc3ce1911e9609c3ffbbc3bdd0db3993e946d650 (diff) |
gnupg 1.4.2.2: Remove spurious .debug directories from the non -dbg packages.
Diffstat (limited to 'packages/gnupg')
-rw-r--r-- | packages/gnupg/gnupg.inc | 4 | ||||
-rw-r--r-- | packages/gnupg/gnupg_1.4.2.2.bb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/gnupg/gnupg.inc b/packages/gnupg/gnupg.inc index b4eb9bba65..2d8e37605f 100644 --- a/packages/gnupg/gnupg.inc +++ b/packages/gnupg/gnupg.inc @@ -70,3 +70,7 @@ do_install () { mv ${D}${datadir}/${PN}/* ${D}/${docdir}/${PN}/ || : mv ${D}${prefix}/doc/* ${D}/${docdir}/${PN}/ || : } + +# Exclude debug files from the main packages +FILES_${PN} = "${bindir}/* ${datadir}/${PN} ${libexecdir}/${PN}/*" +FILES_${PN}-dbg += "${libexecdir}/${PN}/.debug" diff --git a/packages/gnupg/gnupg_1.4.2.2.bb b/packages/gnupg/gnupg_1.4.2.2.bb index 703aec379b..b21eb88b91 100644 --- a/packages/gnupg/gnupg_1.4.2.2.bb +++ b/packages/gnupg/gnupg_1.4.2.2.bb @@ -11,4 +11,4 @@ SRC_URI += "file://15_free_caps.patch;patch=1 \ S = "${WORKDIR}/gnupg-${PV}" -PR = "r1" +PR = "r2" |