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

Ed Bartosh ed.bartosh at linux.intel.com
Wed Jan 13 08:03:04 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 2fe6b24..fc57a58 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 \
-- 
2.1.4




More information about the Openembedded-core mailing list