diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-07 22:03:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:11:59 -0800 |
commit | e27af1f273e9a7348dd8f5542df9206acd9210f3 (patch) | |
tree | d64ef13757b323df5b04fcebfd5a84b645944e93 /meta/recipes-support/libpcre | |
parent | 516d2029b31b014de1c87d23dd86208a4480579c (diff) | |
download | openembedded-core-e27af1f273e9a7348dd8f5542df9206acd9210f3.tar.gz openembedded-core-e27af1f273e9a7348dd8f5542df9206acd9210f3.tar.bz2 openembedded-core-e27af1f273e9a7348dd8f5542df9206acd9210f3.zip |
bzip2: split into binary and library packages
* Create libbz2 (and -dev, -staticdev), which can be
installed without the bzip2 executables.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpcre')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.21.bb b/meta/recipes-support/libpcre/libpcre_8.21.bb index f48d9f285c..f5fa4ef563 100644 --- a/meta/recipes-support/libpcre/libpcre_8.21.bb +++ b/meta/recipes-support/libpcre/libpcre_8.21.bb @@ -5,7 +5,7 @@ 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." SECTION = "devel" -PR = "r0" +PR = "r1" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENCE;md5=2f00d186a775c8002422a5315079d96b" SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \ |