Difference between revisions of "PREFERRED PROVIDER for jpeg and jpeg-native"

From Openembedded.org
Jump to: navigation, search
(Created page with "This combined with building some packages can lead to a dreadful error message. <pre> NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo) NOTE: consider def...")
(No difference)

Revision as of 13:38, 9 March 2015

This combined with building some packages can lead to a dreadful error message.

NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
NOTE: multiple providers are available for jpeg-native (jpeg-native, libjpeg-turbo-native)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native

To solve the problem, insert this is local.conf (or a distro conf file):

PREFERRED_PROVIDER_jpeg = "jpeg" PREFERRED_PROVIDER_jpeg-native = "jpeg-native"