summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-03-07 22:03:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:12:06 -0800
commit10d6c4e056b4c3333f15e442af4283c99e5951e2 (patch)
treef820e14de6c3c657dfa53a5995de8f90fe07ebf7 /meta/recipes-support/gnupg
parentc6bb463995db745d1a4c55cac324e201deef2413 (diff)
downloadpoky-10d6c4e056b4c3333f15e442af4283c99e5951e2.tar.gz
bzip2: split into binary and library packages
* Create libbz2 (and -dev, -staticdev), which can be installed without the bzip2 executables. (From OE-Core rev: e27af1f273e9a7348dd8f5542df9206acd9210f3) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg')
-rw-r--r--meta/recipes-support/gnupg/gnupg_1.4.7.bb2
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.0.18.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/meta/recipes-support/gnupg/gnupg_1.4.7.bb
index f033659c22..41552b2ee6 100644
--- a/meta/recipes-support/gnupg/gnupg_1.4.7.bb
+++ b/meta/recipes-support/gnupg/gnupg_1.4.7.bb
@@ -7,7 +7,7 @@ LICENSE = "GPLv2"
7 7
8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" 8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
9 9
10PR = "r5" 10PR = "r6"
11 11
12SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \ 12SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \
13 file://long-long-thumb.patch \ 13 file://long-long-thumb.patch \
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 \
5 file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6" 5 file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6"
6 6
7DEPENDS = "pth libassuan libksba zlib bzip2 readline libgcrypt" 7DEPENDS = "pth libassuan libksba zlib bzip2 readline libgcrypt"
8PR = "r1"
8 9
9inherit autotools gettext 10inherit autotools gettext
10 11