08fe324b8b
Fixes following autobuilder errors: http://autobuild.buildroot.net/results/b527ccdbdfeaba6789528e68df93d9c7216e758a/ http://autobuild.buildroot.net/results/d658f82c66d93515276dcb6cec8d3690459fbf05/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
23 lines
599 B
Makefile
23 lines
599 B
Makefile
################################################################################
|
|
#
|
|
# stress-ng
|
|
#
|
|
################################################################################
|
|
|
|
STRESS_NG_VERSION = 0.06.02
|
|
STRESS_NG_SITE = http://kernel.ubuntu.com/~cking/tarballs/stress-ng
|
|
STRESS_NG_LICENSE = GPLv2+
|
|
STRESS_NG_LICENSE_FILES = COPYING
|
|
|
|
STRESS_NG_DEPENDENCIES = attr keyutils
|
|
|
|
define STRESS_NG_BUILD_CMDS
|
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
|
endef
|
|
|
|
define STRESS_NG_INSTALL_TARGET_CMDS
|
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
|
|
endef
|
|
|
|
$(eval $(generic-package))
|