aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-04-13 13:32:55 +0800
committerSaul Wold <sgw@linux.intel.com>2011-04-22 22:03:56 -0700
commitf00f71eccc1c1c7ae0451aa7fb42d507b0e914ca (patch)
tree70a2ba758227fa0235000bafd1e25c7d0e55f90c /meta/recipes-support/libgpg-error/libgpg-error_1.9.bb
parent115099178ed68105bd5719348b4ea0baef4ade80 (diff)
downloadopenembedded-core-f00f71eccc1c1c7ae0451aa7fb42d507b0e914ca.tar.gz
libgpg-error: Upgrade to 1.10 (from 1.9)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-support/libgpg-error/libgpg-error_1.9.bb')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.9.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb
deleted file mode 100644
index 560340bfc8..0000000000
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "a small library that defines common error values for all GnuPG components"
-HOMEPAGE = "http://www.gnupg.org/related_software/libgpg-error/"
-BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
-
-LICENSE = "GPLv2+ & LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
- file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
- file://src/gpg-error.h;endline=23;md5=83c16c8f5cea85affa1ff270a6f4fcff \
- file://src/init.c;endline=20;md5=b69742f2a8827d494c6f6a4b1768416c"
-
-
-SECTION = "libs"
-PR = "r0"
-
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
- file://pkgconfig.patch;"
-
-SRC_URI[md5sum] = "521b98aa9395e7eaf0ef2236233a0796"
-SRC_URI[sha256sum] = "54d9326bfbd46c705963c507953f65a40576d04b374e131008dc5b732ff1e3c3"
-
-# move libgpg-error-config into -dev package
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}/*"
-
-inherit autotools binconfig pkgconfig gettext