* [meta-oe][hardknott][PATCH 1/3] dbus-cxx: fix fetch error.
@ 2022-01-29 14:21 Armin Kuster
2022-01-29 14:21 ` [meta-oe][hardknott][PATCH 2/3] spidev-test: Update common-licenses reference Armin Kuster
2022-01-29 14:21 ` [meta-oe][hardknott][PATCH 3/3] dbus-daemon-proxy: add missing `return` statement Armin Kuster
0 siblings, 2 replies; 3+ messages in thread
From: Armin Kuster @ 2022-01-29 14:21 UTC (permalink / raw)
To: openembedded-devel
Upstream created a branch for the sources for this version.
update accordingly
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
index 79fb2f5100..099564eb34 100644
--- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
+++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=4cf0188f02184e1e84b9586ac53c3f83"
FILEEXTRAPATHS_prepend = "${THISDIR}/files"
-SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=dbus-cxx-0.y;protocol=https"
SRC_URI += "file://fix_build_musl.patch"
SRCREV = "ea7f8e361d11dc7d41d9ae2c4128aed2cdadd84e"
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [meta-oe][hardknott][PATCH 2/3] spidev-test: Update common-licenses reference
2022-01-29 14:21 [meta-oe][hardknott][PATCH 1/3] dbus-cxx: fix fetch error Armin Kuster
@ 2022-01-29 14:21 ` Armin Kuster
2022-01-29 14:21 ` [meta-oe][hardknott][PATCH 3/3] dbus-daemon-proxy: add missing `return` statement Armin Kuster
1 sibling, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2022-01-29 14:21 UTC (permalink / raw)
To: openembedded-devel; +Cc: Daniel Klauer, Khem Raj
From: Daniel Klauer <daniel.klauer@gin.de>
The license files were renamed in oe-core to match the SPDX names.
Most recipes here were already updated in commit ed54f12e19
("recipes: Update common-licenses references to match new names"),
but spidev-test was still missing.
Signed-off-by: Daniel Klauer <daniel.klauer@gin.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
meta-oe/recipes-kernel/spidev-test/spidev-test.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-kernel/spidev-test/spidev-test.bb b/meta-oe/recipes-kernel/spidev-test/spidev-test.bb
index 6626302919..974cb1e93c 100644
--- a/meta-oe/recipes-kernel/spidev-test/spidev-test.bb
+++ b/meta-oe/recipes-kernel/spidev-test/spidev-test.bb
@@ -1,7 +1,7 @@
SUMMARY = "Test SPI devices"
DESCRIPTION = "SPI testing utility using the spidev driver"
LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
PROVIDES = "virtual/spidev-test"
inherit bash-completion kernelsrc kernel-arch
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [meta-oe][hardknott][PATCH 3/3] dbus-daemon-proxy: add missing `return` statement
2022-01-29 14:21 [meta-oe][hardknott][PATCH 1/3] dbus-cxx: fix fetch error Armin Kuster
2022-01-29 14:21 ` [meta-oe][hardknott][PATCH 2/3] spidev-test: Update common-licenses reference Armin Kuster
@ 2022-01-29 14:21 ` Armin Kuster
1 sibling, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2022-01-29 14:21 UTC (permalink / raw)
To: openembedded-devel; +Cc: Leif Middelschulte
From: Leif Middelschulte <Leif.Middelschulte@klsmartin.com>
The missing `return` statement leads to a `SIGABRT`.
Signed-off-by: Leif Middelschulte <Leif.Middelschulte@klsmartin.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
...1-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch b/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch
index 2c4ca057f2..1c2fc3813f 100644
--- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch
+++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch
@@ -21,7 +21,7 @@ index 009e4fd..f3f0d80 100644
if (!dbus_conn)
- return;
-+ DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
++ return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
if (verbose)
g_print ("New message from server: type='%d' path='%s' iface='%s'"
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-29 14:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-29 14:21 [meta-oe][hardknott][PATCH 1/3] dbus-cxx: fix fetch error Armin Kuster
2022-01-29 14:21 ` [meta-oe][hardknott][PATCH 2/3] spidev-test: Update common-licenses reference Armin Kuster
2022-01-29 14:21 ` [meta-oe][hardknott][PATCH 3/3] dbus-daemon-proxy: add missing `return` statement Armin Kuster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox