aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls_1.6.3.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-05 14:44:03 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-05 17:00:40 +0100
commitc7bf984e0df86fb5c935edafdcd42b736c276f26 (patch)
treeb457d8c35f0ef02993a9c5315a229de61c56dab7 /recipes/gnutls/gnutls_1.6.3.bb
parent51e8173bf68e5914bc1c143f19914c19e7eb336a (diff)
downloadopenembedded-c7bf984e0df86fb5c935edafdcd42b736c276f26.tar.gz
gnutls: added 2.8.5, adapted to new staging
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/gnutls/gnutls_1.6.3.bb')
-rw-r--r--recipes/gnutls/gnutls_1.6.3.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes/gnutls/gnutls_1.6.3.bb b/recipes/gnutls/gnutls_1.6.3.bb
index 7a89835237..6b7c24a213 100644
--- a/recipes/gnutls/gnutls_1.6.3.bb
+++ b/recipes/gnutls/gnutls_1.6.3.bb
@@ -11,4 +11,11 @@ do_configure_prepend() {
sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
}
-PR = "r6"
+PR = "${INC_PR}.0"
+
+do_install_append() {
+
+ install -d ${D}${datadir}/aclocal
+ install -m 0644 ${S}/lib/libgnutls.m4 ${D}${datadir}/aclocal/
+ install -m 0644 ${S}/libextra/libgnutls-extra.m4 ${D}${datadir}/aclocal/
+}