summaryrefslogtreecommitdiffstats
path: root/recipes-extended/grep/grep_2.5.1a.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:59:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 00:02:10 +0100
commit80747190ccce6628ce8815cf856f6ab867a00b5d (patch)
tree07be151fe85a5cf4207b8606fbe566e339e105e5 /recipes-extended/grep/grep_2.5.1a.bb
parent27eafbb395fd4f607249b2e57085012e40283926 (diff)
downloadmeta-gplv2-80747190ccce6628ce8815cf856f6ab867a00b5d.tar.gz
meta-gplv2: Convert to new override syntax
This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"