aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-01-13 10:03:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-17 11:32:16 +0000
commit8a474057d86b3ebf6271656d6b9adf384ea9ad6d (patch)
tree4455e1fced903ef5bf2fa318e57680cc0fe574f3
parent3cc6b73f9feaa1f09edd649060e63f5143d7cd15 (diff)
downloadopenembedded-core-contrib-8a474057d86b3ebf6271656d6b9adf384ea9ad6d.tar.gz
bitbake.conf: rename python-native-runtime
The code in native.bbclass adds -native suffix to the package names that don't have it. Renamed python-native-runtime -> hostpython-runtime-native to avoid mangling it and to conform with the naming convetion for native packages. Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2fe6b24d67..fc57a58366 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -172,7 +172,7 @@ ASSUME_PROVIDED = "\
diffstat-native \
patch-native \
hostperl-runtime-native \
- python-native-runtime \
+ hostpython-runtime-native \
tar-native \
virtual/libintl-native \
virtual/libiconv-native \