summaryrefslogtreecommitdiff
path: root/meta/packages/gmp/gmp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gmp/gmp.inc')
-rw-r--r--meta/packages/gmp/gmp.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/packages/gmp/gmp.inc b/meta/packages/gmp/gmp.inc
index 602391030..6b56f7e7c 100644
--- a/meta/packages/gmp/gmp.inc
+++ b/meta/packages/gmp/gmp.inc
@@ -1,14 +1,16 @@
-SECTION = "libs"
+SECTION = "devel"
DESCRIPTION = "GNU multiprecision arithmetic library"
HOMEPAGE = "http://www.swox.com/gmp/"
-LICENSE = "GPL LGPL"
+LICENSE = "GPLv3 LGPLv3"
SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
- file://configure.patch;patch=1 \
- file://amd64.patch;patch=1"
+ file://configure.patch \
+ file://amd64.patch "
inherit autotools
ARM_INSTRUCTION_SET = "arm"
acpaths = ""
+
+BBCLASSEXTEND = "native nativesdk"