diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-05 11:46:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-07 17:29:59 +0000 |
commit | 8bedf767aa8fa9629dd126bdc649912cfe074f7f (patch) | |
tree | aa7e5d0c09685c287e982452e0fcce65e9ce7b07 /meta | |
parent | 1ae132e10847cecd576cb7ebd5057cea0ad9c64e (diff) | |
download | poky-8bedf767aa8fa9629dd126bdc649912cfe074f7f.tar.gz |
glib-2.0: use the system libpcre
Instead of using the internal copy of libpcre, use one that we build. Note that
this requires libpcre enables Unicode properties.
(From OE-Core rev: 365f4092070b2e7978b8db65298308f4e770a501)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index dc88d19d0a..35153fa2a7 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -31,6 +31,10 @@ inherit autotools gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even | |||
31 | 31 | ||
32 | S = "${WORKDIR}/glib-${PV}" | 32 | S = "${WORKDIR}/glib-${PV}" |
33 | 33 | ||
34 | PACKAGECONFIG ??= "system-pcre" | ||
35 | # To use the system pcre it must be configured with --enable-unicode-properties | ||
36 | PACKAGECONFIG[system-pcre] = "--with-pcre=system,--with-pcre=internal,libpcre" | ||
37 | |||
34 | CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap --disable-man" | 38 | CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap --disable-man" |
35 | 39 | ||
36 | PRINTF = "--enable-included-printf=no" | 40 | PRINTF = "--enable-included-printf=no" |