]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: rename python-native-runtime
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 13 Jan 2016 08:03:04 +0000 (10:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Jan 2016 11:32:16 +0000 (11:32 +0000)
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 2fe6b24d6737dfc7deb83096c4220769013d45c3..fc57a5836617a7ef11dfee25d66ab2040a8864b2 100644 (file)
@@ -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 \