summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libpcre/libpcre_8.33.bb (renamed from meta/recipes-support/libpcre/libpcre_8.32.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.32.bb b/meta/recipes-support/libpcre/libpcre_8.33.bb
index a2a8d808e2..50930b42bd 100644
--- a/meta/recipes-support/libpcre/libpcre_8.32.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.33.bb
@@ -5,15 +5,14 @@ to the POSIX regular expression API."
5SUMMARY = "Perl Compatible Regular Expressions" 5SUMMARY = "Perl Compatible Regular Expressions"
6HOMEPAGE = "http://www.pcre.org" 6HOMEPAGE = "http://www.pcre.org"
7SECTION = "devel" 7SECTION = "devel"
8PR = "r1"
9LICENSE = "BSD" 8LICENSE = "BSD"
10LIC_FILES_CHKSUM = "file://LICENCE;md5=115e2bee152e2e23e838a29136094877" 9LIC_FILES_CHKSUM = "file://LICENCE;md5=0920cc1a9f7ba95464491fa83c86afd8"
11SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \ 10SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
12 file://pcre-cross.patch \ 11 file://pcre-cross.patch \
13 file://fix-pcre-name-collision.patch" 12 file://fix-pcre-name-collision.patch"
14 13
15SRC_URI[md5sum] = "62f02a76bb57a40bc66681760ed511d5" 14SRC_URI[md5sum] = "21514018448ac10062ece7a668fca949"
16SRC_URI[sha256sum] = "a913fb9bd058ef380a2d91847c3c23fcf98e92dc3b47cd08a53c021c5cde0f55" 15SRC_URI[sha256sum] = "c603957a4966811c04af5f6048c71cfb4966ec93312d7b3118116ed9f3bc0478"
17 16
18S = "${WORKDIR}/pcre-${PV}" 17S = "${WORKDIR}/pcre-${PV}"
19 18