From: Ed Bartosh Date: Wed, 13 Jan 2016 08:03:04 +0000 (+0200) Subject: bitbake.conf: rename python-native-runtime X-Git-Tag: 2016-4~1581 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8a474057d86b3ebf6271656d6b9adf384ea9ad6d;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 \