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 <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2018-08-24 12:04:29 +00:00
parent 4839445aef
commit eabbe6ebbe
1 changed files with 1 additions and 1 deletions

View File

@ -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}"