DRAFT [ubuntu-bionic] python-matplotlib: Remove from blacklist, PREFERRED_VERSION=2.1.1

This commit is contained in:
Herb Kuta 2019-05-17 14:53:12 -07:00
parent fd74a90a0c
commit 0fb532664a
2 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,5 @@ PREFERRED_VERSION_cppunit ?= "1.14.0"
PREFERRED_VERSION_linux-raspberrypi ?= "4.4%" PREFERRED_VERSION_linux-raspberrypi ?= "4.4%"
# Match kernel version of raspberrypi. # Match kernel version of raspberrypi.
PREFERRED_VERSION_linux-yocto ?= "4.4%" PREFERRED_VERSION_linux-yocto ?= "4.4%"
PREFERRED_VERSION_python-matplotlib ?= "2.1.1"
PREFERRED_VERSION_yajl ?= "2.1.0" PREFERRED_VERSION_yajl ?= "2.1.0"

View File

@ -4,7 +4,7 @@
# Initially, blacklist any platform duplicates found by "bitbake-layers show-overlayed". Remove from the blacklist once a # Initially, blacklist any platform duplicates found by "bitbake-layers show-overlayed". Remove from the blacklist once a
# PREFERRED_VERSION_<PN> setting is made in ros-distro-platform-preferred-versions.inc . # PREFERRED_VERSION_<PN> setting is made in ros-distro-platform-preferred-versions.inc .
PNBLACKLIST[python-matplotlib] ?= "Must specify PREFERRED_VERSION" # (none)
# Initially, blacklist any platform recipes with multiple versions found by "bitbake-layers show-recipes --multiple" (except for # Initially, blacklist any platform recipes with multiple versions found by "bitbake-layers show-recipes --multiple" (except for
# the compilers and runtimes). Remove from the blacklist once a PREFERRED_VERSION_<PN> setting is made in # the compilers and runtimes). Remove from the blacklist once a PREFERRED_VERSION_<PN> setting is made in