aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/stress-ng/stress-ng_0.09.14.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-12 23:43:15 -0700
committerKhem Raj <raj.khem@gmail.com>2018-08-15 08:20:06 -0700
commiteedd174a26b712a44a9ba9bb0c69094bc70d8bd2 (patch)
tree28503313c28b2a481811f474a4139c207b9438eb /meta-oe/recipes-test/stress-ng/stress-ng_0.09.14.bb
parentada136e89fe54eb1474bd2b85e846108fb447794 (diff)
downloadmeta-openembedded-contrib-eedd174a26b712a44a9ba9bb0c69094bc70d8bd2.tar.gz
stress-ng: Upgrade to 0.09.37
Carries fixes needed for building with glibc 2.28+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/stress-ng/stress-ng_0.09.14.bb')
-rw-r--r--meta-oe/recipes-test/stress-ng/stress-ng_0.09.14.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-oe/recipes-test/stress-ng/stress-ng_0.09.14.bb b/meta-oe/recipes-test/stress-ng/stress-ng_0.09.14.bb
deleted file mode 100644
index 7fab43025f..0000000000
--- a/meta-oe/recipes-test/stress-ng/stress-ng_0.09.14.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "A tool to load and stress a computer system"
-HOMEPAGE = "http://kernel.ubuntu.com/~cking/stress-ng/"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-
-DEPENDS = "zlib libaio"
-
-SRC_URI = "http://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
- file://0002-stress-fcntl-fix-build-for-musl.patch \
- "
-SRC_URI_append_libc-musl = " \
- file://0001-Several-changes-to-fix-musl-build.patch \
- "
-SRC_URI[md5sum] = "1f8b6c2c2830704d2a2814c16082d48e"
-SRC_URI[sha256sum] = "02cac34a5cb041197af60c1867844c6cbb089a6d10a38cdcf7b8f27bfaa6ef8f"
-
-UPSTREAM_CHECK_URI ?= "http://kernel.ubuntu.com/~cking/tarballs/${BPN}/"
-UPSTREAM_CHECK_REGEX ?= "(?P<pver>\d+(\.\d+)+)\.tar"
-
-CFLAGS += "-Wall -Wextra -DVERSION='"$(VERSION)"'"
-
-do_install_append() {
- install -d ${D}${bindir}
- install -m 755 ${S}/stress-ng ${D}${bindir}/stress-ng
-}