]> code.ossystems Code Review - openembedded-core.git/commit
libpcre2: add it for newer vte
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 10 Feb 2017 03:42:02 +0000 (19:42 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:12 +0000 (12:29 -0800)
commit69c4d94dd6b825c710c6e76fe77e5255ddd1183d
tree2be559944349ca92249da0eb5b5fe39e622a05c5
parenta8b476e7d6a5bf43cceb8c7b2610c9b66fe2f33e
libpcre2: add it for newer vte

There are two major versions of the PCRE library. The newest version, PCRE2,
was released in 2015 and is at version 10.22.

The original, very widely deployed PCRE library, originally released in 1997,
is at version 8.40, and the API and feature set are stable, future releases
will be for bugfixes only. All new future features will be to PCRE2, not the
original PCRE 8.x series.

The newer vte depends on libpcre2, so add it.

(From OE-Core rev: f7165d379cb67c4d4918a8a3e9509d3d823d61da)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libpcre/libpcre2/pcre-cross.patch [new file with mode: 0644]
meta/recipes-support/libpcre/libpcre2_10.22.bb [new file with mode: 0644]