aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls_2.4.2.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_2.4.2.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_2.4.2.bb')
-rw-r--r--recipes/gnutls/gnutls_2.4.2.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes/gnutls/gnutls_2.4.2.bb b/recipes/gnutls/gnutls_2.4.2.bb
index d8266c2c0f..0748887431 100644
--- a/recipes/gnutls/gnutls_2.4.2.bb
+++ b/recipes/gnutls/gnutls_2.4.2.bb
@@ -8,4 +8,11 @@ SRC_URI += "\
file://gnutls-replace-siginterrupt.patch;patch=1 \
"
-PR = "r4"
+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/
+}