aboutsummaryrefslogtreecommitdiff
path: root/libs/libaio
Commit message (Collapse)AuthorAge
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* libaio: opt out of lto usageJavier Marcet2023-07-10
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* libaio: update to 0.3.113Rosen Penev2022-11-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libaio: remove myself as maintainerRosen Penev2020-03-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libaio: Update to 0.3.112Rosen Penev2019-06-18
| | | | | | Replace inactive maintainer with myself. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libaio: Backport DESTDIR patch to simplify the MakefileRosen Penev2019-06-07
| | | | | | | | Fixes issue where OpenWrt CFLAGS like relro were not being passed. Updated license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libaio: Update to 0.3.111Rosen Penev2018-11-06
| | | | | | | | Switched to new upstream at pagure.io. Refreshed debian patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Revert "libaio: Update to 0.3.111"Hannu Nyman2018-10-28
| | | | | | This reverts commit bf9f9195514f48da238719532c4d412d6648c44f. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* libaio: Update to 0.3.111Rosen Penev2018-09-30
| | | | | | | | | | | | | | Switched to new upstream at pagure.io. Refreshed debian patches. Added KERNEL_AIO dependency. Even though the generic kernel config lists CONFIG_AIO=y, it's still disabled by default. This fixes all packages that depend on libaio. Added myself as maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libaio: update to 0.3.110, bump copyright, add licenseSteven Barth2014-12-17
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* libaio: initial packageSteven Barth2014-06-11