summaryrefslogtreecommitdiffstats
path: root/recipes-extended/diffutils
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/diffutils')
-rw-r--r--recipes-extended/diffutils/diffutils.inc2
-rw-r--r--recipes-extended/diffutils/diffutils_2.8.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/diffutils/diffutils.inc b/recipes-extended/diffutils/diffutils.inc
index c81348b..08ebaa9 100644
--- a/recipes-extended/diffutils/diffutils.inc
+++ b/recipes-extended/diffutils/diffutils.inc
@@ -6,6 +6,6 @@ SECTION = "base"
6 6
7inherit autotools texinfo update-alternatives gettext 7inherit autotools texinfo update-alternatives gettext
8 8
9ALTERNATIVE_${PN} = "diff cmp" 9ALTERNATIVE:${PN} = "diff cmp"
10ALTERNATIVE_PRIORITY = "100" 10ALTERNATIVE_PRIORITY = "100"
11 11
diff --git a/recipes-extended/diffutils/diffutils_2.8.1.bb b/recipes-extended/diffutils/diffutils_2.8.1.bb
index 7c43c4b..6e48dc6 100644
--- a/recipes-extended/diffutils/diffutils_2.8.1.bb
+++ b/recipes-extended/diffutils/diffutils_2.8.1.bb
@@ -21,6 +21,6 @@ CACHED_CONFIGUREVARS = "\
21 jm_cv_func_working_realloc=yes \ 21 jm_cv_func_working_realloc=yes \
22" 22"
23 23
24do_configure_prepend () { 24do_configure:prepend () {
25 chmod u+w ${S}/po/Makefile.in.in 25 chmod u+w ${S}/po/Makefile.in.in
26} 26}