From patchwork Fri Jun 9 14:46:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: jhatnedap@gmail.com X-Patchwork-Id: 25341 X-Patchwork-Delegate: ticotimo@gmail.com 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 7E3C3C7EE29 for ; Fri, 9 Jun 2023 14:47:59 +0000 (UTC) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) by mx.groups.io with SMTP id smtpd.web10.15269.1686322073525398321 for ; Fri, 09 Jun 2023 07:47:53 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=DEdFYANP; spf=pass (domain: gmail.com, ip: 209.85.218.53, mailfrom: jhatnedap@gmail.com) Received: by mail-ej1-f53.google.com with SMTP id a640c23a62f3a-977d02931d1so280531066b.0 for ; Fri, 09 Jun 2023 07:47:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686322072; x=1688914072; h=content-transfer-encoding:mime-version:reply-to:message-id:date :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=8ABmFhsj6+tjkPl+7lHwZs0ZkT9ML92Z74e5OfjIyRE=; b=DEdFYANPXDGrFt2n1MuWMTaxQEq7mHeFFsV/leWRMYhqr5wUXx8kd55nxqI7UJ5Ebf 0jB/R2+kvmU3qrUIvQih8FJ5eFd/9GPUZwOMGZoxP6hC1d+k/8vMxU27HcL5Mcmk67/A VO8VPzGvW/+nv8TY302/wm+mXrZs7ZUeixiuMYcgDPfe4D+9UGYXGWpbYz8pvomMOt2e aHJmgPDGZ23DR9TXVtQ/52Kr9rO4Y3AxjrT22LeEJZYMBOeBzTMnHmH0SO5SA5kxu+Du XNZkKogrWAm7DlH1fokgtUsy3Fbk8vusg9Kcm8qKqjyYWsm+SGVc+9+sGn7Dagn5UElB hWyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686322072; x=1688914072; h=content-transfer-encoding:mime-version:reply-to:message-id:date :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=8ABmFhsj6+tjkPl+7lHwZs0ZkT9ML92Z74e5OfjIyRE=; b=gCXwW5nNCmMMTNO9P0hUMQJUzvWOfU5Qt/kalwc9oHrMH5IZDanoMDJQQvI8lI6cJe j11J5gTa1QtUivnqMLLJ0JFNoJpoeMsKLGhjr+cuoeDdOxilP1DpY9hyJk24D+nB0jOS IMWv4e5dRGUoPM09sawlkkXiZWqZ+/Cqdm6s2nA3F75t6V7RrljA0f/FkJ1u5aqjWBqZ fcalsJm2V6Fo7bkoOZ+C/em4RxmfwoPWc/4Ix2LY/EvZXzapCZHsTcAiNMMZlWj7SXXs wvPDghrDv+mrEM8IlKxvYqDNr/m92HOBNId0xhA3eWAI1BieB9LgIW9R/zRYXYEKhzNa Z5Wg== X-Gm-Message-State: AC+VfDzYYe8bg3cyvDJt4V8zPOn8mrfBeWUdjVNKxugfvfCCJSttBuuZ +FE9/lLoDQoGVl6HE9S8nuGF9UiZSv8= X-Google-Smtp-Source: ACHHUZ7pC5dhqZgSf8F7tIdaVkuP45IuHcVO+ME9sEwBrnPyaq84TkJkh08E3rPcReRzKcdxm4oq7w== X-Received: by 2002:a17:906:58d2:b0:96f:f19b:887a with SMTP id e18-20020a17090658d200b0096ff19b887amr1842596ejs.56.1686322071857; Fri, 09 Jun 2023 07:47:51 -0700 (PDT) Received: from NVC4181.nedap.local (159-210-178-143.ftth.glasoperator.nl. [143.178.210.159]) by smtp.gmail.com with ESMTPSA id gv11-20020a170906f10b00b00947ed087a2csm1377097ejb.154.2023.06.09.07.47.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 07:47:51 -0700 (PDT) From: jhatnedap@gmail.com X-Google-Original-From: jermain.horsman@nedap.com To: openembedded-devel@lists.openembedded.org Cc: henning@itconsulting-heinold.de, otavio@ossystems.com.br, richard.leitner@skidata.com, Jermain Horsman Subject: [meta-java][PATCH 1/3] javasqlite: Revert changes to LIC_FILES_CHKSUM Date: Fri, 9 Jun 2023 16:46:44 +0200 Message-Id: <20230609144646.1977-1-jermain.horsman@nedap.com> X-Mailer: git-send-email 2.39.2.windows.1 Reply-To: jermain.horsman@nedap.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 ; Fri, 09 Jun 2023 14:47:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103201 From: Jermain Horsman Building javasqlite fails with a QA error due to LIC_FILES_CHKSUM being incorrect. This checksum was changed when the LICENSE value was updated. However, neither the source, nor the license file has changed. This commit restores the old value and reverts the changes made in commit 6b2a48c3a7b1236a9d915135f685ef7eef5dcd02. Signed-off-by: Jermain Horsman --- recipes-core/javasqlite/javasqlite_20150419.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/javasqlite/javasqlite_20150419.bb b/recipes-core/javasqlite/javasqlite_20150419.bb index 27dad88..71e9676 100644 --- a/recipes-core/javasqlite/javasqlite_20150419.bb +++ b/recipes-core/javasqlite/javasqlite_20150419.bb @@ -13,7 +13,7 @@ SRC_URI = " \ file://0001-fix-errors-during-cross-compile.patch \ " -LIC_FILES_CHKSUM = "file://license.terms;md5=788a765d15de8312110c282b2ef53c83" +LIC_FILES_CHKSUM = "file://license.terms;md5=3da0e50feac5f64f08184584a8cad58a" inherit autotools-brokensep From patchwork Fri Jun 9 14:46:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: jhatnedap@gmail.com X-Patchwork-Id: 25343 X-Patchwork-Delegate: ticotimo@gmail.com 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 287F1C7EE2E for ; Fri, 9 Jun 2023 14:48:19 +0000 (UTC) Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by mx.groups.io with SMTP id smtpd.web11.15285.1686322088878624790 for ; Fri, 09 Jun 2023 07:48:09 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=PYcze70L; spf=pass (domain: gmail.com, ip: 209.85.218.49, mailfrom: jhatnedap@gmail.com) Received: by mail-ej1-f49.google.com with SMTP id a640c23a62f3a-977d55ac17bso334477166b.3 for ; Fri, 09 Jun 2023 07:48:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686322087; x=1688914087; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=NsNj4Trygn+dsUhmfHkPjseb2vNstl4dLq9ZhqpkLBc=; b=PYcze70L4zdTxzcsdl4Rm38MUXK0xMSiK178xnLlMllSv5PKPoScfKoWsIZocngmUW Tys48EqgFis5LBoea3/3R1hxKUqrWGJee0ej0TG+D0rkdablzgI73gpr87AUR73ezzEV bCgPEjSCkzcuACXX07q0nEQmahOnCLO14L97GmgU3IMN90KO+KBMpTl1Nd1bmX1zcchC gKQBv6kEBm6J9PDR9laRiPdXkeFisDiRW1f2lbMLuLIeVNfSeu4sWwW0oMAxCSAFnAyS +f2LPFnD6+R5mBrDwKTwhQshoFNK9Xpsa/3sO6IuLWgPJ3AQkbe/cIBf1NNRBmVsCmSn Bs0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686322087; x=1688914087; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=NsNj4Trygn+dsUhmfHkPjseb2vNstl4dLq9ZhqpkLBc=; b=lzreHCCyx3LoyEWZ+Kb7ukITwYeAxjo0LaIsCI6vzpkIBImwH668jtaLFWph1i+YNg jePBKVGlJSusiG8Uve6HhUIpHgHm1qz3lR333cj2bm0/op18dkEM49YVT+z2gOKkLBsm zogg971PVzdVvTHJkNbdltchWs4VB9iP0qyH/yfAbbTl8o0YR3b/PUyZIeDZiNCUuzug 8sDo2X9QnHWI5B9q+RLEAO84PYOL5v4KqF5hEWHTJ1nN4sh2abdpA2Tp33bju6GOcL5F 3L16gbUljIK+d8t9TugmTKT405N3BhD4TSzE7etReGu6i88bUmeQchRofQLU7q+cB/g2 d2ww== X-Gm-Message-State: AC+VfDzzFiHAAr8x1fOeKzPpoVui8QJBsltZc9B3KE7nUI94gj7+MSkY Goo2BTOfXOClfjS95cQe33DkQFYRihA= X-Google-Smtp-Source: ACHHUZ48EJrb5KQmvPoSIuET5/IT7fow7mT700RGu1AmxpOyp8eYEM4LQnM9Es95SfcSgDBNFAGTgQ== X-Received: by 2002:a17:906:7951:b0:94e:e97b:c65 with SMTP id l17-20020a170906795100b0094ee97b0c65mr2418748ejo.60.1686322087082; Fri, 09 Jun 2023 07:48:07 -0700 (PDT) Received: from NVC4181.nedap.local (159-210-178-143.ftth.glasoperator.nl. [143.178.210.159]) by smtp.gmail.com with ESMTPSA id gv11-20020a170906f10b00b00947ed087a2csm1377097ejb.154.2023.06.09.07.48.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 07:48:06 -0700 (PDT) From: jhatnedap@gmail.com X-Google-Original-From: jermain.horsman@nedap.com To: openembedded-devel@lists.openembedded.org Cc: henning@itconsulting-heinold.de, otavio@ossystems.com.br, richard.leitner@skidata.com, Jermain Horsman Subject: [meta-java][PATCH 2/3] javasqlite: Remove obsolete rename of libtool Date: Fri, 9 Jun 2023 16:46:45 +0200 Message-Id: <20230609144646.1977-2-jermain.horsman@nedap.com> X-Mailer: git-send-email 2.39.2.windows.1 In-Reply-To: <20230609144646.1977-1-jermain.horsman@nedap.com> References: <20230609144646.1977-1-jermain.horsman@nedap.com> Reply-To: jermain.horsman@nedap.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 ; Fri, 09 Jun 2023 14:48:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103202 From: Jermain Horsman Autoconf no longer generates libtool with a host alias prefix, this causes do_configure to fail as it is unable to copy the prefixed libtool since it no longer exists. Since the rename is no longer needed the entire append can be removed. Signed-off-by: Jermain Horsman --- recipes-core/javasqlite/javasqlite_20150419.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-core/javasqlite/javasqlite_20150419.bb b/recipes-core/javasqlite/javasqlite_20150419.bb index 71e9676..45262e2 100644 --- a/recipes-core/javasqlite/javasqlite_20150419.bb +++ b/recipes-core/javasqlite/javasqlite_20150419.bb @@ -37,10 +37,6 @@ EXTRA_OEMAKE = "DESTDIR=${D}" # This dev package contains an '.so' file used for JNI development INSANE_SKIP:${PN}-dev = "dev-elf" -do_configure:append (){ - cp ${S}/*-libtool ${S}/libtool -} - do_compile:prepend (){ echo '#!/bin/sh' > ${STAGING_BINDIR_NATIVE}/cc echo '${BUILD_CC} $@' >> ${STAGING_BINDIR_NATIVE}/cc From patchwork Fri Jun 9 14:46:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: jhatnedap@gmail.com X-Patchwork-Id: 25342 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 2C3FFC7EE29 for ; Fri, 9 Jun 2023 14:48:19 +0000 (UTC) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) by mx.groups.io with SMTP id smtpd.web10.15269.1686322073525398321 for ; Fri, 09 Jun 2023 07:48:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20221208 header.b=hqI4Kh6o; spf=pass (domain: gmail.com, ip: 209.85.218.53, mailfrom: jhatnedap@gmail.com) Received: by mail-ej1-f53.google.com with SMTP id a640c23a62f3a-977d02931d1so280610466b.0 for ; Fri, 09 Jun 2023 07:48:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686322097; x=1688914097; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=kC2v1AOfEI0eKrmdSsUsRkebtxztSc6QuuPeJoe23Y0=; b=hqI4Kh6oYgOyWuzPQyyFO89q+7cXj8k41671rqO2TL1LelrUB3Jl8IzfndxDR6aKby l0kTlNYX/YnSDOwUBhH5s+tDr9o99GTXIImyZO7s1EOQuWzGgv6fEkV8F2P0RWbPdLEP nIar1gEa9HNE6PRY+41cxgpT/02G41G2tcXoZSSgGJPk+RY1Y3B3praUG/PVlhPzhHOg oCB6pdJoQWK9JUh5k6IkzjqyZIhSnbJH45WIORcU5qWqBb8ALiCvJ4WVp0/IWf3IdkbS 3MmMQk7IAooiaJsZO9EWgReYXnLWEdJ9mp8PzJBv9hGpKHNjVVzughkYmBJMAGRT/UGc +gag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686322097; x=1688914097; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=kC2v1AOfEI0eKrmdSsUsRkebtxztSc6QuuPeJoe23Y0=; b=WC8MwvfBbeStt4M/tqzNw0T86H4C/KeDVrHnvu7V89VeJejdtG9Wlm0hOT1RrIEL9j 7sRPfoohOvFfg0aKpO0dXeOUK93bbSFysE+KLU7WVUpvhospJI//yobfy8qD2GlEp28r 6RpSucjXfjS16YUIHFjCGAYVfr6Jp91ozROlliJ7KrP1T2YBdAPkMNXH1ymbw53Rvukg RyTs4MnP2pexNYayMusDw7T9385RlvEQHjot17VSd187jgvPwNa1gPh0BmIN1we15UWh kHbpMmsG3+3U6OScVhdV7uQeoa0w2hdenGvsXMV5IteT6E3/X1r4Y99vhwr3AfuNW450 vMNg== X-Gm-Message-State: AC+VfDyJ5YrpQxu9gg8muhlJu6y+oLFIdIoBt9XpUSx+N0AuW8evtf83 h6pnyGZFpAaqEGmuA/lB0MGhtYyxvxw= X-Google-Smtp-Source: ACHHUZ4OdmKyiUf8UliJ4syRmQThin85hVxu3X9SzfVY9Ovih8BST0uH7+WXaEpAoBi2UncxRBSbvg== X-Received: by 2002:a17:906:58d2:b0:96f:f19b:887a with SMTP id e18-20020a17090658d200b0096ff19b887amr1843234ejs.56.1686322096999; Fri, 09 Jun 2023 07:48:16 -0700 (PDT) Received: from NVC4181.nedap.local (159-210-178-143.ftth.glasoperator.nl. [143.178.210.159]) by smtp.gmail.com with ESMTPSA id gv11-20020a170906f10b00b00947ed087a2csm1377097ejb.154.2023.06.09.07.48.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 07:48:16 -0700 (PDT) From: jhatnedap@gmail.com X-Google-Original-From: jermain.horsman@nedap.com To: openembedded-devel@lists.openembedded.org Cc: henning@itconsulting-heinold.de, otavio@ossystems.com.br, richard.leitner@skidata.com, Jermain Horsman Subject: [meta-java][PATCH 3/3] rxtx: Remove obsolete rename of libtool Date: Fri, 9 Jun 2023 16:46:46 +0200 Message-Id: <20230609144646.1977-3-jermain.horsman@nedap.com> X-Mailer: git-send-email 2.39.2.windows.1 In-Reply-To: <20230609144646.1977-1-jermain.horsman@nedap.com> References: <20230609144646.1977-1-jermain.horsman@nedap.com> Reply-To: jermain.horsman@nedap.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 ; Fri, 09 Jun 2023 14:48:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103203 From: Jermain Horsman Autoconf no longer generates libtool with a host alias prefix, this causes do_compile to fail as it is unable to find libtool without the prefix. Since the rename is no longer needed the edit in the do_configure step can be removed. Signed-off-by: Jermain Horsman --- recipes-extended/rxtx/rxtx_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/rxtx/rxtx_2.2.0.bb b/recipes-extended/rxtx/rxtx_2.2.0.bb index 27935bc..a74f11e 100644 --- a/recipes-extended/rxtx/rxtx_2.2.0.bb +++ b/recipes-extended/rxtx/rxtx_2.2.0.bb @@ -40,7 +40,7 @@ do_configure:prepend() { # Ugly but don't complain to me, but upstream ;-) sed -e 's,bin/javah,bin/gjavah,g' \ -e 's,bin/jar,bin/fastjar,g' \ - -e 's,\$(TOP)/libtool,\$(TOP)/\${host_alias}-libtool,g' -i ${S}/configure.in + -i ${S}/configure.in rm -f ${S}/acinclude.m4 \ ${S}/aclocal.m4 \ ${S}/ltconfig \