summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnutls/gnutls_1.0.25.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 12:30:16 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 12:30:16 +0000
commit30785a5b5e056dd8511d0add3995057d6efef3e1 (patch)
tree3f0a57df246a13f80aac5b7ed4387afffbf9f712 /meta/packages/gnutls/gnutls_1.0.25.bb
parentf8c2f2200957db93982cbe549afe52df1836653c (diff)
downloadpoky-30785a5b5e056dd8511d0add3995057d6efef3e1.tar.gz
gnutls: Improve do_stage (from OE.dev)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@925 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnutls/gnutls_1.0.25.bb')
-rw-r--r--meta/packages/gnutls/gnutls_1.0.25.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/gnutls/gnutls_1.0.25.bb b/meta/packages/gnutls/gnutls_1.0.25.bb
index 3b169317de..4b4b63c63c 100644
--- a/meta/packages/gnutls/gnutls_1.0.25.bb
+++ b/meta/packages/gnutls/gnutls_1.0.25.bb
@@ -1,5 +1,6 @@
1DESCRIPTION = "GNU Transport Layer Security Library" 1DESCRIPTION = "GNU Transport Layer Security Library"
2DEPENDS = "zlib libgcrypt" 2DEPENDS = "zlib libgcrypt"
3PR = "r2"
3 4
4LICENSE = "LGPL" 5LICENSE = "LGPL"
5 6
@@ -25,5 +26,8 @@ do_stage() {
25 oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR} 26 oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR}
26 oe_libinstall -C libextra/.libs -so -a libgnutls-openssl ${STAGING_LIBDIR} 27 oe_libinstall -C libextra/.libs -so -a libgnutls-openssl ${STAGING_LIBDIR}
27 autotools_stage_includes 28 autotools_stage_includes
29
30 install -d ${STAGING_DATADIR}/aclocal
31 cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
28} 32}
29 33