Fixes build issues with Linaro gcc7

Signed-off-by: Denys Dmytriyenko <de...@ti.com>
---
 .../stress-ng/{stress-ng_0.07.25.bb => stress-ng_0.09.09.bb}       | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
 rename meta-arago-extras/recipes-devtools/stress-ng/{stress-ng_0.07.25.bb => 
stress-ng_0.09.09.bb} (69%)

diff --git a/meta-arago-extras/recipes-devtools/stress-ng/stress-ng_0.07.25.bb 
b/meta-arago-extras/recipes-devtools/stress-ng/stress-ng_0.09.09.bb
similarity index 69%
rename from meta-arago-extras/recipes-devtools/stress-ng/stress-ng_0.07.25.bb
rename to meta-arago-extras/recipes-devtools/stress-ng/stress-ng_0.09.09.bb
index 63b939d..c6ac793 100644
--- a/meta-arago-extras/recipes-devtools/stress-ng/stress-ng_0.07.25.bb
+++ b/meta-arago-extras/recipes-devtools/stress-ng/stress-ng_0.09.09.bb
@@ -5,13 +5,14 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 DEPENDS = "zlib libaio"
 
-SRC_URI = "http://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.gz";
+SRC_URI = "http://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz";
 
-SRC_URI[md5sum] = "cc2cecc81ff367976b3dbb68e9959cfd"
-SRC_URI[sha256sum] = 
"9143c1e78c92612c6a58913c2035c0039e1fe9ff72f99148f049abe47c167224"
+SRC_URI[md5sum] = "6e4df71095e780654ccc0a713b8423fe"
+SRC_URI[sha256sum] = 
"e993fddb1d990a0cdb23b2af6cf6c417a1c09e155ada7c558ad80eae8a5feed3"
 
 CFLAGS += "-Wall -Wextra -DVERSION='"$(VERSION)"' -O2"
 
 do_install() {
        oe_runmake DESTDIR=${D} install
+       chown -R root:root ${D}
 }
-- 
2.7.4

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to