summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-20 22:56:34 +0000
committerChris Larson <clarson@kergoth.com>2003-10-20 22:56:34 +0000
commita23565c054906e316011ec06259f43e067d7a69a (patch)
tree1686a539e16312e3db637876559aaebb0ba76f33 /less
parentf1252666438187c9a1c84107c499f73ee2f80f51 (diff)
Move some nonbuilding items into nonworking.. fix the libpcap, openssh, nano builds that were failing due to 1) aclocal.m4 being the only place containing their macros, and 2) _au_changequote() refs that are never removed by autoconf.
BKrev: 3f946822OUfB3oA0KwkHGEFd0cEV1Q
Diffstat (limited to 'less')
-rw-r--r--less/less_381.oe4
1 files changed, 0 insertions, 4 deletions
diff --git a/less/less_381.oe b/less/less_381.oe
index 510a99f9a3..de2c7f68fe 100644
--- a/less/less_381.oe
+++ b/less/less_381.oe
@@ -7,10 +7,6 @@ S := ${WORKDIR}/${P}
inherit autotools
-do_configure () {
- chmod 0755 configure
-}
-
do_install () {
oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install
}