diff options
Diffstat (limited to 'meta/recipes-extended/diffutils')
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_2.8.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_3.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb index 9489b35ad3..0fb3a31bc8 100644 --- a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb +++ b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb | |||
@@ -20,7 +20,7 @@ inherit autotools update-alternatives gettext | |||
20 | # standard functionality. regex.c actually breaks compilation | 20 | # standard functionality. regex.c actually breaks compilation |
21 | # because it uses __mempcpy, there are other things (TBD: | 21 | # because it uses __mempcpy, there are other things (TBD: |
22 | # see diffutils.mk in buildroot) | 22 | # see diffutils.mk in buildroot) |
23 | EXTRA_OECONF_linux-uclibc = "--without-included-regex" | 23 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" |
24 | 24 | ||
25 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" | 25 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" |
26 | ALTERNATIVE_PRIORITY = "100" | 26 | ALTERNATIVE_PRIORITY = "100" |
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) |
19 | EXTRA_OECONF_linux-uclibc = "--without-included-regex" | 19 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" |
20 | 20 | ||
21 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" | 21 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" |
22 | ALTERNATIVE_PRIORITY = "100" | 22 | ALTERNATIVE_PRIORITY = "100" |