From 699b6934d83a0563c5dac293e119627ff8b4e7e5 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 1 Dec 2012 13:04:52 +0200 Subject: [PATCH] dependencies: add README about purpose of the directory Signed-off-by: Marko Lindqvist --- dependencies/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dependencies/README diff --git a/dependencies/README b/dependencies/README new file mode 100644 index 0000000..d25ab2f --- /dev/null +++ b/dependencies/README @@ -0,0 +1,5 @@ +This directory contains recipes for components that games depend on and +which are not yet available in proper layers. They should be here only +temporarily, allowing games to be built already when these dependencies +are not available from proper layers. They should be cleaned up and moved to +correct repositories. \ No newline at end of file