Remove unnecessary sets of the S variable, we have a sane default for that now.
[vuplus_openembedded] / less / less_381.oe
1 DEPENDS = virtual/libc ncurses
2 RDEPENDS = libc6 libncurses5
3
4 SRC_URI := ${GNU_MIRROR}/less/less-381.tar.gz \
5            file://${FILESDIR}/configure.patch;patch=1
6
7 inherit autotools
8
9 do_install () {
10         oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install
11 }