diff options
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils_3.5.bb')
| -rw-r--r-- | meta/recipes-extended/diffutils/diffutils_3.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.5.bb b/meta/recipes-extended/diffutils/diffutils_3.5.bb index 243584be01..354a6e84fb 100644 --- a/meta/recipes-extended/diffutils/diffutils_3.5.bb +++ b/meta/recipes-extended/diffutils/diffutils_3.5.bb | |||
| @@ -5,8 +5,11 @@ require diffutils.inc | |||
| 5 | 5 | ||
| 6 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \ | 6 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \ |
| 7 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | 7 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ |
| 8 | file://diffutils-3.5-gcc7.patch \ | ||
| 8 | file://run-ptest \ | 9 | file://run-ptest \ |
| 9 | " | 10 | " |
| 11 | SRC_URI[md5sum] = "569354697ff1cfc9a9de3781361015fa" | ||
| 12 | SRC_URI[sha256sum] = "dad398ccd5b9faca6b0ab219a036453f62a602a56203ac659b43e889bec35533" | ||
| 10 | 13 | ||
| 11 | EXTRA_OECONF += "--without-libsigsegv-prefix" | 14 | EXTRA_OECONF += "--without-libsigsegv-prefix" |
| 12 | 15 | ||
| @@ -20,9 +23,6 @@ do_configure_prepend () { | |||
| 20 | done | 23 | done |
| 21 | } | 24 | } |
| 22 | 25 | ||
| 23 | SRC_URI[md5sum] = "569354697ff1cfc9a9de3781361015fa" | ||
| 24 | SRC_URI[sha256sum] = "dad398ccd5b9faca6b0ab219a036453f62a602a56203ac659b43e889bec35533" | ||
| 25 | |||
| 26 | inherit ptest | 26 | inherit ptest |
| 27 | 27 | ||
| 28 | do_install_ptest() { | 28 | do_install_ptest() { |
