@@ -276,11 +276,11 @@ upgrading the recipe to a future version is as simple as renaming the
recipe to match the new version.
Here is a simple example from the
-``meta/recipes-devtools/strace/strace_5.5.bb`` recipe where the source
+``meta/recipes-devtools/strace/strace_6.15.bb`` recipe where the source
comes from a single tarball. Notice the use of the
:term:`PV` variable::
- SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
+ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
Files mentioned in :term:`SRC_URI` whose names end in a typical archive
extension (e.g. ``.tar``, ``.tar.gz``, ``.tar.bz2``, ``.zip``, and so
Update the out-of-date lines referring to strace. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---