From 11e4ae33fc5bc87dd970780f5ab089c53f67dcf0 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 2 Jul 2012 18:27:44 +0100 Subject: foundation: add more deps btrfs-progs was missing attr. --- foundation.morph | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'foundation.morph') 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" ] }, -- cgit v1.2.1