meta-ros/classes/ros2_component.bbclass

10 lines
411 B
Plaintext
Raw Normal View History

2019-05-09 00:52:11 +08:00
# Copyright (c) 2019 LG Electronics, Inc.
inherit ros_component
# Place metadata unique to components of type "ros2" here.
# https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/#id3 says LANG must be in the environment. Allow it to be
# overridden in local.conf . (Can't place in conf/layer.conf as it causes do_patch() to fail when building linux-raspberrypi.)
export LANG ??= "en_US.UTF-8"