From 0e8386a5132158805a54037a1a5a54786f387600 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 15 Aug 2019 11:14:20 -0700 Subject: [PATCH] SQUASH python-rosdistro.inc: Fix typo in SRC_URI variable name --- recipes-devtools/python/python-rosdistro.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python-rosdistro.inc b/recipes-devtools/python/python-rosdistro.inc index 9279aac..a3bbd05 100644 --- a/recipes-devtools/python/python-rosdistro.inc +++ b/recipes-devtools/python/python-rosdistro.inc @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=988919d688133096537549f9afebf425" SRCNAME = "rosdistro" -$RC_URI = "https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz" +SRC_URI = "https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz" SRC_URI[md5sum] = "011634b410f9f5ba1d05ac352dbd9ff0" SRC_URI[sha256sum] = "94caf9c03142744cbcd1ab926a216ee64d5e1d27c35c15c7262565761f3a053c"