summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpcre
diff options
context:
space:
mode:
authorFahad Usman <fahad_usman@mentor.com>2012-12-10 19:51:20 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-13 15:18:43 +0000
commitf615f0c140aa0748a16bb34ad5c19d828bd57ea2 (patch)
treee6375590cb3b080f273661568a3c47aaa9b58c98 /meta/recipes-support/libpcre
parentb81f4273e68fdf677d6776f5572ad24f6ab333d9 (diff)
downloadpoky-f615f0c140aa0748a16bb34ad5c19d828bd57ea2.tar.gz
libpcre: upgrade to 8.32
- Also improve description - Add summary and homepage (From OE-Core rev: 57907458fe4b6c7037f35862adabf29b8ac1f029) Signed-off-by: Christopher Larson <chris_larson@mentor.com> - the patch was imported from meta-mentor layer on yoctoproject git server http://git.yoctoproject.org/cgit/cgit.cgi/meta-mentor as of commit id 62f819b97e356c1d7468fbccbf3a3ceed78b09a8 - broken up the original patch in two parts, this first part upgrades the version to 8.32 Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpcre')
-rw-r--r--meta/recipes-support/libpcre/libpcre_8.32.bb (renamed from meta/recipes-support/libpcre/libpcre_8.31.bb)16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.31.bb b/meta/recipes-support/libpcre/libpcre_8.32.bb
index e1dad8b8c8..b6847e8217 100644
--- a/meta/recipes-support/libpcre/libpcre_8.31.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.32.bb
@@ -1,9 +1,9 @@
1DESCRIPTION = "Perl-compatible regular expression library. PCRE has its own native \ 1DESCRIPTION = "The PCRE library is a set of functions that implement regular \
2API, but a set of 'wrapper' functions that are based on the POSIX API \ 2expression pattern matching using the same syntax and semantics as Perl 5. PCRE \
3are also supplied in the library libpcreposix. Note that this just \ 3has its own native API, as well as a set of wrapper functions that correspond \
4provides a POSIX calling interface to PCRE; the regular expressions \ 4to the POSIX regular expression API."
5themselves still follow Perl syntax and semantics. The header file for \ 5SUMMARY = "Perl Compatible Regular Expressions"
6the POSIX-style functions is called pcreposix.h." 6HOMEPAGE = "http://www.pcre.org"
7SECTION = "devel" 7SECTION = "devel"
8PR = "r0" 8PR = "r0"
9LICENSE = "BSD" 9LICENSE = "BSD"
@@ -12,8 +12,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
12 file://pcre-cross.patch \ 12 file://pcre-cross.patch \
13 file://fix-pcre-name-collision.patch" 13 file://fix-pcre-name-collision.patch"
14 14
15SRC_URI[md5sum] = "1c9a276af932b5599157f96e945391f0" 15SRC_URI[md5sum] = "62f02a76bb57a40bc66681760ed511d5"
16SRC_URI[sha256sum] = "5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c" 16SRC_URI[sha256sum] = "a913fb9bd058ef380a2d91847c3c23fcf98e92dc3b47cd08a53c021c5cde0f55"
17 17
18S = "${WORKDIR}/pcre-${PV}" 18S = "${WORKDIR}/pcre-${PV}"
19 19