From 89f514b9d243fe551466eae22a72e482a2c99541 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 16 Oct 2003 21:58:08 +0000 Subject: apmd_3.2.0.oe: apmd: fix the build after the cross libtool changes. dosfstools_2.9.oe: dosfstools: new upstream source url, and inherit autotools. BKrev: 3f8f1470cvtPAsIB_JZczDcbul6VTg --- less/less_381.oe | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'less') diff --git a/less/less_381.oe b/less/less_381.oe index e69de29bb2..44b187813d 100644 --- a/less/less_381.oe +++ b/less/less_381.oe @@ -0,0 +1,15 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI := ${GNU_MIRROR}/less/less-381.tar.gz +S := ${WORKDIR}/${P} + +inherit autotools + +do_configure () { + chmod 0755 configure +} + +do_install () { + oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install +} -- cgit v1.2.3