diff options
| -rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.14.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb index 04c9eb24fa..b82bbe4145 100644 --- a/meta/recipes-core/coreutils/coreutils_8.14.bb +++ b/meta/recipes-core/coreutils/coreutils_8.14.bb | |||
| @@ -21,7 +21,8 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \ | |||
| 21 | SRC_URI[md5sum] = "bcb135ce553493a45aba01b39eb3920a" | 21 | SRC_URI[md5sum] = "bcb135ce553493a45aba01b39eb3920a" |
| 22 | SRC_URI[sha256sum] = "0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d" | 22 | SRC_URI[sha256sum] = "0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d" |
| 23 | 23 | ||
| 24 | EXTRA_OECONF_class-native = "--without-gmp" | 24 | EXTRA_OECONF = "--disable-acl" |
| 25 | EXTRA_OECONF_class-native = "--disable-acl --without-gmp" | ||
| 25 | 26 | ||
| 26 | # [ df mktemp base64 gets a special treatment and is not included in this | 27 | # [ df mktemp base64 gets a special treatment and is not included in this |
| 27 | bindir_progs = "basename chcon cksum comm csplit cut dir dircolors dirname du \ | 28 | bindir_progs = "basename chcon cksum comm csplit cut dir dircolors dirname du \ |
