From patchwork Sat Jan 29 14:21:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 3094 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2368C433F5 for ; Sat, 29 Jan 2022 14:21:55 +0000 (UTC) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mx.groups.io with SMTP id smtpd.web12.6260.1643466115281262145 for ; Sat, 29 Jan 2022 06:21:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=jjdYHZgB; spf=pass (domain: gmail.com, ip: 209.85.214.169, mailfrom: akuster808@gmail.com) Received: by mail-pl1-f169.google.com with SMTP id j16so8690610plx.4 for ; Sat, 29 Jan 2022 06:21:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=CJB6iv8zk6YQJUH8NGgmkGs6UUD5tdIITy1j5V4QKiw=; b=jjdYHZgB1WzNo/hk/mKLlHEFO8xVK639795q7cO4fiStB8+CONi6BVNpfX+KDY78nR +acZdJEzREkLUaE8KOxV1bugdTi0K/XEUw6HN0xQ8ubdA8/QS1w0IK6TjgA1C9i83YfB lSNAx6DmwADYXkw+lunGsRZShwaBvUrgPB22wNkFmkdgeJpCOGZkQ0glmUGfprvus1PO mqrmUgMRIz3btWz/d2jphUncqD1HUxGEB5Kn+FO469PewAtDClvt0YxgihWaNycUct7r 6TFbkl/UTT8lES3XJVtoUF6tRLJ6lwgO56StZIH5B0YWuLcaw9BjRgwqvqEqJ+ITbacJ /9+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=CJB6iv8zk6YQJUH8NGgmkGs6UUD5tdIITy1j5V4QKiw=; b=ftC6W4wuLeaOb3mMXRC4Vtd54+DEMoRl5+Nsgp7IdRLYj0oFMlTyFafeDcvQBk+VVw GzZ8Sv9ysAoQOXrgf6GD21CR/jX+stbfSRkZX0fL51r0ZWu5KDNxIJVXgB8uVoM2j6Jw WfLyG5WKt8fDUQxM9WeLvGrWfUogVQqNX1JJfHnjUfxeaDyMfz/LTwOCzcK8t3ge6+KF oa2hWaIr8aFqTPfifFtStgEu4VlZQS+fzwH6RPs1SdzJq21Hkk/A+9YTGke2mvQwmFoj 5rYzlSt5m3u4cw8Rv7WRd+eNZPRRwWDcIWbciZqJEBtNrDYtRzSnQ92QOn7fLi0WGAqH PGaA== X-Gm-Message-State: AOAM531SoGOuy76kK8/23dF00LcsdpePfDH85BNwaUf4n8OAaF4EB/Mj uKVPu7YaTByhXJWE5zLNfX6nUSOShMHXag== X-Google-Smtp-Source: ABdhPJwI8bHHKm85k9Y3B6EpV8W2U7QVXQw4hhevHoAhuAphUg69RBKR0Gxcv60RXtLf2epIlbJjpg== X-Received: by 2002:a17:902:c10c:: with SMTP id 12mr13544468pli.111.1643466114655; Sat, 29 Jan 2022 06:21:54 -0800 (PST) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:d32b:593f:f15f:8524]) by smtp.gmail.com with ESMTPSA id 9sm4498304pjg.50.2022.01.29.06.21.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 29 Jan 2022 06:21:54 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][hardknott][PATCH 1/3] dbus-cxx: fix fetch error. Date: Sat, 29 Jan 2022 06:21:51 -0800 Message-Id: <20220129142153.3829490-1-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 29 Jan 2022 14:21:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95170 Upstream created a branch for the sources for this version. update accordingly Signed-off-by: Armin Kuster --- 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" From patchwork Sat Jan 29 14:21:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 3095 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DCD0AC433EF for ; Sat, 29 Jan 2022 14:21:56 +0000 (UTC) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mx.groups.io with SMTP id smtpd.web10.6404.1643466116118883336 for ; Sat, 29 Jan 2022 06:21:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=pMhSV2KI; spf=pass (domain: gmail.com, ip: 209.85.216.46, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f46.google.com with SMTP id s61-20020a17090a69c300b001b4d0427ea2so13686708pjj.4 for ; Sat, 29 Jan 2022 06:21:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=zgzSs8MzYNjULrz13bDlT7J5FFkYtj+BYjiyYNdwK28=; b=pMhSV2KIPSaZsn7Px3aEGnsD+bgXPmEATfYsLZ6U3wB1wGvreyAilw4xF1GpnXcq6v EIo4lZjG2HNsVnc91HD547B0Ex7EhDh/pzSNNBxKU13fXerOBwGaZsVuprk5pZFUnE4N xM2g3HIph5YJcX2JQjiDYUZYaFp4d2338owUx5JmXNhKZpFxzmIpPaCT7FQmTz1UyP3m OgIh6zGND/9y1JnT84SxClBWoH5u645YovRCR236AB5E/z6Vka/IU3vA98OXbDN7AtuG 1eSMcpWuynUADNrydTNMg7jftBNKGcDUbI6nLl6U57+8mpHEKPRAfYWmEzA0eUWKXx2j 41yA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=zgzSs8MzYNjULrz13bDlT7J5FFkYtj+BYjiyYNdwK28=; b=RVY/NwvCp6qSf+NHDzxecFHY9+jW47LenuwDDcJkr/mmHN3+WfMNT7nwIoN7uSuPwN ZBZkgdf3ikUH3cQTB07ba1Gmzjig2jYCtSbLf4N7gjRp6DYcTC5mTz53fgLsQPqEhvuC SipEgTPjWyOFwh/ozuKUQSThI31xsYp0JWb4dS25iJmT3HfSQ9mgOu6933VzdLC/QbOF wRA6/VFJXqEFxWemLbQU5xF8UwgKOjjcm9H4FDtr42/x2ILxlEhBmIW9bBrfuHbQdLBV mPYuzXLw8SHAzV/AIZ9SKYPK1rymcTH3OncGfdG+ADsn1OukeFpf24bmWokLj1smtZuP SFvA== X-Gm-Message-State: AOAM533A7iBlMZ06bkvNS0DxgtsyutDdlp4I86Ut8H+v0PqnevkLuykg jzWEG4HjEYzYnM8rGvnWWix5nssHMudNYw== X-Google-Smtp-Source: ABdhPJzt6MsZ4i/CvFYetZ807mProyNyHLZp+VnEUlp83AFPt+8jnmrJ96h9MwqI4HO70F6D2J7/ZA== X-Received: by 2002:a17:902:ecc5:: with SMTP id a5mr12807580plh.30.1643466115504; Sat, 29 Jan 2022 06:21:55 -0800 (PST) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:d32b:593f:f15f:8524]) by smtp.gmail.com with ESMTPSA id 9sm4498304pjg.50.2022.01.29.06.21.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 29 Jan 2022 06:21:55 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Cc: Daniel Klauer , Khem Raj Subject: [meta-oe][hardknott][PATCH 2/3] spidev-test: Update common-licenses reference Date: Sat, 29 Jan 2022 06:21:52 -0800 Message-Id: <20220129142153.3829490-2-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220129142153.3829490-1-akuster808@gmail.com> References: <20220129142153.3829490-1-akuster808@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 29 Jan 2022 14:21:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95171 From: Daniel Klauer 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 Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- 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 From patchwork Sat Jan 29 14:21:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 3096 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DBA2BC433F5 for ; Sat, 29 Jan 2022 14:21:57 +0000 (UTC) Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) by mx.groups.io with SMTP id smtpd.web12.6261.1643466117014836404 for ; Sat, 29 Jan 2022 06:21:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=nC1hQFpq; spf=pass (domain: gmail.com, ip: 209.85.216.43, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f43.google.com with SMTP id b1-20020a17090a990100b001b14bd47532so9233191pjp.0 for ; Sat, 29 Jan 2022 06:21:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=0MCEg3aLNhL9Bi3fErswpBfsN6rOCQPBJIv6wzB/PhU=; b=nC1hQFpqGpHwWAu/2KTnYFplxEblIToY6+2xguRay2Tfr79Lc+Kig2Gvo0eR0o+TRW u3ui0fFrvmI2HrEXE5MG4gkOPbrWMeb7cgUFberRobQhP8TXFUq6FkGcq/uryt4914Mm aW3StmS2hblkTgPcAv7oLqRlHYY1bfFdqt3dD/wlSsytLLdSLq7QtKGxyDoP3a6bqd7q XCRpk2Og4F/Iq08N+UbMnmb+5lHPzAqxCmTS53jNAkT6I4LzdGYrU4RcDi38opOkVmtq xIfqAq93wOW8lUfJZjArtSX2w8ucdVdOEhMbNntTYMI9omn3KvL5C5fKaX/4ROZzmQWX LlBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=0MCEg3aLNhL9Bi3fErswpBfsN6rOCQPBJIv6wzB/PhU=; b=rN8vjEn86fCQb8jwkyza6cW26IR1i7dEisn/evHNLlxauSv6uaVl6fnjJwxLCTVKMg Vh7vzBLtfrpa7LjfmLLTrFU2SCMkVQyDl2jrFxqvqV5BA8uGHfzjf5v7pVZC/gwyCcau UuWjj3iKTJ6y4Yq0/KF2NDeiwXKuikkZ7MvSTScXLJUd1buX/QMBsh0SJXZgAQ2VTnHR LMcaSjAa9PzSdwnX+lMcbil93iTXWHjiBwAi2+Ye41alCA/VqQ3r1PCepzbdyw7z3I+p kY1gMsFQb8jULgvdptHi8DTqLT+tLsu88Lv6jkNaC0mSFDCdw8SzSZm/MZKmQ8sm5bfC zubw== X-Gm-Message-State: AOAM533JPZcEDyD2+Ict+igVpx/JaY7XXXZtcWB0Zr9B+NROvuOjQNKk 6Q3WpXobHj/Tkii1q8fR2Q1XPFrhV+8bOA== X-Google-Smtp-Source: ABdhPJwGmcvckz0j0+/DodAGpl9pjkol/FDJBSCRYHhDxryyLbYCwCfLpU+k3lOyLkT33SULPZvuRw== X-Received: by 2002:a17:902:ab41:: with SMTP id ij1mr13623222plb.59.1643466116336; Sat, 29 Jan 2022 06:21:56 -0800 (PST) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:d32b:593f:f15f:8524]) by smtp.gmail.com with ESMTPSA id 9sm4498304pjg.50.2022.01.29.06.21.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 29 Jan 2022 06:21:56 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Cc: Leif Middelschulte Subject: [meta-oe][hardknott][PATCH 3/3] dbus-daemon-proxy: add missing `return` statement Date: Sat, 29 Jan 2022 06:21:53 -0800 Message-Id: <20220129142153.3829490-3-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220129142153.3829490-1-akuster808@gmail.com> References: <20220129142153.3829490-1-akuster808@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 29 Jan 2022 14:21:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95172 From: Leif Middelschulte The missing `return` statement leads to a `SIGABRT`. Signed-off-by: Leif Middelschulte Signed-off-by: Armin Kuster --- ...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'"