diff options
Diffstat (limited to 'nfs-utils')
-rw-r--r-- | nfs-utils/nfs-utils_1.0.6.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nfs-utils/nfs-utils_1.0.6.oe b/nfs-utils/nfs-utils_1.0.6.oe index e69de29bb2..ad624d824e 100644 --- a/nfs-utils/nfs-utils_1.0.6.oe +++ b/nfs-utils/nfs-utils_1.0.6.oe @@ -0,0 +1,9 @@ +LICENSE = GPL +SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \ + file://acinclude-lossage.patch;patch=1 \ + file://rpcgen-lossage.patch;patch=1" + +BROKEN = "1" + +inherit autotools + |