aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@renesas.com>2018-08-14 11:26:37 +0700
committerThuy Tran <thuy.tran.xh@renesas.com>2019-02-28 09:43:53 +0700
commit9b472c1855bbd6ff58b36f0ea43bab37ce67a9ba (patch)
tree0d2e3ee5aa41b996af7171572fb57cd518e66be1
parent93b458ea6e9393895ddc22cab8bd9fb7cea40a36 (diff)
rcar-gen3: perf: Do not ship perl modules into native SDK sysroot
In thud branch, they have added the needed perl modules for SDK. (From Poky rev: 09a2975e725d04d4984730642f944e61fba14030) Signed-off-by: Thuy Tran <thuy.tran.xh@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, 0 insertions, 2 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
deleted file mode 100644
index 1d5815d..0000000
--- a/meta-rcar-gen3/recipes-devtools/perl/perl_5.24.1.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-# Fix the issue missed Perl modules in navtive SDK sysroot
-FILES_${PN}_append_class-nativesdk = " ${libdir}/perl/${PV}/*"