summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHenning Heinold <henning@itconsulting-heinold.de>2014-07-20 16:31:54 +0200
committerHenning Heinold <henning@itconsulting-heinold.de>2014-07-20 16:31:54 +0200
commit6e648e5a616cef42d2e61ee712fcc983a8b086cd (patch)
tree430421e244dab176c33cb3774a670e3261c79568 /README
parent2f36931b42201d439ad7e5e3a7657293d41b5439 (diff)
downloadmeta-java-6e648e5a616cef42d2e61ee712fcc983a8b086cd.tar.gz
README: minor fixes
* set the layer branches dora depends on to dora too * add libstdc++6 package as dependency for debian based distributions
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index e21f203..ae345c0 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://git.openembedded.org/openembedded-core 3URI: git://git.openembedded.org/openembedded-core
4branch: master 4branch: dora
5revision: HEAD 5revision: HEAD
6 6
7URI: git://git.openembedded.org/meta-openembedded 7URI: git://git.openembedded.org/meta-openembedded
8branch: master 8branch: dora
9revision: HEAD 9revision: HEAD
10 10
11You should define at lease the following variables in a distro include file or local.conf 11You should define at lease the following variables in a distro include file or local.conf
@@ -40,6 +40,8 @@ BBLAYERS ?= " \
40Please note that libstdc++ static is needed on your host to compile icedtea6/7-native 40Please note that libstdc++ static is needed on your host to compile icedtea6/7-native
41(install libstdc++-static on a Fedora). 41(install libstdc++-static on a Fedora).
42 42
43For debian-based distributions you need the libstdc++6-$compilerversion-dev package.
44
43Send pull requests to openembedded-devel@lists.openembedded.org 45Send pull requests to openembedded-devel@lists.openembedded.org
44 46
45Main layer maintainers: Henning Heinold <henning@itconsulting-heinold.de> 47Main layer maintainers: Henning Heinold <henning@itconsulting-heinold.de>