From 8a474057d86b3ebf6271656d6b9adf384ea9ad6d Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 13 Jan 2016 10:03:04 +0200 Subject: 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 --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') 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 \ -- cgit v1.2.3