summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpcre/libpcre_8.43.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libpcre/libpcre_8.43.bb')
-rw-r--r--meta/recipes-support/libpcre/libpcre_8.43.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.43.bb b/meta/recipes-support/libpcre/libpcre_8.43.bb
index e28615a8ba..08314efb9e 100644
--- a/meta/recipes-support/libpcre/libpcre_8.43.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.43.bb
@@ -9,6 +9,7 @@ LICENSE = "BSD"
9LIC_FILES_CHKSUM = "file://LICENCE;md5=91bee59d1b327eb1599b4c673e2fb3d1" 9LIC_FILES_CHKSUM = "file://LICENCE;md5=91bee59d1b327eb1599b4c673e2fb3d1"
10SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \ 10SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
11 file://fix-pcre-name-collision.patch \ 11 file://fix-pcre-name-collision.patch \
12 file://out-of-tree.patch \
12 file://run-ptest \ 13 file://run-ptest \
13 file://Makefile \ 14 file://Makefile \
14" 15"
@@ -23,13 +24,14 @@ S = "${WORKDIR}/pcre-${PV}"
23PROVIDES += "pcre" 24PROVIDES += "pcre"
24DEPENDS += "bzip2 zlib" 25DEPENDS += "bzip2 zlib"
25 26
26PACKAGECONFIG ??= "pcre8 unicode-properties" 27PACKAGECONFIG ??= "pcre8 unicode-properties jit"
27 28
28PACKAGECONFIG[pcre8] = "--enable-pcre8,--disable-pcre8" 29PACKAGECONFIG[pcre8] = "--enable-pcre8,--disable-pcre8"
29PACKAGECONFIG[pcre16] = "--enable-pcre16,--disable-pcre16" 30PACKAGECONFIG[pcre16] = "--enable-pcre16,--disable-pcre16"
30PACKAGECONFIG[pcre32] = "--enable-pcre32,--disable-pcre32" 31PACKAGECONFIG[pcre32] = "--enable-pcre32,--disable-pcre32"
31PACKAGECONFIG[pcretest-readline] = "--enable-pcretest-libreadline,--disable-pcretest-libreadline,readline," 32PACKAGECONFIG[pcretest-readline] = "--enable-pcretest-libreadline,--disable-pcretest-libreadline,readline,"
32PACKAGECONFIG[unicode-properties] = "--enable-unicode-properties,--disable-unicode-properties" 33PACKAGECONFIG[unicode-properties] = "--enable-unicode-properties,--disable-unicode-properties"
34PACKAGECONFIG[jit] = "--enable-jit=auto,--disable-jit"
33 35
34BINCONFIG = "${bindir}/pcre-config" 36BINCONFIG = "${bindir}/pcre-config"
35 37