SIGN IN SIGN UP

recipes: add tag to remaining git SRC_URI entries

This leaves only 3 recipes detected by following query:

grep -rI 'git://' meta/recipes* | grep -v ';tag=' | \
  grep -v '\(devupstream\|MIRRORS\)' | sed s/:.*// | sort -u | \
  xargs grep -c '\(+git\|UPSTREAM_CHECK_COMMITS\)' | grep :0$ | \
  sed s/:0$//

meta/recipes-core/glibc/cross-localedef-native_2.44.bb
 -> this gets +git into PV from glibc-version.inc
meta/recipes-core/images/build-appliance-image_15.0.0.bb
 -> not sure what to do with this
meta/recipes-extended/bzip2/bzip2_1.0.8.bb
 -> this is untagged for test repository, not main repository

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
P
Peter Marko committed
99eaff1fccfe34dfe7ae30f671e4e5d508267582
Parent: 2da5788
Committed by Richard Purdie <richard.purdie@linuxfoundation.org> on 9/14/2026, 5:01:55 PM