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-05-27 15:56:29 +0700 |
commit | 92e197db503d01b039d96b274ddeda244ed0c2fd (patch) | |
tree | c682feec7bfde6a69d9fe0f3983e03928424a1aa /meta-rcar-gen3/recipes-core | |
parent | 2b542e8180fa3167f6e869df699af011984151d4 (diff) |
rcar-gen3: nativesdk-packagegroup-sdk-host: Add perl modules
This commit adds perl modules in navtive SDK sysroot.
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
(cherry picked from commit 30adcb8f6826284554b2b3bfd2c9deb4f64fbbf1)
Diffstat (limited to 'meta-rcar-gen3/recipes-core')
-rw-r--r-- | meta-rcar-gen3/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-rcar-gen3/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend index c7f3798..84eca35 100644 --- a/meta-rcar-gen3/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend +++ b/meta-rcar-gen3/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend @@ -2,4 +2,5 @@ RDEPENDS_${PN}_append = " \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland nativesdk-wayland-dev', '', d)} \ nativesdk-perl nativesdk-perl-dev \ + nativesdk-perl-modules \ " |