diff options
Diffstat (limited to 'meta/recipes-support/gmp')
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_6.1.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 1e3e2a0b43..2beea2605d 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc | |||
@@ -9,5 +9,3 @@ PACKAGECONFIG ??= "" | |||
9 | PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" | 9 | PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" |
10 | 10 | ||
11 | ARM_INSTRUCTION_SET = "arm" | 11 | ARM_INSTRUCTION_SET = "arm" |
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-support/gmp/gmp_6.1.0.bb b/meta/recipes-support/gmp/gmp_6.1.0.bb index 44bd8a229c..de827f5b7c 100644 --- a/meta/recipes-support/gmp/gmp_6.1.0.bb +++ b/meta/recipes-support/gmp/gmp_6.1.0.bb | |||
@@ -29,3 +29,5 @@ do_install_append_class-target() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | SSTATE_SCAN_FILES += "gmp.h" | 31 | SSTATE_SCAN_FILES += "gmp.h" |
32 | |||
33 | BBCLASSEXTEND = "native nativesdk" | ||