diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-04 07:31:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:59 +0100 |
commit | 27387f58d4284091f5b485d2979f8560d720456e (patch) | |
tree | e0fa03684aae87eeef561f39ef032ac840739802 /meta/recipes-support | |
parent | bbb00e30031f8eed63614c09b1d4938d596c8303 (diff) | |
download | poky-27387f58d4284091f5b485d2979f8560d720456e.tar.gz |
libpcre: 8.36 -> 8.37
The LICENSE's md5sum has changed mainly because the new version added
this line:
The data in the testdata directory is not copyrighted and is in the
public domain.
The license is the same, so just update the md5sum.
(From OE-Core rev: b0b40fc7c8117570ea01f60a62ce05e0215878f7)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.37.bb (renamed from meta/recipes-support/libpcre/libpcre_8.36.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.36.bb b/meta/recipes-support/libpcre/libpcre_8.37.bb index a4b7f6d985..bcfc9e9afa 100644 --- a/meta/recipes-support/libpcre/libpcre_8.36.bb +++ b/meta/recipes-support/libpcre/libpcre_8.37.bb | |||
@@ -6,7 +6,7 @@ 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 \ |
@@ -14,8 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \ | |||
14 | file://Makefile \ | 14 | file://Makefile \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "b767bc9af0c20bc9c1fe403b0d41ad97" | 17 | SRC_URI[md5sum] = "ed91be292cb01d21bc7e526816c26981" |
18 | SRC_URI[sha256sum] = "ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb" | 18 | SRC_URI[sha256sum] = "51679ea8006ce31379fb0860e46dd86665d864b5020fc9cd19e71260eef4789d" |
19 | 19 | ||
20 | S = "${WORKDIR}/pcre-${PV}" | 20 | S = "${WORKDIR}/pcre-${PV}" |
21 | 21 | ||