libpcre-native 8.10
NOTE: This recipe is for OE-Classic, the older monolithic version of OpenEmbedded which is no longer actively developed. See below for migration information. If no replacement is available in current OpenEmbedded layers, you may be able to migrate the recipe yourself.
| oe-classic | OpenEmbedded | |
|---|---|---|
| Name | libpcre-native | libpcre (Provided (BBCLASSEXTEND)) verified
|
| Version | 8.10 | 8.45 |
| Summary | Perl Compatible Regular Expressions | |
| Description | Perl-compatible regular expression library. PCRE has its own native API, but a set of 'wrapper' functions that are based on the POSIX API are also supplied in the library libpcreposix. Note that this just provides a POSIX calling interface to PCRE; the regular expressions themselves still follow Perl syntax and semantics. The header file for the POSIX-style functions is called pcreposix.h. | The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API. |
| Section | devel | devel |
| License | BSD | BSD-3-Clause |
| Homepage | http://www.pcre.org | |
| Package/recipe file | recipes/libpcre/libpcre-native_8.10.bb | recipes-support/libpcre/libpcre_8.45.bb |
| Origin | openembedded-core (master branch) | |
| Extra links |
|
Sources
| oe-classic | OpenEmbedded | |
|---|---|---|
| None |
|
Patches
| oe-classic | OpenEmbedded |
|---|---|
| None | None |
configure options
| oe-classic | OpenEmbedded |
|---|---|
|
--enable-utf --disable-static --enable-jit=auto --disable-pcre16 --disable-pcre32 --enable-pcre8 --disable-pcretest-libreadline --enable-unicode-properties |