summaryrefslogtreecommitdiff
path: root/recipes/stress/stress_1.0.4.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-12-18 12:48:41 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-12-18 12:48:41 +0100
commit82c7144c1c07cea8c00e97be7adb8e7ce76e64b4 (patch)
treee00274f65ba3f1c0b5fd597c335294a032ceedd0 /recipes/stress/stress_1.0.4.bb
parenta1a29abd25b6f968b3b1e6ce429b52af1a443f24 (diff)
stress: fix build, texinfo errors
newer distro's tools give the following errors. stress.texi:68: @itemx must follow @item ported from meta-linaro: From e8ba4b6db2c3ec2be54f74d0177bbce2df3f0714 Mon Sep 17 00:00:00 2001 From: Riku Voipio <riku.voipio@linaro.org> Date: Mon, 1 Jul 2013 12:36:23 +0300 Subject: [PATCH] meta-linaro: fix stress build incompatible texinfo changes broke this build
Diffstat (limited to 'recipes/stress/stress_1.0.4.bb')
-rw-r--r--recipes/stress/stress_1.0.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/stress/stress_1.0.4.bb b/recipes/stress/stress_1.0.4.bb
index b6ee07e..66257aa 100644
--- a/recipes/stress/stress_1.0.4.bb
+++ b/recipes/stress/stress_1.0.4.bb
@@ -12,7 +12,10 @@ MIRRORS_prepend () {
http://weather.ou.edu/~apw/projects/stress/ http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-1.0.4.tar.gz/a607afa695a511765b40993a64c6e2f4/
}
-SRC_URI="http://weather.ou.edu/~apw/projects/stress/stress-${PV}.tar.gz"
+SRC_URI=" \
+ http://weather.ou.edu/~apw/projects/stress/stress-${PV}.tar.gz \
+ file://texinfo.patch \
+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4"