From e0c75841078bf65905c1c9aa2946241b2474a7e2 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 25 Apr 2016 15:59:23 +0300 Subject: 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 --- meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-rt') diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb index 962069e3dc..025eb63232 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb +++ b/meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb @@ -6,6 +6,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" require rt-tests.inc +inherit python-dir EXTRA_OEMAKE += "PYLIB=${libdir}/python${PYTHON_BASEVERSION}/dist-packages" -- cgit 1.2.3-korg