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/gnupg/gnupg_2.0.18.bb | |
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/gnupg/gnupg_2.0.18.bb')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.0.18.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb b/meta/recipes-support/gnupg/gnupg_2.0.18.bb index abcb5fb7bc..3085494cc1 100644 --- a/meta/recipes-support/gnupg/gnupg_2.0.18.bb +++ b/meta/recipes-support/gnupg/gnupg_2.0.18.bb @@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6" DEPENDS = "pth libassuan libksba zlib bzip2 readline libgcrypt" +PR = "r1" inherit autotools gettext |