mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
distros: fix mistake in opkg-native PREFERRED_PROVIDER
PREFERRED_PROVIDER for opkg-native should be a native package... Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -81,7 +81,7 @@ PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native"
|
|||||||
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
|
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
|
||||||
PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2"
|
PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2"
|
||||||
PREFERRED_PROVIDER_opkg ?= "opkg"
|
PREFERRED_PROVIDER_opkg ?= "opkg"
|
||||||
PREFERRED_PROVIDER_opkg-native ?= "opkg"
|
PREFERRED_PROVIDER_opkg-native ?= "opkg-native"
|
||||||
|
|
||||||
require conf/distro/include/moblin-fixed-revisions.inc
|
require conf/distro/include/moblin-fixed-revisions.inc
|
||||||
require conf/distro/include/poky-fixed-revisions.inc
|
require conf/distro/include/poky-fixed-revisions.inc
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native"
|
|||||||
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
|
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
|
||||||
PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2"
|
PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2"
|
||||||
PREFERRED_PROVIDER_opkg ?= "opkg"
|
PREFERRED_PROVIDER_opkg ?= "opkg"
|
||||||
PREFERRED_PROVIDER_opkg-native ?= "opkg"
|
PREFERRED_PROVIDER_opkg-native ?= "opkg-native"
|
||||||
|
|
||||||
require conf/distro/include/poky-fixed-revisions.inc
|
require conf/distro/include/poky-fixed-revisions.inc
|
||||||
require conf/distro/include/preferred-xorg-versions.inc
|
require conf/distro/include/preferred-xorg-versions.inc
|
||||||
|
|||||||
Reference in New Issue
Block a user