[oe] [PATCH 2/7] gmp: add sdk build

Eric Bénard eric at eukrea.com
Tue Sep 21 13:56:38 UTC 2010


Signed-off-by: Eric Bénard <eric at eukrea.com>
---
 recipes/gmp/gmp.inc      |    1 +
 recipes/gmp/gmp_5.0.1.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/gmp/gmp.inc b/recipes/gmp/gmp.inc
index 55209f3..2ce4438 100644
--- a/recipes/gmp/gmp.inc
+++ b/recipes/gmp/gmp.inc
@@ -13,3 +13,4 @@ ARM_INSTRUCTION_SET = "arm"
 
 acpaths = ""
 
+TARGET_SYS_virtclass-sdk = "${HOST_SYS}"
\ No newline at end of file
diff --git a/recipes/gmp/gmp_5.0.1.bb b/recipes/gmp/gmp_5.0.1.bb
index 0b117b1..e85a72f 100644
--- a/recipes/gmp/gmp_5.0.1.bb
+++ b/recipes/gmp/gmp_5.0.1.bb
@@ -5,4 +5,4 @@ SRC_URI[gmp.sha256sum] = "a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee
 require gmp.inc
 LICENSE = "GPLv3 LGPLv3"
 NATIVE_INSTALL_WORKS = "1"
-BBCLASSEXTEND = "native nativesdk"
+BBCLASSEXTEND = "native nativesdk sdk"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list