aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgpg-error
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-09 16:06:28 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-09 18:34:22 +0100
commita8ead97cbba056517063189680dc6fccb659c2ca (patch)
tree117469ef0cf89bc9d1297c9867c353ba2faba1c7 /recipes/libgpg-error
parent67b7fffc1709b3347ec800bec461cc4716a7c389 (diff)
downloadopenembedded-a8ead97cbba056517063189680dc6fccb659c2ca.tar.gz
libgpg-error: add native
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/libgpg-error')
-rw-r--r--recipes/libgpg-error/libgpg-error.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/libgpg-error/libgpg-error.inc b/recipes/libgpg-error/libgpg-error.inc
index 400c1668a6..581d8839af 100644
--- a/recipes/libgpg-error/libgpg-error.inc
+++ b/recipes/libgpg-error/libgpg-error.inc
@@ -4,6 +4,7 @@ PRIORITY = "optional"
LICENSE = "GPL LGPL FDL"
DEPENDS += "virtual/libiconv"
+DEPENDS_virtclass-native = ""
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
file://pkgconfig.patch;patch=1"
@@ -30,3 +31,5 @@ do_stage() {
install -d ${STAGING_DATADIR}/aclocal
install -m 0644 src/gpg-error.m4 ${STAGING_DATADIR}/aclocal/
}
+
+BBCLASSEXTEND = "native"