summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils/diffutils_3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils_3.0.bb')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.0.bb b/meta/recipes-extended/diffutils/diffutils_3.0.bb
index 427efdfc9f..ecff5cc904 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.0.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.0.bb
@@ -16,7 +16,7 @@ inherit autotools update-alternatives gettext
16# standard functionality. regex.c actually breaks compilation 16# standard functionality. regex.c actually breaks compilation
17# because it uses __mempcpy, there are other things (TBD: 17# because it uses __mempcpy, there are other things (TBD:
18# see diffutils.mk in buildroot) 18# see diffutils.mk in buildroot)
19EXTRA_OECONF_linux-uclibc = "--without-included-regex" 19EXTRA_OECONF_libc-uclibc = "--without-included-regex"
20 20
21ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" 21ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
22ALTERNATIVE_PRIORITY = "100" 22ALTERNATIVE_PRIORITY = "100"