]> code.ossystems Code Review - openembedded-core.git/commitdiff
distros: fix mistake in opkg-native PREFERRED_PROVIDER
authorJoshua Lock <josh@linux.intel.com>
Fri, 15 Jan 2010 13:44:03 +0000 (13:44 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 15 Jan 2010 13:44:03 +0000 (13:44 +0000)
PREFERRED_PROVIDER for opkg-native should be a native
package...

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta-moblin/conf/distro/moblin.conf
meta/conf/distro/poky.conf

index 503ab2efaba8e1597339e5e1d88bd2a95cd30c0b..5138e76a54f96a4e2d42d4ef18fadab21287827c 100644 (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
index 047b647fa39f3b5f8384112817172a2be72eccff..ccbd4869b6d6850c4af68e07792f3384bf206ce4 100644 (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