diff options
Diffstat (limited to 'pcre')
-rw-r--r-- | pcre/pcre-native_4.4.oe | 4 | ||||
-rw-r--r-- | pcre/pcre_4.4.oe | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/pcre/pcre-native_4.4.oe b/pcre/pcre-native_4.4.oe index e69de29bb2..3ca0a446c5 100644 --- a/pcre/pcre-native_4.4.oe +++ b/pcre/pcre-native_4.4.oe @@ -0,0 +1,4 @@ +SECTION = "unknown" +include pcre_${PV}.oe +inherit native +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/pcre-${PV}" diff --git a/pcre/pcre_4.4.oe b/pcre/pcre_4.4.oe index e57497f36a..1188012bdb 100644 --- a/pcre/pcre_4.4.oe +++ b/pcre/pcre_4.4.oe @@ -1,3 +1,4 @@ +SECTION = "unknown" 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 \ |