diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-03 02:09:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-03 02:09:03 +0000 |
commit | 00d912eeab6c518c86c1030979dd19d6499ba181 (patch) | |
tree | b0a8e410c9bc53c84a6046d4e1d85e4bb6488156 /packages/nfs-utils | |
parent | 6377266f6adf67628c086070bad26e13ebbde817 (diff) |
nfs-utils: inhibit autotools stage in 1.0.6
Diffstat (limited to 'packages/nfs-utils')
-rw-r--r-- | packages/nfs-utils/nfs-utils_1.0.6.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/nfs-utils/nfs-utils_1.0.6.bb b/packages/nfs-utils/nfs-utils_1.0.6.bb index a95badd85f..0e2fefc51b 100644 --- a/packages/nfs-utils/nfs-utils_1.0.6.bb +++ b/packages/nfs-utils/nfs-utils_1.0.6.bb @@ -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 |