diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-04-25 15:59:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 22:47:14 +0100 |
commit | e0c75841078bf65905c1c9aa2946241b2474a7e2 (patch) | |
tree | 615c7fc980a71e0c1f4309300b7859714e078089 /meta/conf/distro | |
parent | 3891fcec863602a0ae6d0f3d305ea50a79a205d9 (diff) | |
download | openembedded-core-e0c75841078bf65905c1c9aa2946241b2474a7e2.tar.gz openembedded-core-e0c75841078bf65905c1c9aa2946241b2474a7e2.tar.bz2 openembedded-core-e0c75841078bf65905c1c9aa2946241b2474a7e2.zip |
default-versions.inc: drop python-related defaults
There is only one version of python 2.x provided, so no need
to set a preferred version.
PYTHON_BASEVERSION is now set explicitly in python-dir.bbclass and
python3-dir.bbclass, so fix up a few recipes that relied on it being
set in default-versions.inc without inheriting python-dir.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/default-versions.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index a04ea718bd..cc8c533d4c 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc @@ -2,11 +2,6 @@ # Default preferred versions # -# Force the python versions in one place -PYTHON_BASEVERSION ?= "2.7" -PREFERRED_VERSION_python ?= "2.7.11" -PREFERRED_VERSION_python-native ?= "2.7.11" - # Force the older version of liberation-fonts until we fix the fontforge issue PREFERRED_VERSION_liberation-fonts ?= "1.04" |