mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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:
@@ -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/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user