diff mbox

Don't assume native:file is provided.

Message ID 2134023074.76337.1400503923017.JavaMail.root@engine-facing-node-1
State Superseded
Delegated to: Esben Haabendal
Headers show

Commit Message

Mikael Jansson May 19, 2014, 12:31 p.m. UTC
Building machine:file requires native:file of the same version is
staged native, but assuming it's provided won't stage it.
---
 conf/provided/all.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/conf/provided/all.conf b/conf/provided/all.conf
index 56c6245..6d7345a 100644
--- a/conf/provided/all.conf
+++ b/conf/provided/all.conf
@@ -20,7 +20,7 @@  native:perl native:perl-runtime \
 native:python-runtime \
 native:texinfo native:doxygen \
 native:texlive-extra-utils native:texlive-latex-extra native:latex-xcolor \
-native:util-linux native:coreutils native:file \
+native:util-linux native:coreutils \
 native:shasum \
 native:flex native:bison \
 native:mtd-utils-mkfs-jffs2 \