diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libgpg-error/libgpg-error.inc | 3 |
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" |