mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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. (From OE-Core rev: e0c75841078bf65905c1c9aa2946241b2474a7e2) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
03da683a55
commit
1c83fcd38d
@@ -156,7 +156,7 @@ SRC_URI_append_libc-musl = "\
|
||||
# to process certain package feeds.
|
||||
#SRC_URI += "file://rpm-debug-platform.patch"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext python-dir
|
||||
|
||||
acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ SRC_URI_append_libc-musl = "\
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "rpm-(?P<pver>(\d+[\.\-_]*)+)-.*$"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext python-dir
|
||||
|
||||
acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user