summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc14
1 files changed, 3 insertions, 11 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index b16dd21f4e..d6c187ffee 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/"
3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" 3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
4DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline" 4DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline"
5 5
6INC_PR = "r7" 6INC_PR = "r8"
7 7
8LICENSE = "GPLv3+ & LGPLv2.1+" 8LICENSE = "GPLv3+ & LGPLv2.1+"
9LICENSE_${PN} = "LGPLv2.1+" 9LICENSE_${PN} = "LGPLv2.1+"
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
17 17
18SRC_URI = "${GNU_MIRROR}/gnutls/gnutls-${PV}.tar.bz2" 18SRC_URI = "${GNU_MIRROR}/gnutls/gnutls-${PV}.tar.bz2"
19 19
20inherit autotools binconfig pkgconfig gettext 20inherit autotools binconfig pkgconfig gettext lib_package
21 21
22EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ 22EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \
23 --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \ 23 --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \
@@ -35,15 +35,7 @@ do_configure_prepend() {
35 done 35 done
36} 36}
37 37
38PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx" 38PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-xx"
39
40FILES_${PN}-bin = "${bindir}/gnutls-serv \
41 ${bindir}/gnutls-cli \
42 ${bindir}/srptool \
43 ${bindir}/psktool \
44 ${bindir}/p11tool \
45 ${bindir}/certtool \
46 ${bindir}/gnutls-srpcrypt"
47 39
48FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" 40FILES_${PN}-dev += "${bindir}/gnutls-cli-debug"
49FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" 41FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*"