summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb
diff options
context:
space:
mode:
authorIonut Radu <ionutx.radu@intel.com>2013-07-05 07:10:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-10 09:41:53 +0100
commit397845d03f4d4f79042b8cbd569da1fe16150e6f (patch)
tree225ad3255856d79e8352f707770c77388088f8c2 /meta/recipes-support/libgpg-error/libgpg-error_1.11.bb
parenteb5b86dded0efb0365c4cc05b8c47edfbf153c14 (diff)
downloadpoky-397845d03f4d4f79042b8cbd569da1fe16150e6f.tar.gz
libgpg-error: Updated from 1.11 to 1.12
(From OE-Core rev: f2211b8531598fa8e5e728169467741a21883f28) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgpg-error/libgpg-error_1.11.bb')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.11.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb
deleted file mode 100644
index 1caa0dd1d3..0000000000
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1DESCRIPTION = "a small library that defines common error values for all GnuPG components"
2HOMEPAGE = "http://www.gnupg.org/related_software/libgpg-error/"
3BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
4
5LICENSE = "GPLv2+ & LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
7 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
8 file://src/gpg-error.h.in;endline=23;md5=6ac0378874589a44d53512b3786b4bc0 \
9 file://src/init.c;endline=20;md5=b69742f2a8827d494c6f6a4b1768416c"
10
11
12SECTION = "libs"
13PR = "r0"
14
15SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
16 file://pkgconfig.patch"
17
18SRC_URI[md5sum] = "b9fa55b71cae73cb2e44254c2acc4e2c"
19SRC_URI[sha256sum] = "ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0"
20
21inherit autotools binconfig pkgconfig gettext
22
23FILES_${PN}-dev += "${bindir}/gpg-error"
24
25do_install_append() {
26 # we don't have common lisp in OE
27 rm -rf "${D}${datadir}/common-lisp/"
28}
29
30BBCLASSEXTEND = "native"