From f4dade8e765a8c7bfd131728b9e0a34631e24950 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 7 Jan 2016 13:39:39 +0200 Subject: meta: rename perl-native-runtime The code in native.bbclass adds -native suffix to the package names that don't have it. perl-native-runtime becomes perl-native-runtime-native because of this. Renamed perl-native-runtime -> hostperl-runtime-native to avoid mangling it and to conform with the naming convetion for native packages. Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9760442377..2fe6b24d67 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -171,7 +171,7 @@ ASSUME_PROVIDED = "\ grep-native \ diffstat-native \ patch-native \ - perl-native-runtime \ + hostperl-runtime-native \ python-native-runtime \ tar-native \ virtual/libintl-native \ -- cgit 1.2.3-korg