Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | xxhash: Fix pkg-config metadata file | Jeffery To | 2023-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.1 | Julien Malik | 2022-11-26 |
Signed-off-by: Julien Malik <julien.malik@paraiso.me> |