aboutsummaryrefslogtreecommitdiff
path: root/utils/attr
Commit message (Collapse)AuthorAge
* attr: update to 2.5.2Maxim Storchak2024-02-10
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* 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>
* attr: update to 2.5.1Maxim Storchak2021-03-21
| | | | | | - swith to AUTORELEASE Signed-off-by: Maxim Storchak <m.storchak@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>
* attr: Backport upstream patch fixing compilation without bzeroRosen Penev2019-08-13
| | | | | | | | Fixed up License information. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* attr: Switch to tarball releasesRosen Penev2018-07-15
| | | | | | | | Simplifies the Makefile. Should be faster to download. This is equivalent to the current version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* attr: update to 20170915Maxim Storchak2017-12-09
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* attr: add PKG_MIRROR_HASHHauke Mehrtens2017-06-05
| | | | | | | Use the LEDE mirror in case the git repository if unavailable like it currently is. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* attr: use git over HTTPLuiz Angelo Daros de Luca2016-11-22
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* attr: update to 20160302Maxim Storchak2016-06-13
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
| | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* attr: update to 20150922Maxim Storchak2015-11-08
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* attr: update to 20150220Maxim Storchak2015-03-03
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* attr: use generic autoreconf fixupJo-Philipp Wich2015-02-07
| | | | | | | | | Use the generic autoreconf facility to pickup proper variants of autoconf, automake and libtool. Remove the unneeded Build/Prepare override. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* attr: update to 20141020, add license filesMaxim Storchak2014-12-14
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, ↵Maxim Storchak2014-08-09
| | | | | | haserl, smartmontools, tmux Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* attr: remove bogus KCONFIG overridesFelix Fietkau2014-08-01
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* attr: add xattr tools and libsMaxim Storchak2014-06-27
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>