From 0c09f9f5700696670b2a9d0466124309100eb296 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 24 Jul 2017 17:51:09 +0800 Subject: diffutils: upgrade to 3.6 diffutils-3.5-gcc7.patch is removed as it's merged in this version. do_configure_prepend is removed to solve the following configure error. error: possibly undefined macro: gl_TYPE_WINT_T_PREREQ A workaround patch is made to fix the following compilation error for glibc. error: dereferencing pointer to incomplete type 'const struct rpl_option' Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-extended/diffutils/diffutils-3.6/run-ptest | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/recipes-extended/diffutils/diffutils-3.6/run-ptest (limited to 'meta/recipes-extended/diffutils/diffutils-3.6/run-ptest') diff --git a/meta/recipes-extended/diffutils/diffutils-3.6/run-ptest b/meta/recipes-extended/diffutils/diffutils-3.6/run-ptest new file mode 100644 index 0000000000..695c5e8a7b --- /dev/null +++ b/meta/recipes-extended/diffutils/diffutils-3.6/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +make -C tests check-TESTS -- cgit v1.2.3