From: Marcin Juszkiewicz Date: Sun, 22 Apr 2007 16:43:06 +0000 (+0000) Subject: gnutls: stage libgnutls-extra.m4 needed by centericq X-Git-Tag: Release-2010-05/1~8868^2~667^2~4^2^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44bb987bdd2b95baf50a0007727d2b0e0d3ec72;p=openembedded.git gnutls: stage libgnutls-extra.m4 needed by centericq --- 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"