diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-28 13:37:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 17:40:34 +0100 |
commit | 5ce21006ad52670004580ac7e2cd414d1973775c (patch) | |
tree | 8953715b68bbdb2d734349cdf9418738e8145db5 /meta/recipes-support/gnutls | |
parent | fb0b75ad33b53fa8e14fc8a1eb74c80751a27062 (diff) | |
download | poky-5ce21006ad52670004580ac7e2cd414d1973775c.tar.gz |
gnutls: use lib_package bbclass
This is a clean-up following the recent addition of PN-bin
to bitbake.conf and lib_package
(From OE-Core rev: b9553b5fe8e06032770fd34e26ab97e6834292ab)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-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.*" |