From a1dc339d5c22a50bd934a924a36703da09dc64e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 30 Nov 2017 12:56:58 +0100 Subject: [PATCH] mdds-1: update 1.1.0 -> 1.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- ...igure.ac-remove-fixed-paths-causing-trouble-when.patch | 8 ++++---- recipes-support/mdds/{mdds-1_1.1.0.bb => mdds-1_1.3.1.bb} | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename recipes-support/mdds/{mdds-1_1.1.0.bb => mdds-1_1.3.1.bb} (77%) diff --git a/recipes-support/mdds/mdds-1/0001-configure.ac-remove-fixed-paths-causing-trouble-when.patch b/recipes-support/mdds/mdds-1/0001-configure.ac-remove-fixed-paths-causing-trouble-when.patch index 2ecbf41..7b2b472 100644 --- a/recipes-support/mdds/mdds-1/0001-configure.ac-remove-fixed-paths-causing-trouble-when.patch +++ b/recipes-support/mdds/mdds-1/0001-configure.ac-remove-fixed-paths-causing-trouble-when.patch @@ -1,6 +1,6 @@ From a3fcf20a65c476b5b8a3f92ed3e950838f9e21b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Sun, 13 Mar 2016 01:04:20 +0100 +Date: Thu, 30 Nov 2017 12:55:30 +0100 Subject: [PATCH] configure.ac: remove fixed paths causing trouble when cross compiling MIME-Version: 1.0 @@ -15,17 +15,17 @@ Signed-off-by: Andreas Müller 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac -index d135a2a..09ff3d7 100644 +index f1c9003..1721444 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,6 @@ AC_SUBST(MISCDIR) AC_SUBST(QUICKCHECKDIR) - CPPFLAGS="$CPPFLAGS -Wall -Os -g -pedantic-errors -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -std=c++11" + CPPFLAGS="$CPPFLAGS -Wall -O2 -g -pedantic-errors -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -std=c++11" -CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include" if test "$debug_stdcxx" = "yes"; then CPPFLAGS="$CPPFLAGS -D_GLIBCXX_DEBUG" -- -2.5.0 +2.9.5 diff --git a/recipes-support/mdds/mdds-1_1.1.0.bb b/recipes-support/mdds/mdds-1_1.3.1.bb similarity index 77% rename from recipes-support/mdds/mdds-1_1.1.0.bb rename to recipes-support/mdds/mdds-1_1.3.1.bb index efd1879..43e2478 100644 --- a/recipes-support/mdds/mdds-1_1.1.0.bb +++ b/recipes-support/mdds/mdds-1_1.3.1.bb @@ -9,8 +9,8 @@ SRC_URI = " \ http://kohei.us/files/mdds/src/mdds-${PV}.tar.bz2 \ file://0001-configure.ac-remove-fixed-paths-causing-trouble-when.patch \ " -SRC_URI[md5sum] = "c300541adac09008aa4a305eacd1dca6" -SRC_URI[sha256sum] = "4253ab93fe8bb579321a50e247f1f800191ab99fe2d8c6c181741b8bd3fb161f" +SRC_URI[md5sum] = "913ef8b1680ad8b8407c3a4bb0c82634" +SRC_URI[sha256sum] = "dcb8cd2425567a5a5ec164afea475bce57784bca3e352ad4cbdd3d1a7e08e5a1" S = "${WORKDIR}/mdds-${PV}"