]> code.ossystems Code Review - openembedded-core.git/commit
python3: split common assignments into a dedicated python3.inc
authorRoss Burton <ross.burton@intel.com>
Tue, 11 Sep 2018 11:52:38 +0000 (12:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2018 23:27:55 +0000 (00:27 +0100)
commitfc4767113adbdfbf4aeaaf6dd8605e7fd4bbaa46
tree4bd2b9e0b60c444c587f98f7f1315f5714638fad
parent6c123468b546931de005cf136d98bca6b893b37b
python3: split common assignments into a dedicated python3.inc

Instead of including the Py2 python.inc and having to undo some of the
assignments, create a new python3.inc to hold the common configuration.

Over time we can move more from the recipes into this file to unify the target
and native recipes.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3-native_3.5.6.bb
meta/recipes-devtools/python/python3.inc [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.5.6.bb