From eabbe6ebbe54ebd89ee9acd1e8c66b796e4164ee Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 24 Aug 2018 12:04:29 +0000 Subject: [PATCH] ros-arduino-bridge.inc: use static SRCREV instead of AUTOREV * using AUTOREV causes undeterministic builds when it might start failing even when nothing was changed in the metadata * it also forces bitbake to run git ls-remote on the github repo every single time when the recipe is parsed and fails to build when doing builds without network access (from pre-populated premirror) * hydro-devel branch wasn't updated for last 3 years and there are only 73 commits in it, so AUTOREV wasn't really useful anyway Signed-off-by: Martin Jansa --- recipes-ros/ros-arduino-bridge/ros-arduino-bridge.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/ros-arduino-bridge/ros-arduino-bridge.inc b/recipes-ros/ros-arduino-bridge/ros-arduino-bridge.inc index 58a3eef..72dc98c 100644 --- a/recipes-ros/ros-arduino-bridge/ros-arduino-bridge.inc +++ b/recipes-ros/ros-arduino-bridge/ros-arduino-bridge.inc @@ -1,5 +1,5 @@ SRC_URI = "git://github.com/hbrobotics/${ROS_SPN}.git;protocol=https;branch=hydro-devel" -SRCREV = "${AUTOREV}" +SRCREV = "4f45c3467d724cd7a25db3445f4c98dc759e8fd0" S = "${WORKDIR}/git/${ROS_BPN}"