aboutsummaryrefslogtreecommitdiffstats
path: root/packages/postfix
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-10 05:07:13 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-10 05:07:13 +0000
commita0fa35a8ea6a6ad72c8b71b571bbdddb53b66fc9 (patch)
tree491e09b1f816a06f0561b9c0dd3e26fa6b269075 /packages/postfix
parent89e89662021692a6c3e74c9ef1a1b9807a216ffe (diff)
downloadopenembedded-a0fa35a8ea6a6ad72c8b71b571bbdddb53b66fc9.tar.gz
postfix 2.0.20: Remove spurious .debug directories from the non -dbg packages.
Diffstat (limited to 'packages/postfix')
-rw-r--r--packages/postfix/postfix_2.0.20.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb
index 6ddc24477d..06e173a5c4 100644
--- a/packages/postfix/postfix_2.0.20.bb
+++ b/packages/postfix/postfix_2.0.20.bb
@@ -1,7 +1,7 @@
SECTION = "console/network"
DEPENDS = "virtual/db libpcre postfix-native"
LICENSE = "IPL"
-PR = "r8"
+PR = "r9"
SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
file://${FILESDIR}/makedefs.patch;patch=1 \
@@ -73,3 +73,8 @@ pkg_postinst () {
pkg_postrm () {
update-alternatives --remove sendmail ${sbindir}/sendmail
}
+
+# Exclude .debug directories from the main package
+FILES_${PN} = "${sysconfdir} ${localstatedir} ${bindir}/* ${sbindir}/* \
+ ${libexecdir}/postfix/*"
+FILES_${PN}-dbg += "${libexecdir}/postfix/.debug"