diff options
Diffstat (limited to 'meta/recipes-support/libpcre/libpcre_8.45.bb')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.45.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.45.bb b/meta/recipes-support/libpcre/libpcre_8.45.bb index 46fedbae48..67327065e4 100644 --- a/meta/recipes-support/libpcre/libpcre_8.45.bb +++ b/meta/recipes-support/libpcre/libpcre_8.45.bb | |||
@@ -7,7 +7,8 @@ HOMEPAGE = "http://www.pcre.org" | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b5d5d1a69a24ea2718263f1ff85a1c58" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b5d5d1a69a24ea2718263f1ff85a1c58" |
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \ | 10 | SOURCEFORGE_PROJECT = "pcre" |
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/${SOURCEFORGE_PROJECT}/pcre-${PV}.tar.bz2 \ | ||
11 | file://run-ptest \ | 12 | file://run-ptest \ |
12 | file://Makefile \ | 13 | file://Makefile \ |
13 | " | 14 | " |
@@ -16,7 +17,7 @@ SRC_URI[sha256sum] = "4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e321 | |||
16 | 17 | ||
17 | CVE_PRODUCT = "pcre" | 18 | CVE_PRODUCT = "pcre" |
18 | 19 | ||
19 | S = "${WORKDIR}/pcre-${PV}" | 20 | S = "${UNPACKDIR}/pcre-${PV}" |
20 | 21 | ||
21 | PROVIDES += "pcre" | 22 | PROVIDES += "pcre" |
22 | DEPENDS += "bzip2 zlib" | 23 | DEPENDS += "bzip2 zlib" |
@@ -32,7 +33,7 @@ PACKAGECONFIG[jit] = "--enable-jit=auto,--disable-jit" | |||
32 | 33 | ||
33 | BINCONFIG = "${bindir}/pcre-config" | 34 | BINCONFIG = "${bindir}/pcre-config" |
34 | 35 | ||
35 | inherit autotools binconfig-disabled ptest | 36 | inherit autotools binconfig-disabled ptest sourceforge-releases |
36 | 37 | ||
37 | EXTRA_OECONF = "--enable-utf" | 38 | EXTRA_OECONF = "--enable-utf" |
38 | 39 | ||
@@ -56,7 +57,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
56 | 57 | ||
57 | do_install_ptest() { | 58 | do_install_ptest() { |
58 | t=${D}${PTEST_PATH} | 59 | t=${D}${PTEST_PATH} |
59 | cp ${WORKDIR}/Makefile $t | 60 | cp ${UNPACKDIR}/Makefile $t |
60 | cp -r ${S}/testdata $t | 61 | cp -r ${S}/testdata $t |
61 | for i in pcre_stringpiece_unittest pcregrep pcretest; \ | 62 | for i in pcre_stringpiece_unittest pcregrep pcretest; \ |
62 | do cp ${B}/.libs/$i $t; \ | 63 | do cp ${B}/.libs/$i $t; \ |