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 | 4c0fe15f041854718955a64671299e8c626d8a7e (patch) | |
tree | 9edd889b58844e75c1c71d6a54bae7c296f18747 /meta-rcar-gen3/recipes-core/packagegroups | |
parent | ae2996aa2fb428663dc118c19bac3e07a684e027 (diff) |
rcar-gen3: nativesdk-packagegroup-sdk-host: Add perl modules
This commit adds perl modules in navtive SDK sysroot.
(cherry picked from commit 30adcb8f6826284554b2b3bfd2c9deb4f64fbbf1)
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: I3717bdc067df3ef3adc808e90031deedc0a34785
Diffstat (limited to 'meta-rcar-gen3/recipes-core/packagegroups')
-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 \ " |