diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 3 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index d025e07256..6aedc85f58 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc | |||
@@ -18,6 +18,9 @@ acpaths = "" | |||
18 | 18 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
20 | 20 | ||
21 | PACKAGECONFIG ??= "" | ||
22 | PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" | ||
23 | |||
21 | EXTRA_OECONF += " --enable-cxx=detect" | 24 | EXTRA_OECONF += " --enable-cxx=detect" |
22 | 25 | ||
23 | PACKAGES =+ "libgmpxx" | 26 | PACKAGES =+ "libgmpxx" |
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index 5c93925daa..69ad0ca670 100644 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb | |||
@@ -17,4 +17,7 @@ SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ | |||
17 | SRC_URI[md5sum] = "091c56e0e1cca6b09b17b69d47ef18e3" | 17 | SRC_URI[md5sum] = "091c56e0e1cca6b09b17b69d47ef18e3" |
18 | SRC_URI[sha256sum] = "d07ffcb37eecec35c5ec72516d10b35fdf6e6fef1fcf1dcd37e30b8cbf8bf941" | 18 | SRC_URI[sha256sum] = "d07ffcb37eecec35c5ec72516d10b35fdf6e6fef1fcf1dcd37e30b8cbf8bf941" |
19 | 19 | ||
20 | PACKAGECONFIG ??= "" | ||
21 | PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" | ||
22 | |||
20 | inherit autotools texinfo | 23 | inherit autotools texinfo |