aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls_2.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnutls/gnutls_2.4.2.bb')
-rw-r--r--recipes/gnutls/gnutls_2.4.2.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/gnutls/gnutls_2.4.2.bb b/recipes/gnutls/gnutls_2.4.2.bb
deleted file mode 100644
index 0748887431..0000000000
--- a/recipes/gnutls/gnutls_2.4.2.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-require gnutls.inc
-LICENSE_${PN}-extra = "GPLv3"
-
-SRC_URI += "\
- file://gnutls-openssl.patch;patch=1 \
- file://gnutls-texinfo-euro.patch;patch=1 \
- file://configure_madness.patch;patch=1 \
- file://gnutls-replace-siginterrupt.patch;patch=1 \
- "
-
-PR = "${INC_PR}.0"
-
-do_install_append() {
-
- install -d ${D}${datadir}/aclocal
- install -m 0644 ${S}/lib/libgnutls.m4 ${D}${datadir}/aclocal/
- install -m 0644 ${S}/libextra/libgnutls-extra.m4 ${D}${datadir}/aclocal/
-}