diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-08-30 15:09:23 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | 794b4fa5d7702c28f8d6faea3ed7013cb2ba9054 (patch) | |
tree | 485dfabd26020c0f0f740f5dc95bef53d274e28e /meta-rcar-gen3/recipes-graphics | |
parent | 9e96a0825375cc06feab5298ce7e1baf2a732219 (diff) |
rcar-gen3: core-image-renesas-base: Add libx11-locale to rootfs
Libx11-locale will provide more language pkgs to the current system.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc b/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc index 0b20fa2..0378a58 100644 --- a/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc +++ b/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc @@ -5,6 +5,7 @@ IMAGE_INSTALL_append = " \ bash \ v4l-utils \ i2c-tools \ + libx11-locale \ " # Support secure environment |