mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/icu: drop outdated comment about git tags format
Commit5bf0db998b("package/icu: bump version to 78.1") dropped the dash-to-dot conversion logic as upstream now uses dots in the tags names (E.G. release-78.1), but forgot to drop the comment explaining why we were doing the conversion - So drop the now outdated comment. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be> (cherry picked from commitd22ff1628f) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
bbca2bf4b0
commit
cf2b6482ed
@@ -4,9 +4,6 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Git tags (and therefore versions on release-monitoring.org) use the
|
||||
# XX-Y format, but the tarballs are named XX_Y and the containing
|
||||
# directories XX.Y.
|
||||
ICU_VERSION = 78.2
|
||||
ICU_SOURCE = icu4c-$(ICU_VERSION)-sources.tgz
|
||||
ICU_SITE = \
|
||||
|
||||
Reference in New Issue
Block a user