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-18 11:47:03 +0000 |
commit | b248e55c0c39a4d45adc0690f2eefb332ab233f5 (patch) | |
tree | 9a9a541238f795433140ef4beef8d43e8806b124 /meta | |
parent | 65d0bfc9edc0880ef99c05379b43b50d00270a32 (diff) | |
download | poky-b248e55c0c39a4d45adc0690f2eefb332ab233f5.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.
(From OE-Core rev: 8a474057d86b3ebf6271656d6b9adf384ea9ad6d)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = "\ | |||
172 | diffstat-native \ | 172 | diffstat-native \ |
173 | patch-native \ | 173 | patch-native \ |
174 | hostperl-runtime-native \ | 174 | hostperl-runtime-native \ |
175 | python-native-runtime \ | 175 | hostpython-runtime-native \ |
176 | tar-native \ | 176 | tar-native \ |
177 | virtual/libintl-native \ | 177 | virtual/libintl-native \ |
178 | virtual/libiconv-native \ | 178 | virtual/libiconv-native \ |