summaryrefslogtreecommitdiffstats
path: root/meta/packages/gmp
diff options
context:
space:
mode:
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