diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 09:46:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-24 12:33:34 +0000 |
commit | a93b0e770b425d671fb0590ed815a1c4787493fc (patch) | |
tree | 0cd2de36dc182ee1df4d3f1e69beb90b64aa31e0 /meta | |
parent | 36f899f7b0f0aceb854b8e315367670dcbaac9fb (diff) | |
download | poky-a93b0e770b425d671fb0590ed815a1c4787493fc.tar.gz |
coreutils: Switch to disabling gmp support
Coreutils can optionally build with libgmp support and for our uses
it's fine to just not build it rather than add the dependency.
(From OE-Core rev: e58ca6504ccfd4fd7efbf288eaadae6720c84c79)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.9.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.9.bb b/meta/recipes-core/coreutils/coreutils_8.9.bb index 33422d1e1e..955aaf5c42 100644 --- a/meta/recipes-core/coreutils/coreutils_8.9.bb +++ b/meta/recipes-core/coreutils/coreutils_8.9.bb | |||
@@ -7,9 +7,9 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils" | |||
7 | LICENSE = "GPLv3+" | 7 | LICENSE = "GPLv3+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ |
9 | file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad" | 9 | file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | DEPENDS = "perl-native gmp" | 11 | DEPENDS = "perl-native gmp" |
12 | DEPENDS_virtclass-native = "perl-native gmp-native" | 12 | DEPENDS_virtclass-native = "perl-native" |
13 | 13 | ||
14 | inherit autotools gettext | 14 | inherit autotools gettext |
15 | 15 | ||
@@ -18,6 +18,8 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.gz" | |||
18 | SRC_URI[md5sum] = "36909ae68840d73a800120cf74af794a" | 18 | SRC_URI[md5sum] = "36909ae68840d73a800120cf74af794a" |
19 | SRC_URI[sha256sum] = "aa991fa4296b22ff929a31a5cb5528bb783c84cdef4503c4ff311cfbeaebf50a" | 19 | SRC_URI[sha256sum] = "aa991fa4296b22ff929a31a5cb5528bb783c84cdef4503c4ff311cfbeaebf50a" |
20 | 20 | ||
21 | EXTRA_OECONF_virtclass-native = "--without-gmp" | ||
22 | |||
21 | # [ gets a special treatment and is not included in this | 23 | # [ gets a special treatment and is not included in this |
22 | bindir_progs = "base64 basename chcon cksum comm csplit cut dir dircolors dirname du \ | 24 | bindir_progs = "base64 basename chcon cksum comm csplit cut dir dircolors dirname du \ |
23 | env expand expr factor fmt fold groups head hostid id install \ | 25 | env expand expr factor fmt fold groups head hostid id install \ |