aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgcrypt
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-09 16:06:46 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-09 18:34:23 +0100
commit098f31a905fb7125d8c92bed056bff5fd5a813e7 (patch)
tree9c0416a27e5b394dbe571aa4ab4634aeff97eec1 /recipes/libgcrypt
parenta8ead97cbba056517063189680dc6fccb659c2ca (diff)
downloadopenembedded-098f31a905fb7125d8c92bed056bff5fd5a813e7.tar.gz
libgcrypt: add native
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/libgcrypt')
-rw-r--r--recipes/libgcrypt/libgcrypt.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/libgcrypt/libgcrypt.inc b/recipes/libgcrypt/libgcrypt.inc
index afec2fde90..77dd1d9132 100644
--- a/recipes/libgcrypt/libgcrypt.inc
+++ b/recipes/libgcrypt/libgcrypt.inc
@@ -19,7 +19,4 @@ do_install_append() {
cp ${S}/src/*.pc ${D}/${libdir}/pkgconfig/
}
-do_stage() {
- autotools_stage_all
-}
-
+BBCLASSEXTEND = "native"