[oe-commits] Tom Rini : gmp: Add nativesdk for 4.2.4 / 5.0.1

git version control git at git.openembedded.org
Tue Aug 17 21:06:01 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Aug 17 14:04:31 2010 -0700

gmp: Add nativesdk for 4.2.4 / 5.0.1

Leaving the darwin changes alone as I can't test, otherwise
would have merged gmp-native_4.2.4 into gmp_4.2.4

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gmp/gmp_4.2.4.bb |    1 +
 recipes/gmp/gmp_5.0.1.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/gmp/gmp_4.2.4.bb b/recipes/gmp/gmp_4.2.4.bb
index 963a462..af05875 100644
--- a/recipes/gmp/gmp_4.2.4.bb
+++ b/recipes/gmp/gmp_4.2.4.bb
@@ -7,6 +7,7 @@ SRC_URI_append += "file://sh4-asmfix.patch \
 		  "
 require gmp.inc
 LICENSE = "GPLv3 LGPLv3"
+BBCLASSEXTEND = "nativesdk"
 
 SRC_URI[gmp.md5sum] = "fc1e3b3a2a5038d4d74138d0b9cf8dbe"
 SRC_URI[gmp.sha256sum] = "5420b0e558a69a53b36f2b2c70a69f547e075d98366a585fc80cbbcce1efe368"
diff --git a/recipes/gmp/gmp_5.0.1.bb b/recipes/gmp/gmp_5.0.1.bb
index 80f78bc..0b117b1 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"
+BBCLASSEXTEND = "native nativesdk"





More information about the Openembedded-commits mailing list