aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnutls
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-04-22 16:43:06 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-04-22 16:43:06 +0000
commitd44bb987bdd2b95baf50a0007727d2b0e0d3ec72 (patch)
tree9b5cfe23956bd1170d9c1c995c3f0343f2acf708 /packages/gnutls
parent5899bca83b0cd4e217fd175cabef47ae7acec526 (diff)
downloadopenembedded-d44bb987bdd2b95baf50a0007727d2b0e0d3ec72.tar.gz
gnutls: stage libgnutls-extra.m4 needed by centericq
Diffstat (limited to 'packages/gnutls')
-rw-r--r--packages/gnutls/gnutls.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gnutls/gnutls.inc b/packages/gnutls/gnutls.inc
index 2fefe34ceb..da0d2b0041 100644
--- a/packages/gnutls/gnutls.inc
+++ b/packages/gnutls/gnutls.inc
@@ -25,6 +25,7 @@ do_stage() {
install -d ${STAGING_DATADIR}/aclocal
cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
+ cp ${S}/libextra/libgnutls-extra.m4 ${STAGING_DATADIR}/aclocal/
}
PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx"