aboutsummaryrefslogtreecommitdiff
path: root/utils/xxhash
Commit message (Collapse)AuthorAge
* xxhash: build with cmakeRosen Penev2024-04-20
| | | | | | Faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xxhash: switch to local git tarballsRosen Penev2024-04-20
| | | | | | Smaller and avoids having to use PKG_UNPACK. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xxhash: update to 0.8.2krant2024-02-07
| | | | | | - Switch URL to the official one Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: fix licence typosFabrice Fontaine2024-01-31
| | | | | | | | | | | | | - PKG_LICENCE -> PKG_LICENSE - PKC_LICENSE_FILES -> PKG_LICENSE_FILES - BSD 3-Clause -> BSD-3-Clause - BSD-3-clause -> BSD-3-Clause - BSD-2-clause -> BSD-2-Clause - Public Domain -> Public-Domain - PublicDomain -> Public-Domain - Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* xxhash: Fix pkg-config metadata fileJeffery To2023-04-24
| | | | | | | | | | | | | | Currently, Build/InstallDev installs libxxhash.pc.in, which is the template for libxxhash.pc and does not contain the correct information. (pkg-config also does not recognize this file name.) This uses PKG_INSTALL:=1 so that libxxhash.pc is generated (by 'make install'). This also removes the need to override Build/Prepare by setting the correct command in PKG_UNPACK. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* xxhash: add package for 0.8.1Julien Malik2022-11-26
Signed-off-by: Julien Malik <julien.malik@paraiso.me>