]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
libpcre2: add it for newer vte rbt/pcre2
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 8 Feb 2017 07:33:45 +0000 (23:33 -0800)
committerRobert Yang <liezhi.yang@windriver.com>
Fri, 10 Feb 2017 03:37:41 +0000 (19:37 -0800)
commitc56868473619fb4a7179db4f75fe9feb622e990e
tree99f31f3d5c45f7d2f62da74cea2550857e7e7706
parentd1109378d730c5cf50240c4d1a468e3aef5208ea
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.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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]