diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-16 11:45:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:55:59 +0000 |
commit | 34626c48802bec0a645df458cd31c1d01f31a7f6 (patch) | |
tree | 772101ea3c994faeb2bcf68d6959792a4d5df1f7 /meta | |
parent | 3f42e207422254af24b09f35df38244ed3fd08be (diff) | |
download | poky-34626c48802bec0a645df458cd31c1d01f31a7f6.tar.gz |
libksba: Update to 1.3.0
Licensing files changes from 1 COPYING to be split.
The Code is marked LGPLv3 or GPLv2 or both in parallel
(From OE-Core rev: 96a29f346f89641eaccdb740e4d21cc4f732768d)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libksba/libksba_1.2.0.bb | 14 | ||||
-rw-r--r-- | meta/recipes-support/libksba/libksba_1.3.0.bb | 18 |
2 files changed, 18 insertions, 14 deletions
diff --git a/meta/recipes-support/libksba/libksba_1.2.0.bb b/meta/recipes-support/libksba/libksba_1.2.0.bb deleted file mode 100644 index dd8d88f49d..0000000000 --- a/meta/recipes-support/libksba/libksba_1.2.0.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | DESCRIPTION = "Libksba provides an easy API to create and parse X.509 and CMS related objects." | ||
2 | HOMEPAGE = "http://www.gnupg.org/related_software/libksba/" | ||
3 | LICENSE = "GPLv3" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
5 | PR = "r1" | ||
6 | |||
7 | DEPENDS = "libgpg-error" | ||
8 | |||
9 | inherit autotools binconfig | ||
10 | |||
11 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" | ||
12 | |||
13 | SRC_URI[md5sum] = "e797f370b69b4dc776499d6a071ae137" | ||
14 | SRC_URI[sha256sum] = "09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b" | ||
diff --git a/meta/recipes-support/libksba/libksba_1.3.0.bb b/meta/recipes-support/libksba/libksba_1.3.0.bb new file mode 100644 index 0000000000..506d7c00b4 --- /dev/null +++ b/meta/recipes-support/libksba/libksba_1.3.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Libksba provides an easy API to create and parse X.509 and CMS related objects." | ||
2 | HOMEPAGE = "http://www.gnupg.org/related_software/libksba/" | ||
3 | LICENSE = "GPLv2+ | LGPLv3+ | GPLv3+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \ | ||
5 | file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
6 | file://COPYING.GPLv3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \ | ||
7 | file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
8 | " | ||
9 | PR = "r0" | ||
10 | |||
11 | DEPENDS = "libgpg-error" | ||
12 | |||
13 | inherit autotools binconfig | ||
14 | |||
15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" | ||
16 | |||
17 | SRC_URI[md5sum] = "cd86fad9c9d360b2cf80449f8a4a4075" | ||
18 | SRC_URI[sha256sum] = "5a61eed50550d4d0dcb47457ce7b6a90f8e719d42a3b25f7e79333e8cd721971" | ||