On Mon, Dec 09, 2024 at 12:20:55PM +0100, Michael Tretter wrote: > While at it, set STRESS_NG_LICENCE_FILES to the COPYING file. >
It will now use libacl, libgmp and libmpfr if found. You either need to select those or make sure that they are not found. Michael > Signed-off-by: Michael Tretter <[email protected]> > --- > rules/stress-ng.make | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/rules/stress-ng.make b/rules/stress-ng.make > index 610a82b551f0..5471cdefcf45 100644 > --- a/rules/stress-ng.make > +++ b/rules/stress-ng.make > @@ -14,14 +14,15 @@ PACKAGES-$(PTXCONF_STRESS_NG) += stress-ng > # > # Paths and names > # > -STRESS_NG_VERSION := 0.14.06 > -STRESS_NG_MD5 := 641d3be771a0350d0234d89cbab8834d > +STRESS_NG_VERSION := 0.18.07 > +STRESS_NG_MD5 := dad04f856e366651935503f99a5d401b > STRESS_NG := stress-ng-$(STRESS_NG_VERSION) > STRESS_NG_SUFFIX := tar.gz > STRESS_NG_URL := > https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V$(STRESS_NG_VERSION).$(STRESS_NG_SUFFIX) > STRESS_NG_SOURCE := $(SRCDIR)/$(STRESS_NG).$(STRESS_NG_SUFFIX) > STRESS_NG_DIR := $(BUILDDIR)/$(STRESS_NG) > STRESS_NG_LICENSE := GPL-2.0-or-later > +STRESS_NG_LICENSE_FILES := > file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 > > # > ---------------------------------------------------------------------------- > # Prepare > -- > 2.39.5 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
