aboutsummaryrefslogtreecommitdiffstats
path: root/libgpg-error/libgpg-error_0.6.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libgpg-error/libgpg-error_0.6.oe')
-rw-r--r--libgpg-error/libgpg-error_0.6.oe20
1 files changed, 0 insertions, 20 deletions
diff --git a/libgpg-error/libgpg-error_0.6.oe b/libgpg-error/libgpg-error_0.6.oe
deleted file mode 100644
index e6185f079c..0000000000
--- a/libgpg-error/libgpg-error_0.6.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "GPG-Error library"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL LGPL FDL"
-
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz"
-
-inherit autotools
-
-do_stage() {
- oe_libinstall -so -C src libgpg-error ${STAGING_LIBDIR}
- install -m 0755 src/gpg-error-config ${STAGING_BINDIR}/
-
- install -d ${STAGING_INCDIR}/
- for X in gpg-error.h
- do
- install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
- done
-
-}