[OE-core] [PATCH] bitbake.conf: rename python-native-runtime

Ed Bartosh ed.bartosh at linux.intel.com
Mon Jan 11 15:21:47 UTC 2016


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 at linux.intel.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index fe6fff0..5938d6a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -172,7 +172,7 @@ ASSUME_PROVIDED = "\
     diffstat-native \
     patch-native \
     perl-native-runtime \
-    python-native-runtime \
+    hostpython-runtime-native \
     tar-native \
     virtual/libintl-native \
     virtual/libiconv-native \
-- 
2.1.4




More information about the Openembedded-core mailing list