public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH]  icu: upgrade 72-1 -> 73-1
@ 2023-04-19 13:15 florian.cathelineau
  2023-04-19 13:33 ` [OE-core] " Yoann Congal
  0 siblings, 1 reply; 2+ messages in thread
From: florian.cathelineau @ 2023-04-19 13:15 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2190 bytes --]

# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
# The following is the difference between the old and the new license text.
# Please update the LICENSE value if needed, and summarize the changes in
# the commit message via 'License-Update:' tag.
# (example: 'License-Update: copyright years updated.')
#
# The changes:
#
# --- ../LICENSE
# +++ ../LICENSE
# @@ -13,7 +13,7 @@
#
#  COPYRIGHT AND PERMISSION NOTICE
#
# -Copyright © 1991-2022 Unicode, Inc. All rights reserved.
# +Copyright © 1991-2023 Unicode, Inc. All rights reserved.
#  Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
#
#  Permission is hereby granted, free of charge, to any person obtaining
#
#

SUMMARY = "International Component for Unicode libraries"
DESCRIPTION = "The International Component for Unicode (ICU) is a mature, \
portable set of C/C++ and Java libraries for Unicode support, software \
       rm -f ${D}/${datadir}/${BPN}/${@icu_install_folder(d)}/icudt${ICU_MAJOR_VER}b.dat
       icupkg -tb ${S}/data/in/icudt${ICU_MAJOR_VER}l.dat ${D}/${datadir}/${BPN}/${@icu_install_folder(d)}/icudt${ICU_MAJOR_VER}b.dat
   fi
	

	# Remove build host references...
	sed -i  \
	    -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \

BBCLASSEXTEND = "native nativesdk"

LIC_FILES_CHKSUM = "file://../LICENSE;md5= a89d03060ff9c46552434dbd1fe3ed1f "
LIC_FILES_CHKSUM = "file://../LICENSE;md5= 80c2cf39ad8ae12b9b9482a1737c6650 "

def icu_download_version(d):
   pvsplit = d.getVar('PV').split('-')
SRC_URI:append:class-target = "\
          file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
         "
SRC_URI[code.sha256sum] = "a 2d2d38217092a7ed56635e34467f92f976b370e20182ad325edea6681a71d68 "
SRC_URI[data.sha256sum] = " ee19f876507d6c23d9e0a2b631096f6b0eaa6fa61728c33a89efdb55e3385dea "
SRC_URI[code.sha256sum] = "a 457431de164b4aa7eca00ed134d00dfbf88a77c6986a10ae7774fc076bb8c45 "
SRC_URI[data.sha256sum] = " 07d7557efb30fc2e9b74652f1525603b3209a4539d2d345d704e3df3bf9b957e "

UPSTREAM_CHECK_REGEX = "releases/tag/release-(?P<pver>(?!.+rc).+)"
GITHUB_BASE_URI = "https://github.com/unicode-org/icu/releases"

[-- Attachment #2: Type: text/html, Size: 5291 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-19 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-19 13:15 [PATCH] icu: upgrade 72-1 -> 73-1 florian.cathelineau
2023-04-19 13:33 ` [OE-core] " Yoann Congal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox