]> code.ossystems Code Review - openembedded-core.git/commitdiff
distros: Fix some warnings by setting PREFERRED_PROVIDER's
authorJoshua Lock <josh@linux.intel.com>
Fri, 15 Jan 2010 11:01:43 +0000 (11:01 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 15 Jan 2010 11:07:49 +0000 (11:07 +0000)
opkg-native needs a PREFERRED_PROVIDER for moblin and poky

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

index a76e67ec204154b8e167344660f2d0700b45478b..503ab2efaba8e1597339e5e1d88bd2a95cd30c0b 100644 (file)
@@ -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
index 3c82929c76c762807bfc71482307b3d7d238a4b8..047b647fa39f3b5f8384112817172a2be72eccff 100644 (file)
@@ -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