summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-28 13:37:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 17:40:34 +0100
commit5ce21006ad52670004580ac7e2cd414d1973775c (patch)
tree8953715b68bbdb2d734349cdf9418738e8145db5
parentfb0b75ad33b53fa8e14fc8a1eb74c80751a27062 (diff)
downloadpoky-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>
-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.*"