diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-08-14 11:26:37 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-02-28 09:43:53 +0700 |
commit | 9b472c1855bbd6ff58b36f0ea43bab37ce67a9ba (patch) | |
tree | 0d2e3ee5aa41b996af7171572fb57cd518e66be1 /meta-rcar-gen3/recipes-devtools/perl/perl_5.24.1.bbappend | |
parent | 93b458ea6e9393895ddc22cab8bd9fb7cea40a36 (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>
Diffstat (limited to 'meta-rcar-gen3/recipes-devtools/perl/perl_5.24.1.bbappend')
-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}/*" |