cornucopia: bump SRCREV
[openembedded.git] / recipes / grep / grep_2.5.bb
blob0d1b4c03743f3b7d8dd880aeab7fccbbd8df8d7d
1 LICENSE = "GPL"
2 SECTION = "console/utils"
3 DESCRIPTION = "grep GNU utility"
5 SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \
6 file://install.patch"
8 inherit autotools gettext
10 EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses"
12 do_configure () {
13 rm -f ${S}/m4/init.m4
14 autotools_do_configure
17 SRC_URI[md5sum] = "5e7bd36e089b637ab3795354ec25dcae"
18 SRC_URI[sha256sum] = "cb47ab7e7e472e1cb27948d2ce055632ad68557f5ed5af989278e43117a611cd"