diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.38.bb (renamed from meta/recipes-support/libpcre/libpcre_8.36.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.36.bb b/meta/recipes-support/libpcre/libpcre_8.38.bb index a4b7f6d985..6ef5d70a8a 100644 --- a/meta/recipes-support/libpcre/libpcre_8.36.bb +++ b/meta/recipes-support/libpcre/libpcre_8.38.bb | |||
@@ -6,16 +6,15 @@ SUMMARY = "Perl Compatible Regular Expressions" | |||
6 | HOMEPAGE = "http://www.pcre.org" | 6 | HOMEPAGE = "http://www.pcre.org" |
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=ded617e975f28e15952dc68b84a7ac1a" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=7e4937814aee14758c1c95b59c80c44d" |
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \ | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \ |
11 | file://pcre-cross.patch \ | 11 | file://pcre-cross.patch \ |
12 | file://fix-pcre-name-collision.patch \ | 12 | file://fix-pcre-name-collision.patch \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | file://Makefile \ | 14 | file://Makefile \ |
15 | " | 15 | " |
16 | 16 | SRC_URI[md5sum] = "00aabbfe56d5a48b270f999b508c5ad2" | |
17 | SRC_URI[md5sum] = "b767bc9af0c20bc9c1fe403b0d41ad97" | 17 | SRC_URI[sha256sum] = "b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df" |
18 | SRC_URI[sha256sum] = "ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb" | ||
19 | 18 | ||
20 | S = "${WORKDIR}/pcre-${PV}" | 19 | S = "${WORKDIR}/pcre-${PV}" |
21 | 20 | ||