diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-06-03 10:22:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-04 15:53:45 +0100 |
commit | 8085ccf585b7d7f70f47362308ddacf9aa577649 (patch) | |
tree | d68649b763bbdc910049698617b9fa8f4183e0ab /meta/recipes-support/libpcre | |
parent | 36f14ee692a632234a4670f4b4ec2db8f4e32241 (diff) | |
download | openembedded-core-8085ccf585b7d7f70f47362308ddacf9aa577649.tar.gz openembedded-core-8085ccf585b7d7f70f47362308ddacf9aa577649.tar.bz2 openembedded-core-8085ccf585b7d7f70f47362308ddacf9aa577649.zip |
libpcre: upgraded to 8.33
The license didn't modify, just the license years (2012->2013).
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.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.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." SUMMARY = "Perl Compatible Regular Expressions" HOMEPAGE = "http://www.pcre.org" SECTION = "devel" -PR = "r1" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENCE;md5=115e2bee152e2e23e838a29136094877" +LIC_FILES_CHKSUM = "file://LICENCE;md5=0920cc1a9f7ba95464491fa83c86afd8" SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \ file://pcre-cross.patch \ file://fix-pcre-name-collision.patch" -SRC_URI[md5sum] = "62f02a76bb57a40bc66681760ed511d5" -SRC_URI[sha256sum] = "a913fb9bd058ef380a2d91847c3c23fcf98e92dc3b47cd08a53c021c5cde0f55" +SRC_URI[md5sum] = "21514018448ac10062ece7a668fca949" +SRC_URI[sha256sum] = "c603957a4966811c04af5f6048c71cfb4966ec93312d7b3118116ed9f3bc0478" S = "${WORKDIR}/pcre-${PV}" |