summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpcre
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-24 18:35:55 +0800
committerMei Lei <lei.mei@intel.com>2010-11-24 18:35:55 +0800
commit7ef481cf6ce3d526511288800f29a16bbb98e2a8 (patch)
treeb906988a64c34f8628801d88f0eebd798d6fd4f1 /meta/recipes-support/libpcre
parentd4d2e21bcbafdf7546114f1204bffcc057dbedba (diff)
downloadopenembedded-core-7ef481cf6ce3d526511288800f29a16bbb98e2a8.tar.gz
libpcre:Add license checksum to bb file
Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-support/libpcre')
-rw-r--r--meta/recipes-support/libpcre/libpcre_8.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.10.bb b/meta/recipes-support/libpcre/libpcre_8.10.bb
index 840d74a658..4053e45916 100644
--- a/meta/recipes-support/libpcre/libpcre_8.10.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.10.bb
@@ -7,6 +7,7 @@ the POSIX-style functions is called pcreposix.h."
SECTION = "devel"
PR = "r4"
LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=77f9b14fe707d0376d89bc162e6c54ff"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \
file://pcre-cross.patch;patch=1"
S = "${WORKDIR}/pcre-${PV}"