[oe-commits] Marcin Juszkiewicz : libgpg-error: add native

git version control git at git.openembedded.org
Tue Mar 9 17:36:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a8ead97cbba056517063189680dc6fccb659c2ca
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a8ead97cbba056517063189680dc6fccb659c2ca

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Tue Mar  9 16:06:28 2010 +0100

libgpg-error: add native

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 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 400c166..581d883 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"





More information about the Openembedded-commits mailing list