From: John Bowler Date: Tue, 3 Jan 2006 02:09:43 +0000 (+0000) Subject: ncftp: inhibit autotools stage in 3.1.9 X-Git-Tag: Release-2010-05/1~9453^2~2783 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4528c1c7f1e8a9f0d37d3b4d09cfe3a6835f8cf5;p=openembedded.git ncftp: inhibit autotools stage in 3.1.9 --- diff --git a/packages/ncftp/ncftp_3.1.9.bb b/packages/ncftp/ncftp_3.1.9.bb index 99673d8a97..d62b0ffeae 100644 --- a/packages/ncftp/ncftp_3.1.9.bb +++ b/packages/ncftp/ncftp_3.1.9.bb @@ -1,3 +1,4 @@ +PR = "r1" DESCRIPTION = "A sophisticated console ftp client" SECTION = "console/network" PRIORITY = "optional" @@ -11,6 +12,8 @@ do_configure_prepend () { install -m 0644 ${WORKDIR}/acinclude.m4 acinclude.m4 } +INHIBIT_AUTO_STAGE = "1" + do_install () { install -d ${D}${bindir} ${D}${sysconfdir} ${D}${mandir} oe_runmake 'prefix=${D}${prefix}' 'BINDIR=${D}${bindir}' \