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:
Joshua Lock 2010-01-15 13:44:03 +00:00
parent b02a125cae
commit dfe72318ed
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +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"
PREFERRED_PROVIDER_opkg-native ?= "opkg-native"
require conf/distro/include/moblin-fixed-revisions.inc
require conf/distro/include/poky-fixed-revisions.inc

View File

@ -87,7 +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"
PREFERRED_PROVIDER_opkg-native ?= "opkg-native"
require conf/distro/include/poky-fixed-revisions.inc
require conf/distro/include/preferred-xorg-versions.inc