diff mbox

Don't assume native:file is provided.

Message ID 158379611.79871.1400505223785.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(-)

Comments

Esben Haabendal May 20, 2014, 11:25 a.m. UTC | #1
Merged to master, thanks.

/Esben
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 \