diff options
Diffstat (limited to 'meta/recipes-support/libpcre')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.30.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.30.bb b/meta/recipes-support/libpcre/libpcre_8.30.bb index 83831e7830..05ca7ca4e5 100644 --- a/meta/recipes-support/libpcre/libpcre_8.30.bb +++ b/meta/recipes-support/libpcre/libpcre_8.30.bb | |||
@@ -5,7 +5,7 @@ provides a POSIX calling interface to PCRE; the regular expressions \ | |||
5 | themselves still follow Perl syntax and semantics. The header file for \ | 5 | themselves still follow Perl syntax and semantics. The header file for \ |
6 | the POSIX-style functions is called pcreposix.h." | 6 | the POSIX-style functions is called pcreposix.h." |
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | PR = "r0" | 8 | PR = "r1" |
9 | LICENSE = "BSD" | 9 | LICENSE = "BSD" |
10 | LIC_FILES_CHKSUM = "file://LICENCE;md5=115e2bee152e2e23e838a29136094877" | 10 | LIC_FILES_CHKSUM = "file://LICENCE;md5=115e2bee152e2e23e838a29136094877" |
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \ |
@@ -47,10 +47,7 @@ do_compile () { | |||
47 | 47 | ||
48 | python populate_packages_prepend () { | 48 | python populate_packages_prepend () { |
49 | pcre_libdir = d.expand('${libdir}') | 49 | pcre_libdir = d.expand('${libdir}') |
50 | do_split_packages(d, pcre_libdir, '^lib(.*)\.so\.+', 'lib%s', 'libpcre %s library', extra_depends='', allow_links=True) | 50 | do_split_packages(d, pcre_libdir, '^lib(.*)\.so\.+', 'lib%s', 'libpcre %s library', extra_depends='', allow_links=True, prepend=True) |
51 | } | 51 | } |
52 | 52 | ||
53 | FILES_${PN} = "${libdir}/libpcre.so.*" | ||
54 | FILES_${PN}-dev += "${bindir}/*" | ||
55 | |||
56 | BBCLASSEXTEND = "native" | 53 | BBCLASSEXTEND = "native" |