mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 10:51:55 +00:00
distros: Fix some warnings by setting PREFERRED_PROVIDER's
opkg-native needs a PREFERRED_PROVIDER for moblin and poky Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
22aadfc3b8
commit
e081a82966
@ -81,6 +81,7 @@ PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native"
|
||||
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
|
||||
PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2"
|
||||
PREFERRED_PROVIDER_opkg ?= "opkg"
|
||||
PREFERRED_PROVIDER_opkg-native ?= "opkg"
|
||||
|
||||
require conf/distro/include/moblin-fixed-revisions.inc
|
||||
require conf/distro/include/poky-fixed-revisions.inc
|
||||
|
||||
@ -87,6 +87,7 @@ PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native"
|
||||
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
|
||||
PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2"
|
||||
PREFERRED_PROVIDER_opkg ?= "opkg"
|
||||
PREFERRED_PROVIDER_opkg-native ?= "opkg"
|
||||
|
||||
require conf/distro/include/poky-fixed-revisions.inc
|
||||
require conf/distro/include/preferred-xorg-versions.inc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user