aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2017-11-13 11:01:23 -0600
committerAníbal Limón <anibal.limon@linaro.org>2017-11-13 11:01:23 -0600
commit0313c6d13645fb32a592d807ef1c7a527cb1efa4 (patch)
tree946773f64b1b00ec538023a142c2fe4055bb6f64
parentbd4487ec3d11921ac19cbff315765ed468b26d1e (diff)
meta-linaro/recipes-extra: Remove stress-ng recipe
Now is part of meta-oe master [1]. [1] http://git.openembedded.org/meta-openembedded/commit/?id=79c5e2c723 Change-Id: I13bb740b38003b4c9da9e532e66f3248ae3d5ef4 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--meta-linaro/recipes-extra/stress-ng/stress-ng_0.08.17.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-linaro/recipes-extra/stress-ng/stress-ng_0.08.17.bb b/meta-linaro/recipes-extra/stress-ng/stress-ng_0.08.17.bb
deleted file mode 100644
index f8b0a0d2..00000000
--- a/meta-linaro/recipes-extra/stress-ng/stress-ng_0.08.17.bb
+++ /dev/null
@@ -1,18 +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.gz"
-
-SRC_URI[md5sum] = "e0f6497a8c06f5d652bc2ad88d449c12"
-SRC_URI[sha256sum] = "37cc73e42f5bdb0e0571ba88f6a69b8f05ee28e51afcafc2231c1058b1a5dd18"
-
-CFLAGS += "-Wall -Wextra -DVERSION='"$(VERSION)"' -O2"
-
-do_install_append() {
- install -d ${D}${bindir}
- install -m 755 ${S}/stress-ng ${D}${bindir}/stress-ng
-}