diff --git a/conf/ros-distro/include/webos-compat.inc b/conf/ros-distro/include/webos-compat.inc index 6a8677c..4fd9824 100644 --- a/conf/ros-distro/include/webos-compat.inc +++ b/conf/ros-distro/include/webos-compat.inc @@ -2,6 +2,11 @@ # # Place the fixups necessary to make meta-webosose compatible with meta-ros version 2 here. +# These will be "" if TOPDIR isn't a Git repo => drop them from the display of the build configuration if this is the +# case. +BUILDCFG_VARS_remove = "${@oe.utils.conditional('WEBOS_DISTRO_TOPDIR_REVISION', '', 'WEBOS_DISTRO_TOPDIR_REVISION', '', d)}" +BUILDCFG_VARS_remove = "${@oe.utils.conditional('WEBOS_DISTRO_TOPDIR_DESCRIBE', '', 'WEBOS_DISTRO_TOPDIR_DESCRIBE', '', d)}" + # Undo blacklisting PNBLACKLIST[libfreenect] ?= "" PNBLACKLIST[freenect-camera] ?= ""