From 855f6e256c4058c67e4877e2dfa2f7a2c8c223f4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Jan 2025 10:34:18 +0000 Subject: xxhash: upgrade 0.8.2 -> 0.8.3 (From OE-Core rev: 15216916a2ea00738553ff96734e90146a1f184c) Signed-off-by: Richard Purdie --- meta/recipes-support/xxhash/xxhash_0.8.2.bb | 27 --------------------------- meta/recipes-support/xxhash/xxhash_0.8.3.bb | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta/recipes-support/xxhash/xxhash_0.8.2.bb create mode 100644 meta/recipes-support/xxhash/xxhash_0.8.3.bb (limited to 'meta') diff --git a/meta/recipes-support/xxhash/xxhash_0.8.2.bb b/meta/recipes-support/xxhash/xxhash_0.8.2.bb deleted file mode 100644 index f16b183c95..0000000000 --- a/meta/recipes-support/xxhash/xxhash_0.8.2.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Extremely fast non-cryptographic hash algorithm" -DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \ -working at speeds close to RAM limits." -HOMEPAGE = "http://www.xxhash.com/" -LICENSE = "BSD-2-Clause & GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \ - file://cli/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - " - -SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https" -UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" - -SRCREV = "bbb27a5efb85b92a0486cf361a8635715a53f6ba" - -S = "${WORKDIR}/git" - -CFLAGS += "${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Og', '-DXXH_NO_INLINE_HINTS', '', d)}" - -do_compile () { - oe_runmake all -} - -do_install () { - oe_runmake DESTDIR=${D} install -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/xxhash/xxhash_0.8.3.bb b/meta/recipes-support/xxhash/xxhash_0.8.3.bb new file mode 100644 index 0000000000..227649854e --- /dev/null +++ b/meta/recipes-support/xxhash/xxhash_0.8.3.bb @@ -0,0 +1,27 @@ +SUMMARY = "Extremely fast non-cryptographic hash algorithm" +DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \ +working at speeds close to RAM limits." +HOMEPAGE = "http://www.xxhash.com/" +LICENSE = "BSD-2-Clause & GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \ + file://cli/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + " + +SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https" +UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" + +SRCREV = "e626a72bc2321cd320e953a0ccf1584cad60f363" + +S = "${WORKDIR}/git" + +CFLAGS += "${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Og', '-DXXH_NO_INLINE_HINTS', '', d)}" + +do_compile () { + oe_runmake all +} + +do_install () { + oe_runmake DESTDIR=${D} install +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf