diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-08-14 11:26:37 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-09-24 08:16:27 +0700 |
commit | ae2996aa2fb428663dc118c19bac3e07a684e027 (patch) | |
tree | fed6badefe920ddf3524cb50501b1e6a77109764 /meta-rcar-gen3 | |
parent | d0f78d000edb4041f56ead29f0c47c8dc4ef21d7 (diff) |
rcar-gen3: perf: Do not ship perl modules into native SDK sysroot
Since 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>
Change-Id: I15cc7e955339fcb84e7c83b5678a3235d0667751
Diffstat (limited to 'meta-rcar-gen3')
-rw-r--r-- | meta-rcar-gen3/recipes-devtools/perl/perl_5.24.1.bbappend | 2 |
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}/*" |