diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.38.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.38.bb b/meta/recipes-support/libpcre/libpcre_8.38.bb index 4f31f8c4c8..384c2fe79c 100644 --- a/meta/recipes-support/libpcre/libpcre_8.38.bb +++ b/meta/recipes-support/libpcre/libpcre_8.38.bb | |||
@@ -22,12 +22,13 @@ S = "${WORKDIR}/pcre-${PV}" | |||
22 | PROVIDES += "pcre" | 22 | PROVIDES += "pcre" |
23 | DEPENDS += "bzip2 zlib" | 23 | DEPENDS += "bzip2 zlib" |
24 | 24 | ||
25 | PACKAGECONFIG ??= "pcre8" | 25 | PACKAGECONFIG ??= "pcre8 unicode-properties" |
26 | 26 | ||
27 | PACKAGECONFIG[pcre8] = "--enable-pcre8,--disable-pcre8" | 27 | PACKAGECONFIG[pcre8] = "--enable-pcre8,--disable-pcre8" |
28 | PACKAGECONFIG[pcre16] = "--enable-pcre16,--disable-pcre16" | 28 | PACKAGECONFIG[pcre16] = "--enable-pcre16,--disable-pcre16" |
29 | PACKAGECONFIG[pcre32] = "--enable-pcre32,--disable-pcre32" | 29 | PACKAGECONFIG[pcre32] = "--enable-pcre32,--disable-pcre32" |
30 | PACKAGECONFIG[pcretest-readline] = "--enable-pcretest-libreadline,--disable-pcretest-libreadline,readline," | 30 | PACKAGECONFIG[pcretest-readline] = "--enable-pcretest-libreadline,--disable-pcretest-libreadline,readline," |
31 | PACKAGECONFIG[unicode-properties] = "--enable-unicode-properties,--disable-unicode-properties" | ||
31 | 32 | ||
32 | BINCONFIG = "${bindir}/pcre-config" | 33 | BINCONFIG = "${bindir}/pcre-config" |
33 | 34 | ||
@@ -36,7 +37,7 @@ inherit autotools binconfig-disabled ptest | |||
36 | EXTRA_OECONF = "\ | 37 | EXTRA_OECONF = "\ |
37 | --enable-newline-is-lf \ | 38 | --enable-newline-is-lf \ |
38 | --enable-rebuild-chartables \ | 39 | --enable-rebuild-chartables \ |
39 | --enable-utf8 \ | 40 | --enable-utf \ |
40 | --with-link-size=2 \ | 41 | --with-link-size=2 \ |
41 | --with-match-limit=10000000 \ | 42 | --with-match-limit=10000000 \ |
42 | " | 43 | " |