* [Buildroot] [PATCH 1/1] package/mbw: bump to version 2.0
@ 2023-05-21 8:20 Guillaume W. Bres
2023-07-27 22:29 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume W. Bres @ 2023-05-21 8:20 UTC (permalink / raw)
To: buildroot; +Cc: Guillaume W. Bres, Fabrice Fontaine
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
---
...1-CMakeLists.txt-fix-build-without-C.patch | 38 -------------------
package/mbw/mbw.hash | 4 +-
package/mbw/mbw.mk | 6 +--
3 files changed, 5 insertions(+), 43 deletions(-)
delete mode 100644 package/mbw/0001-CMakeLists.txt-fix-build-without-C.patch
diff --git a/package/mbw/0001-CMakeLists.txt-fix-build-without-C.patch b/package/mbw/0001-CMakeLists.txt-fix-build-without-C.patch
deleted file mode 100644
index 2c2585ebe2..0000000000
--- a/package/mbw/0001-CMakeLists.txt-fix-build-without-C.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 059f67459912bba6d7f605b7c43519ff547f3a80 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Sun, 7 Aug 2022 11:34:19 +0200
-Subject: [PATCH] CMakeLists.txt: fix build without C++
-
-Fix the following build failure without C++:
-
-CMake Error at CMakeLists.txt:3 (project):
- No CMAKE_CXX_COMPILER could be found.
-
- Tell CMake where to find the compiler by setting either the environment
- variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
- to the compiler, or to the compiler name if it is in the PATH.
-
-Fixes:
- - http://autobuild.buildroot.org/results/17e2d6e6d6ddf7845a37a8bbf733faf40d9faa61
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Upstream status: https://github.com/raas/mbw/pull/14]
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d3d4fcd..3b2cb3e 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,6 +1,6 @@
- cmake_minimum_required(VERSION 3.10)
-
--project(mbw VERSION 1.5)
-+project(mbw VERSION 1.5 LANGUAGES C)
-
- add_executable(mbw mbw.c)
- install(TARGETS mbw DESTINATION bin)
---
-2.35.1
-
diff --git a/package/mbw/mbw.hash b/package/mbw/mbw.hash
index 74e38992de..d58d7a5d44 100644
--- a/package/mbw/mbw.hash
+++ b/package/mbw/mbw.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 3c396ce09bb78c895e4d45e99b1ae07f80e3ea5eee59d78ed2048a7f2ae591ae mbw-1.5.tar.gz
-sha256 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1 mbw.spec
+sha256 557f670e13ff663086fe239e4184d8ca6154b004bd5fde2b0a748e5aa543c87f mbw-2.0.tar.gz
+sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 LICENSE
diff --git a/package/mbw/mbw.mk b/package/mbw/mbw.mk
index 755a9f5293..04d6ea3494 100644
--- a/package/mbw/mbw.mk
+++ b/package/mbw/mbw.mk
@@ -4,9 +4,9 @@
#
################################################################################
-MBW_VERSION = 1.5
+MBW_VERSION = 2.0
MBW_SITE = $(call github,raas,mbw,v$(MBW_VERSION))
-MBW_LICENSE = LGPL-2.1
-MBW_LICENSE_FILES = mbw.spec
+MBW_LICENSE = GPL-3.0+
+MBW_LICENSE_FILES = LICENSE
$(eval $(cmake-package))
--
2.20.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/mbw: bump to version 2.0
2023-05-21 8:20 [Buildroot] [PATCH 1/1] package/mbw: bump to version 2.0 Guillaume W. Bres
@ 2023-07-27 22:29 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-27 22:29 UTC (permalink / raw)
To: Guillaume W. Bres; +Cc: buildroot, Fabrice Fontaine
On Sun, 21 May 2023 10:20:32 +0200
"Guillaume W. Bres" <guillaume.bressaix@gmail.com> wrote:
> Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
> ---
> ...1-CMakeLists.txt-fix-build-without-C.patch | 38 -------------------
> package/mbw/mbw.hash | 4 +-
> package/mbw/mbw.mk | 6 +--
> 3 files changed, 5 insertions(+), 43 deletions(-)
> delete mode 100644 package/mbw/0001-CMakeLists.txt-fix-build-without-C.patch
Applied to master, thanks. It would have been nice to have some details
in the commit log: the move to GPL-3.0, and the reason why the patch is
removed. I slightly extended the commit log with those details.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-27 22:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-21 8:20 [Buildroot] [PATCH 1/1] package/mbw: bump to version 2.0 Guillaume W. Bres
2023-07-27 22:29 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox