blob: 0d1b4c03743f3b7d8dd880aeab7fccbbd8df8d7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LICENSE = "GPL"
SECTION = "console/utils"
DESCRIPTION = "grep GNU utility"
SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \
file://install.patch"
inherit autotools gettext
EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses"
do_configure () {
rm -f ${S}/m4/init.m4
autotools_do_configure
}
SRC_URI[md5sum] = "5e7bd36e089b637ab3795354ec25dcae"
SRC_URI[sha256sum] = "cb47ab7e7e472e1cb27948d2ce055632ad68557f5ed5af989278e43117a611cd"
|