diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 18:35:55 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 18:35:55 +0800 |
commit | 7ef481cf6ce3d526511288800f29a16bbb98e2a8 (patch) | |
tree | b906988a64c34f8628801d88f0eebd798d6fd4f1 | |
parent | d4d2e21bcbafdf7546114f1204bffcc057dbedba (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.10.bb | 1 |
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." | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | PR = "r4" | 8 | PR = "r4" |
9 | LICENSE = "BSD" | 9 | LICENSE = "BSD" |
10 | LIC_FILES_CHKSUM = "file://LICENCE;md5=77f9b14fe707d0376d89bc162e6c54ff" | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \ |
11 | file://pcre-cross.patch;patch=1" | 12 | file://pcre-cross.patch;patch=1" |
12 | S = "${WORKDIR}/pcre-${PV}" | 13 | S = "${WORKDIR}/pcre-${PV}" |