summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp.inc
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-05-18 16:42:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-29 21:07:13 +0100
commitcc8f888018f55e6227b846429186307000d76a27 (patch)
treed2e24a3a26063270eebb87af3c512dd1e9a815b6 /meta/recipes-support/gmp/gmp.inc
parent24882b24165d8034d6611139a8254fa6a52f1b60 (diff)
downloadpoky-cc8f888018f55e6227b846429186307000d76a27.tar.gz
gmp: do the multilib_header magic for gmp.h
Add multilib support feature for this recipe (From OE-Core rev: a2b4552b96c49dbdc9aef4b64820c3ff16dc5bb6) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp/gmp.inc')
-rw-r--r--meta/recipes-support/gmp/gmp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index abac8cf339..948b89288e 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -3,7 +3,7 @@ DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operati
3HOMEPAGE = "http://gmplib.org/" 3HOMEPAGE = "http://gmplib.org/"
4SECTION = "devel" 4SECTION = "devel"
5 5
6inherit autotools texinfo 6inherit autotools texinfo multilib_header
7 7
8PACKAGECONFIG ??= "" 8PACKAGECONFIG ??= ""
9PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" 9PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"