DRAFT Add ros2_component.bbclass
This commit is contained in:
parent
079f4e4bd3
commit
9e3c042d2b
|
@ -0,0 +1,9 @@
|
||||||
|
# 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"
|
Loading…
Reference in New Issue