gnutls: Improve do_stage (from OE.dev)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@925 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-21 12:30:16 +00:00
parent f8c2f22009
commit 30785a5b5e
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
DESCRIPTION = "GNU Transport Layer Security Library"
DEPENDS = "zlib libgcrypt"
PR = "r2"
LICENSE = "LGPL"
@ -25,5 +26,8 @@ do_stage() {
oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR}
oe_libinstall -C libextra/.libs -so -a libgnutls-openssl ${STAGING_LIBDIR}
autotools_stage_includes
install -d ${STAGING_DATADIR}/aclocal
cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
}