mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
Intel graphics stack releases >= 2013Q3 need xf86-video-intel >= 2.99.902. However, keep the stable release around too, in case people need it. The git recipe is not really used. Remove, since it has missing PACKAGECONFIG, license checksums and so on. (From OE-Core rev: f707b6d81d2548e1bc8effdf267d1e40cc2cb806) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
420 B
PHP
15 lines
420 B
PHP
#
|
|
# Default preferred versions
|
|
#
|
|
|
|
# Force the python versions in one place
|
|
PYTHON_BASEVERSION ?= "2.7"
|
|
PREFERRED_VERSION_python ?= "2.7.3"
|
|
PREFERRED_VERSION_python-native ?= "2.7.3"
|
|
|
|
# Force the older version of liberation-fonts until we fix the fontforge issue
|
|
PREFERRED_VERSION_liberation-fonts ?= "1.04"
|
|
|
|
# Intel video stack 2013Q3 and newer need a version >=2.99.902
|
|
PREFERRED_VERSION_xf86-video-intel ?= "2.99.910"
|