diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-07-01 15:22:41 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-07-01 15:22:41 +0100 |
commit | fc663f9c6325500de7f7697e137bd38d7a1df163 (patch) | |
tree | 9bbc852edc3ecf974324a939a1fb49cd423975ff | |
parent | d92a3c09f377d259547311e11910d539953533d8 (diff) | |
download | poky-fc663f9c6325500de7f7697e137bd38d7a1df163.tar.gz |
poky.conf: define PREFERRED_PROVIDER_opkg-nativesdk to silence a warning
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r-- | meta/conf/distro/poky.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index e0f33e29c7..57231fd6ef 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -88,6 +88,7 @@ PREFERRED_PROVIDER_gconf ?= "gconf-dbus" | |||
88 | PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2" | 88 | PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2" |
89 | PREFERRED_PROVIDER_opkg ?= "opkg" | 89 | PREFERRED_PROVIDER_opkg ?= "opkg" |
90 | PREFERRED_PROVIDER_opkg-native ?= "opkg-native" | 90 | PREFERRED_PROVIDER_opkg-native ?= "opkg-native" |
91 | PREFERRED_PROVIDER_opkg-nativesdk ?= "opkg-nativesdk" | ||
91 | 92 | ||
92 | require conf/distro/include/poky-fixed-revisions.inc | 93 | require conf/distro/include/poky-fixed-revisions.inc |
93 | require conf/distro/include/preferred-xorg-versions.inc | 94 | require conf/distro/include/preferred-xorg-versions.inc |