summaryrefslogtreecommitdiffstats
path: root/recipes-extended/grep/grep_2.5.1a.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/grep/grep_2.5.1a.bb')
-rw-r--r--recipes-extended/grep/grep_2.5.1a.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/grep/grep_2.5.1a.bb b/recipes-extended/grep/grep_2.5.1a.bb
index 5445c7e..1a3231e 100644
--- a/recipes-extended/grep/grep_2.5.1a.bb
+++ b/recipes-extended/grep/grep_2.5.1a.bb
@@ -27,13 +27,13 @@ SRC_URI[sha256sum] = "38c8a2bb9223d1fb1b10bdd607cf44830afc92fd451ac4cd07619bf92b
27inherit autotools gettext texinfo 27inherit autotools gettext texinfo
28 28
29EXTRA_OECONF_INCLUDED_REGEX = "--without-included-regex" 29EXTRA_OECONF_INCLUDED_REGEX = "--without-included-regex"
30EXTRA_OECONF_INCLUDED_REGEX_libc-musl = "--with-included-regex" 30EXTRA_OECONF_INCLUDED_REGEX:libc-musl = "--with-included-regex"
31 31
32EXTRA_OECONF = "--disable-perl-regexp \ 32EXTRA_OECONF = "--disable-perl-regexp \
33 ${EXTRA_OECONF_INCLUDED_REGEX}" 33 ${EXTRA_OECONF_INCLUDED_REGEX}"
34 34
35CFLAGS += "-D PROTOTYPES" 35CFLAGS += "-D PROTOTYPES"
36do_configure_prepend () { 36do_configure:prepend () {
37 rm -f ${S}/m4/init.m4 37 rm -f ${S}/m4/init.m4
38 cp -f ${WORKDIR}/Makevars ${S}/po/ 38 cp -f ${WORKDIR}/Makevars ${S}/po/
39} 39}
@@ -53,7 +53,7 @@ inherit update-alternatives
53 53
54ALTERNATIVE_PRIORITY = "100" 54ALTERNATIVE_PRIORITY = "100"
55 55
56ALTERNATIVE_${PN} = "grep egrep fgrep" 56ALTERNATIVE:${PN} = "grep egrep fgrep"
57ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep" 57ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep"
58ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep" 58ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep"
59ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep" 59ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep"