All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko/master][PATCH 1/2] openssl: rename bbappend to match update from 1.0.2l to 1.0.2m
@ 2018-01-11 21:34 Denys Dmytriyenko
  2018-01-11 21:34 ` [rocko/master][PATCH 2/2] stress-ng: update to version 0.09.09 Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-01-11 21:34 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../openssl/{openssl_1.0.2l.bbappend => openssl_1.0.2m.bbappend}          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-arago-distro/recipes-connectivity/openssl/{openssl_1.0.2l.bbappend => openssl_1.0.2m.bbappend} (100%)

diff --git a/meta-arago-distro/recipes-connectivity/openssl/openssl_1.0.2l.bbappend b/meta-arago-distro/recipes-connectivity/openssl/openssl_1.0.2m.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-connectivity/openssl/openssl_1.0.2l.bbappend
rename to meta-arago-distro/recipes-connectivity/openssl/openssl_1.0.2m.bbappend
-- 
2.7.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [rocko/master][PATCH 2/2] stress-ng: update to version 0.09.09
  2018-01-11 21:34 [rocko/master][PATCH 1/2] openssl: rename bbappend to match update from 1.0.2l to 1.0.2m Denys Dmytriyenko
@ 2018-01-11 21:34 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-01-11 21:34 UTC (permalink / raw)
  To: meta-arago

Fixes build issues with Linaro gcc7

Signed-off-by: Denys Dmytriyenko <denys@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-11 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-11 21:34 [rocko/master][PATCH 1/2] openssl: rename bbappend to match update from 1.0.2l to 1.0.2m Denys Dmytriyenko
2018-01-11 21:34 ` [rocko/master][PATCH 2/2] stress-ng: update to version 0.09.09 Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.