summaryrefslogtreecommitdiff
path: root/foundation.morph
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-05-18 23:50:56 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-05-20 17:55:39 +0100
commit42b2bba3de1bfac56ccc019dc56c3819fd8d6185 (patch)
tree6dfab8617a201c295a9a082448c942d03f36221a /foundation.morph
parent6be85f8c1de7423a13ef15c828b2e50516632afd (diff)
downloaddefinitions-42b2bba3de1bfac56ccc019dc56c3819fd8d6185.tar.gz
Add lzo as a dependency to btrfs-progs
This also will require to move lzo from tools to foundation.
Diffstat (limited to 'foundation.morph')
-rw-r--r--foundation.morph9
1 files changed, 8 insertions, 1 deletions
diff --git a/foundation.morph b/foundation.morph
index 39e366d1..0e2a803b 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -100,11 +100,18 @@
]
},
{
+ "name": "lzo",
+ "repo": "upstream:lzo",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
"name": "btrfs-progs",
"repo": "upstream:btrfs-progs",
"ref": "baserock/morph",
"build-depends": [
- "attr"
+ "attr",
+ "lzo"
]
},
{