mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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. (From OE-Core rev: f4dade8e765a8c7bfd131728b9e0a34631e24950) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3f4fb3936e
commit
675ff42c60
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += "\
|
||||
perl-module-threads \
|
||||
perl-module-vars "
|
||||
|
||||
RDEPENDS_${PN}_class-native = "autoconf-native perl-native-runtime"
|
||||
RDEPENDS_${PN}_class-native = "autoconf-native hostperl-runtime-native"
|
||||
|
||||
SRC_URI += " file://python-libdir.patch \
|
||||
file://py-compile-compile-only-optimized-byte-code.patch \
|
||||
|
||||
Reference in New Issue
Block a user