ncftp: inhibit autotools stage in 3.1.9
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 3 Jan 2006 02:09:43 +0000 (02:09 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 3 Jan 2006 02:09:43 +0000 (02:09 +0000)
packages/ncftp/ncftp_3.1.9.bb

index 99673d8..d62b0ff 100644 (file)
@@ -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}' \