nfs-utils: inhibit autotools stage in 1.0.6
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 3 Jan 2006 02:09:03 +0000 (02:09 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 3 Jan 2006 02:09:03 +0000 (02:09 +0000)
packages/nfs-utils/nfs-utils_1.0.6.bb

index a95badd..0e2fefc 100644 (file)
@@ -3,7 +3,7 @@ PRIORITY = "optional"
 SECTION = "console/networking"
 MAINTAINER = "dyoung <dyoung@thestuffguy.com>"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
        file://acinclude-lossage.patch;patch=1 \
@@ -35,6 +35,8 @@ do_compile() {
        oe_runmake 'BUILD=1'
 }
 
+INHIBIT_AUTO_STAGE = "1"
+
 do_install() {
        install -d ${D}${sysconfdir}/init.d
        install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver