summaryrefslogtreecommitdiff
path: root/nfs.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-16 18:05:05 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-16 18:05:05 +0000
commitb6f453601e8d715fcedd18d19259a177c6d96c8c (patch)
tree3db0b7ade893aa98afa7f8d683e62e4de83de0a9 /nfs.morph
parent6609272f9f7791e8373224d8a51431d7e88b2f10 (diff)
downloaddefinitions-b6f453601e8d715fcedd18d19259a177c6d96c8c.tar.gz
Add ti-rpc and rpcbind
Diffstat (limited to 'nfs.morph')
-rw-r--r--nfs.morph15
1 files changed, 14 insertions, 1 deletions
diff --git a/nfs.morph b/nfs.morph
index 5d4945db..42f1194b 100644
--- a/nfs.morph
+++ b/nfs.morph
@@ -22,13 +22,26 @@
"build-depends": []
},
{
+ "name": "ti-rpc",
+ "repo": "upstream:ti-rpc",
+ "ref": "libtirpc-0-2-2",
+ "build-depends": []
+ },
+ {
+ "name": "rpcbind",
+ "repo": "upstream:rpcbind",
+ "ref": "master",
+ "build-depends": []
+ },
+ {
"name": "nfs-utils",
"repo": "upstream:nfs-utils",
"ref": "baserock/master",
"build-depends": [
"libevent",
"sqlite3",
- "tcp-wrappers"
+ "tcp-wrappers",
+ "ti-rpc"
]
}
]