diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-01-07 13:39:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-11 23:23:17 +0000 |
commit | f4dade8e765a8c7bfd131728b9e0a34631e24950 (patch) | |
tree | 0d2e802fe08477d5aeea7f20c52adf135ddc335d /meta/conf/bitbake.conf | |
parent | 33a7a9b3efafc35ed1409fdfa8ab8f544f1babc3 (diff) | |
download | openembedded-core-f4dade8e765a8c7bfd131728b9e0a34631e24950.tar.gz openembedded-core-f4dade8e765a8c7bfd131728b9e0a34631e24950.tar.bz2 openembedded-core-f4dade8e765a8c7bfd131728b9e0a34631e24950.zip |
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 <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |