summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-12-15 20:44:29 +1100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 13:11:42 +0100
commitc6e7096715a869e880610efa8fef073ed4ab3684 (patch)
tree3d9ff7b12113e1ae1dbe46130b2847bb66dc05d7
parent3d7f4461355a4c3b279fac9007a05d8cfbb2ceec (diff)
downloadmeta-qt5-c6e7096715a869e880610efa8fef073ed4ab3684.tar.gz
README: remove meta-ruby dependency
The ruby recipe has been moved into OE-core so the meta-ruby layer is no longer needed as the ruby recipe will always be present. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index dcfb5e52..9817851b 100644
--- a/README
+++ b/README
@@ -4,11 +4,6 @@ URI: git://github.com/openembedded/oe-core.git
4branch: master 4branch: master
5revision: HEAD 5revision: HEAD
6 6
7URI: git://github.com/openembedded/meta-oe.git
8layers: meta-ruby
9branch: master
10revision: HEAD
11
12When building stuff like qtdeclarative, qtquick, qtwebkit, make sure that 7When building stuff like qtdeclarative, qtquick, qtwebkit, make sure that
13you have required PACKAGECONFIG options enabled in qtbase build, see qtbase.inc 8you have required PACKAGECONFIG options enabled in qtbase build, see qtbase.inc
14for detail. 9for detail.