summaryrefslogtreecommitdiffstats
path: root/meta/packages/gmp
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-09-17 00:05:34 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-09-17 22:25:22 +0100
commit0d7207ca39d1671682f9467a804766b151048573 (patch)
tree88a9b9b8588d8df986f4d6f0f4a232ec41841261 /meta/packages/gmp
parentaf85ce4b4e675feb5796f87137c86d70c2f15b9a (diff)
downloadpoky-0d7207ca39d1671682f9467a804766b151048573.tar.gz
sdk.bbclass: Rename to nativesdk.bbclass
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gmp')
-rw-r--r--meta/packages/gmp/gmp-nativesdk.inc (renamed from meta/packages/gmp/gmp-sdk.inc)3
-rw-r--r--meta/packages/gmp/gmp-nativesdk_4.2.4.bb2
-rw-r--r--meta/packages/gmp/gmp-sdk_4.2.4.bb2
3 files changed, 3 insertions, 4 deletions
diff --git a/meta/packages/gmp/gmp-sdk.inc b/meta/packages/gmp/gmp-nativesdk.inc
index 5d4fe1d509..973c601423 100644
--- a/meta/packages/gmp/gmp-sdk.inc
+++ b/meta/packages/gmp/gmp-nativesdk.inc
@@ -1,6 +1,5 @@
1require gmp_${PV}.bb 1require gmp_${PV}.bb
2inherit sdk 2inherit nativesdk
3
4 3
5oe_runconf () { 4oe_runconf () {
6 if [ -x ${S}/configure ] ; then 5 if [ -x ${S}/configure ] ; then
diff --git a/meta/packages/gmp/gmp-nativesdk_4.2.4.bb b/meta/packages/gmp/gmp-nativesdk_4.2.4.bb
new file mode 100644
index 0000000000..308f5fbfc3
--- /dev/null
+++ b/meta/packages/gmp/gmp-nativesdk_4.2.4.bb
@@ -0,0 +1,2 @@
1PV = "4.2.4"
2require gmp-nativesdk.inc
diff --git a/meta/packages/gmp/gmp-sdk_4.2.4.bb b/meta/packages/gmp/gmp-sdk_4.2.4.bb
deleted file mode 100644
index d1d182982a..0000000000
--- a/meta/packages/gmp/gmp-sdk_4.2.4.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1PV = "4.2.4"
2require gmp-sdk.inc