diff options
| -rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 14 |
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/" | |||
| 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" | 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" |
| 4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline" | 4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline" |
| 5 | 5 | ||
| 6 | INC_PR = "r7" | 6 | INC_PR = "r8" |
| 7 | 7 | ||
| 8 | LICENSE = "GPLv3+ & LGPLv2.1+" | 8 | LICENSE = "GPLv3+ & LGPLv2.1+" |
| 9 | LICENSE_${PN} = "LGPLv2.1+" | 9 | LICENSE_${PN} = "LGPLv2.1+" |
| @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
| 17 | 17 | ||
| 18 | SRC_URI = "${GNU_MIRROR}/gnutls/gnutls-${PV}.tar.bz2" | 18 | SRC_URI = "${GNU_MIRROR}/gnutls/gnutls-${PV}.tar.bz2" |
| 19 | 19 | ||
| 20 | inherit autotools binconfig pkgconfig gettext | 20 | inherit autotools binconfig pkgconfig gettext lib_package |
| 21 | 21 | ||
| 22 | EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ | 22 | EXTRA_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 | ||
| 38 | PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx" | 38 | PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-xx" |
| 39 | |||
| 40 | FILES_${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 | ||
| 48 | FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" | 40 | FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" |
| 49 | FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" | 41 | FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" |
