summaryrefslogtreecommitdiff
path: root/foundation.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-02 18:27:44 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-02 18:27:44 +0100
commit11e4ae33fc5bc87dd970780f5ab089c53f67dcf0 (patch)
tree2a123f2a6456c45c10231943c285c9058abcafb0 /foundation.morph
parent564a8cbdb235f34b51004bc55431b5939f7b4de6 (diff)
downloaddefinitions-11e4ae33fc5bc87dd970780f5ab089c53f67dcf0.tar.gz
foundation: add more deps
btrfs-progs was missing attr.
Diffstat (limited to 'foundation.morph')
-rw-r--r--foundation.morph6
1 files changed, 5 insertions, 1 deletions
diff --git a/foundation.morph b/foundation.morph
index 2cf83e63..60f79afb 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -61,6 +61,7 @@
"repo": "upstream:libcap2",
"ref": "baserock/morph",
"build-depends": [
+ "eglibc",
"attr"
]
},
@@ -69,7 +70,8 @@
"repo": "upstream:btrfs-progs",
"ref": "baserock/morph",
"build-depends": [
- "eglibc"
+ "eglibc",
+ "attr"
]
},
{
@@ -94,6 +96,7 @@
"repo": "git://github.com/gregkh/usbutils.git",
"ref": "master",
"build-depends": [
+ "eglibc",
"libusb"
]
},
@@ -126,6 +129,7 @@
"repo": "upstream:glib",
"ref": "master",
"build-depends": [
+ "eglibc",
"libffi"
]
},