diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 21:44:44 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 21:44:44 +0000 |
commit | 31ad2cf87b9bbce9dc7e9ca3ebfababc7b79bd1b (patch) | |
tree | edbd224e7cf4148645a30a69ab85cd9d3e41af56 /meta/packages/gnutls | |
parent | c0a972e4fe109c56b2fa2e54ca64ec5c796f58bb (diff) | |
download | poky-31ad2cf87b9bbce9dc7e9ca3ebfababc7b79bd1b.tar.gz |
gnutls: Convert to autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gnutls')
-rw-r--r-- | meta/packages/gnutls/gnutls.inc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc index 41d765f133..bba6fe1214 100644 --- a/meta/packages/gnutls/gnutls.inc +++ b/meta/packages/gnutls/gnutls.inc | |||
@@ -6,21 +6,10 @@ LICENSE = "LGPL" | |||
6 | 6 | ||
7 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" | 7 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" |
8 | 8 | ||
9 | inherit autotools binconfig pkgconfig pkgconfig_stage | 9 | inherit autotools_stage binconfig pkgconfig pkgconfig |
10 | 10 | ||
11 | EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${prefix} --with-lzo --disable-guile" | 11 | EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${prefix} --with-lzo --disable-guile" |
12 | 12 | ||
13 | do_stage() { | ||
14 | oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR} | ||
15 | oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR} | ||
16 | oe_libinstall -C libextra/.libs -so -a libgnutls-openssl ${STAGING_LIBDIR} | ||
17 | autotools_stage_includes | ||
18 | |||
19 | install -d ${STAGING_DATADIR}/aclocal | ||
20 | cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/ | ||
21 | cp ${S}/libextra/libgnutls-extra.m4 ${STAGING_DATADIR}/aclocal/ | ||
22 | } | ||
23 | |||
24 | PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx" | 13 | PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx" |
25 | 14 | ||
26 | FILES_${PN} = "${libdir}/libgnutls.so.*" | 15 | FILES_${PN} = "${libdir}/libgnutls.so.*" |