aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhang Nguyen <khang.nguyen.xv@rvc.renesas.com>2017-12-12 12:59:47 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2018-01-30 10:07:59 +0700
commitb3220b988547541c815897f451e4ac074343e0b6 (patch)
tree7f1690ddcc00749ccb719f9f4607338d4f40358b
parentaa5dc1d2db2b29d1d42e5b256407cae90b6a4805 (diff)
rcar-gen3: perl: Ship perl modules into native SDK sysroot
This commit modifies recipe to ship all perl modules into native SDK sysroot. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-devtools/perl/perl_5.24.1.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-devtools/perl/perl_5.24.1.bbappend b/meta-rcar-gen3/recipes-devtools/perl/perl_5.24.1.bbappend
new file mode 100644
index 0000000..1d5815d
--- /dev/null
+++ b/meta-rcar-gen3/recipes-devtools/perl/perl_5.24.1.bbappend
@@ -0,0 +1,2 @@
+# Fix the issue missed Perl modules in navtive SDK sysroot
+FILES_${PN}_append_class-nativesdk = " ${libdir}/perl/${PV}/*"