diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-01-13 10:03:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-17 11:32:16 +0000 |
commit | 8a474057d86b3ebf6271656d6b9adf384ea9ad6d (patch) | |
tree | 4455e1fced903ef5bf2fa318e57680cc0fe574f3 /meta/conf | |
parent | 3cc6b73f9feaa1f09edd649060e63f5143d7cd15 (diff) | |
download | openembedded-core-8a474057d86b3ebf6271656d6b9adf384ea9ad6d.tar.gz openembedded-core-8a474057d86b3ebf6271656d6b9adf384ea9ad6d.tar.bz2 openembedded-core-8a474057d86b3ebf6271656d6b9adf384ea9ad6d.zip |
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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 \ |