summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAndrea Galbusera <gizero@gmail.com>2018-04-29 18:17:49 +0200
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:17:16 -0700
commitc937e44581e847dc3f01b3e08ec14348a5fe89a7 (patch)
treea286c2fbff2b4028c6578fa05f9b374c379c7ef1 /meta-python
parenta19aa29f7fa336cd075b72c496fe1102e6e5422b (diff)
downloadmeta-openembedded-c937e44581e847dc3f01b3e08ec14348a5fe89a7.tar.gz
meta-python: README: drop outdated/confusing sentence
* declaration of independence from openembedded-core and meta-oe conflicts with the current state of the layer, which does indeed depend on both of them for building several recipes (as correctly stated a few lines below). * anki was removed from meta-oe as well * gateone lives in meta-python and is one of those recipes with dependencies in meta-oe Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-python/README b/meta-python/README
index 0566e4992..705b035d9 100644
--- a/meta-python/README
+++ b/meta-python/README
@@ -5,10 +5,6 @@ Introduction
5------------------------- 5-------------------------
6 6
7This layer is intended to be the home of python modules for OpenEmbedded. 7This layer is intended to be the home of python modules for OpenEmbedded.
8Modules in this layer need to be independent of openembedded-core and
9meta-openembedded/meta-oe. Because of this, modules required by 'gateone'
10and 'anki' are not included and remain in:
11 meta-openembedded/meta-oe/recipes-devtools/python.
12 8
13Dependencies 9Dependencies
14------------------------- 10-------------------------