summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-08-13 04:13:18 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-08-13 04:13:18 +0000
commite2e1f7b277e8e9fd3faadedb0a1acb4ece16c111 (patch)
tree9a69b4d4e89290a69337d3c470179eabf4b5b102 /packages
parent4a47c4a25e99d7d6d8348359cb37ed2307b21aaf (diff)
pcre 4.4: Remove the spurious .debug directory from the main package.
Diffstat (limited to 'packages')
-rw-r--r--packages/pcre/pcre_4.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pcre/pcre_4.4.bb b/packages/pcre/pcre_4.4.bb
index 451d44b17c..7603e11537 100644
--- a/packages/pcre/pcre_4.4.bb
+++ b/packages/pcre/pcre_4.4.bb
@@ -5,7 +5,7 @@ provides a POSIX calling interface to PCRE; the regular expressions \
themselves still follow Perl syntax and semantics. The header file for \
the POSIX-style functions is called pcreposix.h."
SECTION = "devel"
-PR = "r5"
+PR = "r6"
LICENSE = "BSD"
SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2"
S = "${WORKDIR}/pcre-${PV}"
@@ -38,4 +38,4 @@ do_stage () {
}
FILES_${PN} = "${libdir}/lib*.so*"
-FILES_${PN}-dev += "${bindir}"
+FILES_${PN}-dev += "${bindir}/*"