diff options
Diffstat (limited to 'grep')
-rw-r--r-- | grep/grep_2.5.bb | 0 | ||||
-rw-r--r-- | grep/grep_2.5.oe | 16 |
2 files changed, 0 insertions, 16 deletions
diff --git a/grep/grep_2.5.bb b/grep/grep_2.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/grep/grep_2.5.bb diff --git a/grep/grep_2.5.oe b/grep/grep_2.5.oe deleted file mode 100644 index e7809587ee..0000000000 --- a/grep/grep_2.5.oe +++ /dev/null @@ -1,16 +0,0 @@ -LICENSE = GPL -SECTION = "console/utils" -DESCRIPTION = "grep GNU utility" -MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" - -SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \ - file://install.patch;patch=1" - -inherit autotools - -EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses" - -do_configure () { - rm -f ${S}/m4/init.m4 - autotools_do_configure -} |