diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-09 14:41:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-31 14:19:33 +0100 |
commit | 102e28ccd392915b6665d68a1348110d365a86dd (patch) | |
tree | 67be8a2c94ec341d5734ba4acf96503ac8444929 | |
parent | 80496565fbb084ceb0f0d976a356a8b109c62e42 (diff) | |
download | meta-qt5-102e28ccd392915b6665d68a1348110d365a86dd.tar.gz |
README: update for dizzy release
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,22 +1,22 @@ | |||
1 | This layer depends on: | 1 | This layer depends on: |
2 | 2 | ||
3 | URI: git://github.com/openembedded/oe-core.git | 3 | URI: git://github.com/openembedded/oe-core.git |
4 | branch: master | 4 | branch: dizzy |
5 | revision: HEAD | 5 | revision: HEAD |
6 | 6 | ||
7 | URI: git://github.com/openembedded/meta-oe.git | 7 | URI: git://github.com/openembedded/meta-oe.git |
8 | layers: meta-ruby | 8 | layers: meta-ruby |
9 | branch: master | 9 | branch: dizzy |
10 | revision: HEAD | 10 | revision: HEAD |
11 | 11 | ||
12 | When building stuff like qtdeclarative, qtquick, qtwebkit, make sure that | 12 | When building stuff like qtdeclarative, qtquick, qtwebkit, make sure that |
13 | you have required PACKAGECONFIG options enabled in qtbase build, see qtbase.inc | 13 | you have required PACKAGECONFIG options enabled in qtbase build, see qtbase.inc |
14 | for detail. | 14 | for detail. |
15 | 15 | ||
16 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5]' in the subject' | 16 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5][dizzy][PATCH]' in the subject' |
17 | 17 | ||
18 | When sending single patches, please using something like: | 18 | When sending single patches, please using something like: |
19 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-qt5][PATCH' | 19 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-qt5][dizzy][PATCH' |
20 | 20 | ||
21 | You are encouraged to fork the mirror on github[1] to share your | 21 | You are encouraged to fork the mirror on github[1] to share your |
22 | patches. This is preferred for patch sets consisting of more than one | 22 | patches. This is preferred for patch sets consisting of more than one |