From patchwork Thu Dec 16 15:23:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1607 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 31FCFC433F5 for ; Thu, 16 Dec 2021 15:23:29 +0000 (UTC) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web12.11803.1639668208394706504 for ; Thu, 16 Dec 2021 07:23:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=FHz1qmt8; spf=pass (domain: gmail.com, ip: 209.85.210.178, mailfrom: akuster808@gmail.com) Received: by mail-pf1-f178.google.com with SMTP id o4so23844910pfp.13 for ; Thu, 16 Dec 2021 07:23:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=bddkYsilMezkjwAlerNRkNbYx6Z4PzRikKwF/auUPHs=; b=FHz1qmt8+1V3/Dg6xXWAOoHVlDG+hsMnD0TD3m3QTL5pxWBQwGbI7Ko0YdGRj6w338 XfHnfLxW1XVlyi0IwRe5ZJd8CW2K2ODVMm6BqtNof7y8zjJ+lWSxMuGk3tdJDXQAZnL3 A0BQO9B8Ar7DkQSavV4htoWrTV44TNgOhSMcnDPlkhidW+XE0JbbDiDbpMMbxj4wFr0u KxHAKfIo6ruMOq21rwiFP/XafrGVrMcdp4EbQZ9YLgjfKebhhL2kkkv9LPLwoHolVHcH acNkuByU+IJeqqQzkPRY6ioEGahgd9NW923oc3oKm7VvQ3Cvv1L4qkJfZqD+i3h4XkaV SPAw== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=bddkYsilMezkjwAlerNRkNbYx6Z4PzRikKwF/auUPHs=; b=iKwFmMJHgMWRktQ96x8qqur9VElFM41cWFJOhdMgOFzVrsc+AUlZQcuk+IF6BtYTdn gS5ntTZLOWdtXva0BHCy/8m6Q/aYah2Xg3TBhea9ml4Y3KUnLML5gSHNb+Y8ZFFAwDX2 /gGEZbaJ4eSpJdrtWS7cXtVYZQhBC+qgAXowkAxWJb8HHAqw/g0YEVAdG7WOKZE0JwPW eTkBfh+wCtuNDftKnZo9ugLTC/kH/OLigUoI3BsLya40OedoRm8mCZLvTwIaOTViuQA8 6GcPuGW+HPEeynPC23c/+aMmAg7cKiMO6SZUs4iIBmarDPSIn9Ya3acBPBp8cemtikKZ 6xPQ== X-Gm-Message-State: AOAM530YsfjlZ63L3h576t5VskZppUOR1Qi8XBZwbdTZKKqUNw6b9H9e d+oscuW6ZIyetCY8trnIR0PbPqyUjG4= X-Google-Smtp-Source: ABdhPJxeIyOo0FG3CeoO3O9yCCR5BHz0uhgczTgvKTJ2u7pKQ18b20VzRO3D+dDU8ktTsYsuBXMBhA== X-Received: by 2002:a62:6dc2:0:b0:4af:98e:1d3b with SMTP id i185-20020a626dc2000000b004af098e1d3bmr14577949pfc.52.1639668207757; Thu, 16 Dec 2021 07:23:27 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:27 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 01/18] lvm2: do not install systemd units/initscripts when building native SDK tools Date: Thu, 16 Dec 2021 07:23:06 -0800 Message-Id: <8739e7ae8ff5df6d0559aeacbfbf2e101066a3b1.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94386 From: Luca Boccassi Nothing picks them up, so the build fails. Required to be able to build native tools like systemd-analyze. Signed-off-by: Luca Boccassi Signed-off-by: Khem Raj (cherry picked from commit defbcad66fc1e91117ba08bf1051035188e40b37) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb b/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb index 3988d54910..a729324c9b 100644 --- a/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb +++ b/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb @@ -17,13 +17,16 @@ do_install:append() { install -d ${D}${sysconfdir}/lvm install -m 0644 ${WORKDIR}/lvm.conf ${D}${sysconfdir}/lvm/lvm.conf sed -i -e 's:@libdir@:${libdir}:g' ${D}${sysconfdir}/lvm/lvm.conf - if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then - oe_runmake 'DESTDIR=${D}' install install_systemd_units - sed -i -e 's:/usr/bin/true:${base_bindir}/true:g' ${D}${systemd_system_unitdir}/blk-availability.service - else - oe_runmake 'DESTDIR=${D}' install install_initscripts - mv ${D}${sysconfdir}/rc.d/init.d ${D}${sysconfdir}/init.d - rm -rf ${D}${sysconfdir}/rc.d + # We don't want init scripts/systemd units for native SDK utilities + if [ "${PN}" != "nativesdk-lvm2" ]; then + if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then + oe_runmake 'DESTDIR=${D}' install install_systemd_units + sed -i -e 's:/usr/bin/true:${base_bindir}/true:g' ${D}${systemd_system_unitdir}/blk-availability.service + else + oe_runmake 'DESTDIR=${D}' install install_initscripts + mv ${D}${sysconfdir}/rc.d/init.d ${D}${sysconfdir}/init.d + rm -rf ${D}${sysconfdir}/rc.d + fi fi } From patchwork Thu Dec 16 15:23:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1609 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 09717C433EF for ; Thu, 16 Dec 2021 15:23:30 +0000 (UTC) Received: from mail-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) by mx.groups.io with SMTP id smtpd.web10.11863.1639668209107648878 for ; Thu, 16 Dec 2021 07:23:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=S4FNTMHb; spf=pass (domain: gmail.com, ip: 209.85.215.171, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f171.google.com with SMTP id r138so23308802pgr.13 for ; Thu, 16 Dec 2021 07:23:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=13dGZGRFgHVVSIHXWOcQQ+qRJckO2ndvQy+N1Ue6f90=; b=S4FNTMHb89lvFsdxT1pbNFWgQNknzI/p2hy4jSEWLX4D/CzROBIbTpGwlSYSvLGBqD sCbDdCY8m5lyOD3Ckw4ETeosGw6MJZZT23ox+L5Yu6i/+wEI4vcAbZrjTWoZvM68O3Lk fG0SZLm3mL4oiyBA6H4tpPeYX1HYUzajpANGDCyw5JPuPWo0gB14ZmSB18SF/DVr7HSA k3a8bnSRHsSmMmlvGiKM/jvSDp9OMbbVo0VXzoPHqwAQzM15iU9xDFa97FuSiWF3ojKN Unyd1Y56eiPOuf6xu5VbkwWksymRTb8zgXj+OwAZGDqxKROJh8WCATUfYaMnrM9Urkuc dlSw== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=13dGZGRFgHVVSIHXWOcQQ+qRJckO2ndvQy+N1Ue6f90=; b=4TzuePUEGpyShKEZUCUJpo/9ur8grHEAVijnBrTBRREFRkpcwbep15chRJqBMWldv6 h7/EdmFxoRdVjRZE5E1PvCuOOXrRpiRm228QStK0i/e+laGhuPo2c3vY0z3uO+JFX/Sw wEm75KB/aRGLXsA4B3Bh2E56lcuV6Cii07saeDRtvEpI/1ltBGJMG/RcxASUMx88p6wx ILZYHjR7MTsvB1EZ3RQ/E1h0Li94/JmJcZtJkQNq1Vw/XQnV1cIoVHhIqtnj34u8LFA9 OOznNhQnsQ7837y7UVh+z+cRBnakIzm2oFD1HKWHiCGf221daZ3F6X1b7WioKrVWRD4l soIg== X-Gm-Message-State: AOAM531iBKGjMTuUloyGadUG1zYdQL6TWaFHRRayqViW2oeaEV7Qwq0Q 3KLx45naFkF1x01b/QDPm/AERT9lLe0= X-Google-Smtp-Source: ABdhPJxnD9aWkcUEinZT3U8PuBXdHWarXgPKQOgoWaDhoXhaDVpp99ZkYjM7jIuN8RmdqwP5R11oDA== X-Received: by 2002:a05:6a00:198c:b0:4a4:e75f:75cb with SMTP id d12-20020a056a00198c00b004a4e75f75cbmr14546151pfl.38.1639668208500; Thu, 16 Dec 2021 07:23:28 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:28 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 02/18] msgpack-cpp: fix msgpack-cpp is a header only library Date: Thu, 16 Dec 2021 07:23:07 -0800 Message-Id: <2cd24bd20d4407b3e759452a6929f66903c170b0.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94387 From: Sean Nyekjaer ${PN} is empty so don't let the -dev package RDEPEND on it Signed-off-by: Sean Nyekjaer Signed-off-by: Khem Raj (cherry picked from commit b8a8fbaf7df3d52acf02e7a3eec97ffd57acabf3) Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb index ef066753d7..25b199f572 100644 --- a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb +++ b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb @@ -19,4 +19,6 @@ S = "${WORKDIR}/git" inherit cmake pkgconfig +RDEPENDS:${PN}-dev = "" + BBCLASSEXTEND += "native nativesdk" From patchwork Thu Dec 16 15:23:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1610 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 1BF16C433FE for ; Thu, 16 Dec 2021 15:23:31 +0000 (UTC) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mx.groups.io with SMTP id smtpd.web11.11749.1639668209971498852 for ; Thu, 16 Dec 2021 07:23:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NpX+qyGO; spf=pass (domain: gmail.com, ip: 209.85.210.180, mailfrom: akuster808@gmail.com) Received: by mail-pf1-f180.google.com with SMTP id r130so23939999pfc.1 for ; Thu, 16 Dec 2021 07:23:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=7Cew4CQAmNGxpcjsmFThAUbiyw0uKuQK+cRvak7MoaU=; b=NpX+qyGOfc9LhdHwI9kkHNRom0XuGRKDUDDNh0WbwxnzXkWSbjxmv4orfI0DSj1R/h 9LwQVRDP/EXSipvqy+INuo0x2CAcrAngI8NSXlg19hEabgR7H5sEbQhszk1EhJMjYHIt RnBajboZxq1FgPWvHqhHwGzRV3GHgjA46szNAuS+sRLbmNa4/7FklAXYCWwzL56G7RJM SKZWWoe+m4BjzmqpOpOzk2yV3OZFuDkHos/iS4XSbyFR8WvbUanptIiJI297UPY6Hfuv +lXEIbjGoLQll+mziyIftxmYCcbBJjOfASR9iUbzL3M/axHUeKC25ikihZrsNXJ+n1OF C+iA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=7Cew4CQAmNGxpcjsmFThAUbiyw0uKuQK+cRvak7MoaU=; b=THzg+5ZVhRL8JI8eCXzDNa6XCSQLz65nWlfqvcBOf7auxKDiZJ9lv4v8YbzLpabR0M YnzguKVtmZysUFE/aWAhcxcYRaoLjx0bvqMCEMJbKipfaJmd5F18DxW6kJedH8DCVvMq Fpjm7WHcdhY41l4eFRMFCTwmbljHZGHHybnJ8f1n4iZiaZhRuXatMlOprdtj6PaI9+Qh hzRXTuU9z/sKvUzAskxKqOsNMnveyl+aKHtLvVhSk8K4S36xrFcURYb9rLIxY+u2794q C16ezz6MqA9/Q5/OnE958sBKtJ1ZLsZPQlwYKm6/o3x81Op6MTA0rA/ICikYD4Y09E1j 0Tzw== X-Gm-Message-State: AOAM5307buulfalsYCVyNl8rZk8VNQwnG/CE56ByqYLMri1QrxdGdaZx 5RmCQLK1/6dQdkLwzfnfYKz7zKRpAfc= X-Google-Smtp-Source: ABdhPJyRajhzmxTLZqRoIRi7LsAyf35IIxxPYA3eNMchUMFJou1CO1iWh5Y4QlUa9Wc/f0Q2fq13/w== X-Received: by 2002:a62:9109:0:b0:4aa:fc4d:9c1f with SMTP id l9-20020a629109000000b004aafc4d9c1fmr14636188pfe.34.1639668209304; Thu, 16 Dec 2021 07:23:29 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.28 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:29 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 03/18] imlib2: clarify license Date: Thu, 16 Dec 2021 07:23:08 -0800 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94388 From: Ross Burton Imlib2 has its own special license, so use that instead of MIT & BSD. Signed-off-by: Ross Burton Signed-off-by: Khem Raj (cherry picked from commit d085c4e1d29345bcc5f32f54646be381aeb83908) Signed-off-by: Armin Kuster --- meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb index 9e4daddd53..56d41cd394 100644 --- a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb +++ b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb @@ -2,7 +2,7 @@ SUMMARY = "A graphic library for file loading, saving, rendering, and manipulati HOMEPAGE = "https://sourceforge.net/projects/enlightenment/" SECTION = "libs" -LICENSE = "MIT & BSD" +LICENSE = "Imlib2" LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" DEPENDS = "freetype " From patchwork Thu Dec 16 15:23:09 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1611 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 088D7C433F5 for ; Thu, 16 Dec 2021 15:23:32 +0000 (UTC) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web12.11804.1639668210875056633 for ; Thu, 16 Dec 2021 07:23:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=LFG6A4Jy; spf=pass (domain: gmail.com, ip: 209.85.216.45, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f45.google.com with SMTP id mj19so5892372pjb.3 for ; Thu, 16 Dec 2021 07:23:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=HNOsTq/VTyRHuRnP1otoCMnbJRdth6l51S/um6a/XqE=; b=LFG6A4Jyc+XSBmVQX8TRHJw2v1YIRsKOQw9ZM/vA0Nbqh2U7B7QMkxrNLj1JWAaQTc zNenNL11rSwvr1tBti+8zJhllUxI4rwloa2G1sUDR2Dlpyc24GkPSSRj37/7XQp5JlIi 2b8vwBcIBNmDCIssL99x4ynU9h0bhoOpRNN6RJUtGHkjo/W5q/gFAQLrBvU1+q4owRGT G1B9zx3nczZhJjfw8N2sBTURra5DZAIqN7Im5gHRpIGXyHHBsyAkqdNeDzM9Nb7JoluI dY72g/PxeyMB0B4eDsN1R0IBgAHOoHU/LQ9BWrJRoKf0k7mivaDlYohD0dEXvfdQy6g9 G/Qw== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=HNOsTq/VTyRHuRnP1otoCMnbJRdth6l51S/um6a/XqE=; b=X4i1ClV1GrrJmaRuaRcq/1lXFsqMBsgRZurjDhzmrt00oypsYu0Hboe7IU9Z2kNVVk 8h+90c3spEYakX15yFrw/lS1ONnjORCIGzz+PjT3WeR/Stp7IlZQj63uXbhm8yTyS9ue ZGEWTfiYz44P7L9iyYz2ngAn7boxvQDjqNLvV29k+k1eW0ezVa6MlBZvlBY0cYDg7Gfr 6yEt+bSCzsBBPO9jYKV9HdN3lGKJiWnydID5zc0wbMK1lZChlLK76kZPlx09AJCbWL6T b6lqSOcGXtasReffOxDVfHQJPueo1K6xYb1eLtuCz/gzhMDCeLVEcuDtlxMEPYH1qtzC QO9w== X-Gm-Message-State: AOAM533RbwFKyFv8IEiXA8SkbaCzE+JC1NzqJkOo97UgYSi+XXeED/WK lgkwaXLkKsPkPMjX4Wp+O6lLoyXEPhM= X-Google-Smtp-Source: ABdhPJzH+G+pskpUhJ68gJ2LOgiWTpuvUSozXiBNP6lsN0c4vhPGu/vcy3bSUCVzT0H80t2/gGqeMw== X-Received: by 2002:a17:90a:2e16:: with SMTP id q22mr6714286pjd.156.1639668210239; Thu, 16 Dec 2021 07:23:30 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:29 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 04/18] xmlrpc-c: set precise BSD license Date: Thu, 16 Dec 2021 07:23:09 -0800 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94389 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj (cherry picked from commit 11af3bd25062bd63b4c00918e4f08cf6813ae7de) Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb index d3aa6d2ea2..e119420d2a 100644 --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb @@ -2,7 +2,7 @@ DESCRIPTION = "XML-RPC for C/C++ is programming libraries and related tools to h write an XML-RPC server or client in C or C++." HOMEPAGE = "http://xmlrpc-c.sourceforge.net/" -LICENSE = "BSD & MIT" +LICENSE = "BSD-3-Clause & MIT" LIC_FILES_CHKSUM = "file://doc/COPYING;md5=aefbf81ba0750f02176b6f86752ea951" SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \ From patchwork Thu Dec 16 15:23:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1612 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 08A33C433FE for ; Thu, 16 Dec 2021 15:23:33 +0000 (UTC) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mx.groups.io with SMTP id smtpd.web10.11864.1639668211872147907 for ; Thu, 16 Dec 2021 07:23:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ITnCoOW1; spf=pass (domain: gmail.com, ip: 209.85.216.52, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f52.google.com with SMTP id fv9-20020a17090b0e8900b001a6a5ab1392so22997781pjb.1 for ; Thu, 16 Dec 2021 07:23:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=ZpmnfiugAEgMsOrcDTZJ+ZcUN5NlIwKgNfOgvRgODd4=; b=ITnCoOW1Z3biGr0ssvbVB8BGdgdIervDh6Afy95oKpcrBJngMoSe59QDi9q+ibWFdP 5bFFPlQAhD8V7OyoTOoEHoXZz/ulS97BxcwAzmnLGVP45ZT2u+HukgQs+VmT/gLvcQLD GBpOVxCw/abji6Rke3vAcQxeTllAV1BH7COPayy0l+mO5KpnfCXW3r1l1sdZwe86qh9N vbpSAe8Deq2jBCdYdqg3JD9rhm97ki0AmtwVJbXzHX2nE2zczNOPrNdQPnWqYqxSMwhY lgNpv4IoGYNl4VZRFSE28acbShoET8iFoRJo9y2MD58u1SA0HSe1Zyr/hzmIhWWRrw01 58Tw== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=ZpmnfiugAEgMsOrcDTZJ+ZcUN5NlIwKgNfOgvRgODd4=; b=tUZzqhdlR5GDIKC7W3vAokwMnMDiKBS9Yuzaes6SbuM9YYWGrKOO/ruaMcMh2u+pKC 7Am98iEiEODssX8d9o5X4WCzPZ18zEww5M/G8TFhQ5BfMCsOgWQ7h9ssTdSgPWlHs1v0 m9T4ir5TVq3LLL0HxcKx8+SaTKkC4GC9FO2r/6uxkAOukIonOPrILqxQt0fE2MlBEnUF FA6ADYB2jbd+Q7GWpxIcgBHp8Zy8KNaQVgT0+GeZNgE6mwlxhe8X/QKCoSCHjxeBvJSR eqX8SFTVXaqNoWQJy5M9GvulUJ+kjP4791VtSOYQZnJPQm9YJsCC5yl6oHXFgbmjOmki firQ== X-Gm-Message-State: AOAM530OfR2PXXsaslwYTbqtHg92C9cpgkb84+kn6Ldh4bBMorq3KEx0 XhnNbzTFzScwxM0TtL+z24JzgpJGjuo= X-Google-Smtp-Source: ABdhPJxLWYqJRMPV1zcTc/qtlRPct+4NWlXbzzBBoQvfRlAk5HKpq+fx60HnLErkFyOcVZcp7prC5A== X-Received: by 2002:a17:90b:2381:: with SMTP id mr1mr6772738pjb.12.1639668211237; Thu, 16 Dec 2021 07:23:31 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:30 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 05/18] dash: set precise BSD license Date: Thu, 16 Dec 2021 07:23:10 -0800 Message-Id: <017674dbe8f9ab9c3d8ab3122272644c89fe466f.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94390 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj (cherry picked from commit 09aa844891f7ffae50a8ad7112c8f64737df17f0) Signed-off-by: Armin Kuster --- meta-oe/recipes-shells/dash/dash_0.5.11.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb b/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb index 8fe601a2d4..20f840411f 100644 --- a/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb +++ b/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb @@ -2,7 +2,7 @@ SUMMARY = "Small and fast POSIX-compliant shell" HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/" SECTION = "System Environment/Shells" -LICENSE = "BSD & GPLv2+" +LICENSE = "BSD-3-Clause & GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e" inherit autotools update-alternatives From patchwork Thu Dec 16 15:23:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1614 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 152F7C4332F for ; Thu, 16 Dec 2021 15:23:34 +0000 (UTC) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mx.groups.io with SMTP id smtpd.web11.11750.1639668212839364973 for ; Thu, 16 Dec 2021 07:23:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=FDvlceiD; spf=pass (domain: gmail.com, ip: 209.85.216.52, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f52.google.com with SMTP id oa5-20020a17090b1bc500b001b0f8a5e6b7so7455351pjb.0 for ; Thu, 16 Dec 2021 07:23:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=qEnuUfKiio7NKg8T89yW4OuIjO1jH9sf3fZbZErqWxI=; b=FDvlceiDcx5H1agO2sCJMM/X9vCh2TO7ZRaGASB8uegQez8xtHhaz+d3IYad8hgEUe HMotwME5dYDKw7Bmg81OorN3cceWnsynW+D87kb7PeeFnx123I7Lp4k323Gm4tXtbDtm fgq8PvOIs05ucB1zobQ7ZxK7aKaohqOwPyoYKuBh6d68FMIQyx/V9rqSXwmgTQ+9oqm0 uShts/QaDLRQp4q/eUI4weYLYG+ijNonqIwY3uUIl+AwhgtmgoSUxhu5RD4HTz4m0FFc sGdd+UYqdVERnakcialC6rk4LDFpc9C6pAOe6Be6aRl7kJ+Oau8uZZyihB2L8cbBhm4z ZZHQ== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=qEnuUfKiio7NKg8T89yW4OuIjO1jH9sf3fZbZErqWxI=; b=BrVii29wfJhbdxE76h9KzkhMcZ1NG1IuYqSBWvcdEzPC+hoa5Rrc+McKHYAttQFWU/ wXyMz1ZnPHsVwjU5lEFELKpawjn0B8VeKc/l0CIagSgCzP4Quo4jLifEbpRx6makUVBW eJ6cpK+GFe/uIxc5meoAVHIen9pv8tW2FS9lCy8nRztU+42sDy+lV9ZkXpEpNyL4eXhA pNCtunu+iR3iWlx+kAega+BmMqfn7dEEdP7s4S6m+tvTWC1ZMNJhEXNRLDoyrMa6VRQX rJtujyJF9+uhAlsjLqfU+8SyYyOB8LmYal3ixBTD6f3tx9nqcTZ9SxS4YIEXT1PZXFhi iQVQ== X-Gm-Message-State: AOAM533QZ8omkt4i5fL4YLI8UgHYytOoLAwi1LD1JC9bLIgg0U3MAu7q uOjV5gVTEO+oxDRQi+zeZSOvdqh4C9E= X-Google-Smtp-Source: ABdhPJx5vYAqXJ0f0RfdsGmaoK6+If6syF9awVmvIalXEMrsSkrweTVE5b7vsvDb2Quz/rjJTRT8wQ== X-Received: by 2002:a17:90b:1b07:: with SMTP id nu7mr6699626pjb.140.1639668212136; Thu, 16 Dec 2021 07:23:32 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.31 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:31 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 06/18] sg3-utils: set precise BSD license Date: Thu, 16 Dec 2021 07:23:11 -0800 Message-Id: <163d3489c5fc585a04787c25e3688d50a07f5615.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94391 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-2-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj (cherry picked from commit 3e5651b6b4027ffa768492ed4083c4220b4e59e6) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb index 43ee19afb8..3d07c01f07 100644 --- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb @@ -5,7 +5,7 @@ DESCRIPTION = "This package contains low level utilities for devices that use th HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html" SECTION = "console/admin" -LICENSE = "GPLv2+ & BSD" +LICENSE = "GPLv2+ & BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca" SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \ From patchwork Thu Dec 16 15:23:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1613 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 0918BC433EF for ; Thu, 16 Dec 2021 15:23:34 +0000 (UTC) Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by mx.groups.io with SMTP id smtpd.web11.11752.1639668213500880648 for ; Thu, 16 Dec 2021 07:23:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=a0mdBIOq; spf=pass (domain: gmail.com, ip: 209.85.216.48, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f48.google.com with SMTP id a11-20020a17090a854b00b001b11aae38d6so3555535pjw.2 for ; Thu, 16 Dec 2021 07:23:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=LBuQgKq5M0VbKswVMeC5DpAAQDkAhGyA+T6iHb0mmh0=; b=a0mdBIOqb40RgPW63HLkBlelNalKD9VkVWuxj/G9alzpZ8XnBmLFwoejvD+egaA0Pw E1WzPD3r1Nf+t4UTa9YA1krrqh4JryB/9YlpdaAGknpioDpDJSk+66dKDME7sUM+AcM/ qdA5sLqS8NpvVGOuhTu9n3JxbS+4rlk3S3kk1aHOwOhzwLrdR9N/Oh8POUgOCzAVLNwG J4PK9rfa/RWzZKG7oxhEBjjNxI/Te/05f8st6ib+MrPscJm2/vcbJfz44K6dWG6a/ytP cSt/k9f+4iEU9kFP5s4E8p5W1o8VdjaM4vBuqRYiagnlhaW2PRZ5X8wT/1+UZhhX7QwG Wfzg== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=LBuQgKq5M0VbKswVMeC5DpAAQDkAhGyA+T6iHb0mmh0=; b=qDr8AfRG8y1RMuAiLGjMPsDB5vZEHDvNKWXH6x2vutxNsEaFBitLuIeVf2SbUCI8zO WKOvei9ylzIh+cCxPuWQE7O6X60v2S+Lq6naY4r+wKJc/cm5V9jmizDfaQ83BjANBfUy YxTk7LRx5W7JPsgMdYKvuHxKWBp5Vl9B779xlF762uDLIj9xIycha1nnF/Y+1ZEUAWPV /J2jZGEA2NENjiPM2uuJi/lebFQqWckKXu6f5fdTmgF8BGb3h6gw3AS9w+7+Q994oU6u bKFOWMjyowp2Fotf36pHMHFl9Xr7InjJbmbmIxzwHz5gk3qiKpUJLkINIdX7OQi6zHgd mFYg== X-Gm-Message-State: AOAM532xgB9KvI0kYA8pLnwWpHi66YtMTybheeJCHc65eJAGYkoLUrrj E898dxElYJvt8HaGX2pfkGfiNFNWzgo= X-Google-Smtp-Source: ABdhPJypM4aAJsH9RcwaLfcJlhirvYqoVjEc3sU6JalaMuebylOZKAqQmYCNREVBuXikvY9LR3waRw== X-Received: by 2002:a17:90b:1c81:: with SMTP id oo1mr6726997pjb.137.1639668212870; Thu, 16 Dec 2021 07:23:32 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:32 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 07/18] nodejs: set precise BSD license Date: Thu, 16 Dec 2021 07:23:12 -0800 Message-Id: <806ebd9314a0af89a334e04d85041e54b1ce29ad.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94392 From: Ross Burton "BSD" is ambiguous, use the precise licenses BSD-2-Clause and BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj (cherry picked from commit 4004a2279e11287407d820b997bb043b6ffe6fa7) [Fixed up for Honistor context] Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb index 4715019798..47be000c9f 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" HOMEPAGE = "http://nodejs.org" -LICENSE = "MIT & BSD & Artistic-2.0" +LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=a1016f9b7979cfe6fc3466a9bba60b1e" DEPENDS = "openssl" From patchwork Thu Dec 16 15:23:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1616 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 0EC96C433F5 for ; Thu, 16 Dec 2021 15:23:36 +0000 (UTC) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mx.groups.io with SMTP id smtpd.web11.11753.1639668214774519519 for ; Thu, 16 Dec 2021 07:23:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=XAbtb5Sy; spf=pass (domain: gmail.com, ip: 209.85.214.178, mailfrom: akuster808@gmail.com) Received: by mail-pl1-f178.google.com with SMTP id v19so19696380plo.7 for ; Thu, 16 Dec 2021 07:23:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=3nrXPr4PJKERjdmkyLkrABkWElO7LSMU3FAxey/SvRo=; b=XAbtb5SybnPOa6D/ZxbMoEgFFOOp8keNxvmKj4x9pCrHhYg9JBsmdD/JvItOPlbPNm mUQRDR3Hr1esEj2RWm5AY9CxvvGMlwjsQA3Rf2yaHm72cP6k3P6TEdc0PqmhD5Ow6lwv 89tprDxd4GzpaIC6ZjDV2T8aEI3cT1EhZMeW4/b8GcwOipYE2SnGvah6ZymvxTwWVcdb LMetigqHV5i7SHurHYi0odRURWVgNTqq7jv9xj3YFa1hDf1aIectsHJuQu/XSL5RZ1+s 0yfxyWJZDubaA4MeIjtMSNax0CrfnkSXXjSPaAAPQWoxH3dMChmNpo2H6yo78ItnXpLT 385Q== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=3nrXPr4PJKERjdmkyLkrABkWElO7LSMU3FAxey/SvRo=; b=aRpgAseHs9/1Pyp9UnBF6U/o8EEQJ3uBwJ573QTbm9Lt0oV6T+5qJOGaz87mqZZcFD z2Ijq4FsnJws7xZKEt3IDQQYfLZYArkod9QavIpqTn6qk6SL6rOpEGXjHP0ecvB7N3Kp Ug1bsdWJyxx4qSioyGU3BUkMsAmIL6yUMpIbIGF0Ma7KXf2dInDCE5d4CbqzS/q6Mads /SgpY73fmCCd0lPDjq0XqYrxOXylpUsZQgp0jtGGsMhZxcAWmdbExS+Jf/zGo/o3emin ooqIuExApptV2DJJSbRDl9jYPbYuQK36dvsG46OtR2PPuUsba0ojAWtOuTksiWAKZItt zshw== X-Gm-Message-State: AOAM530Fzj+ntHqc5I8Citln7TkBUVzJ4MLgo08MSUk682NDruJjMCgs /FCcGBHAyVYlL1bvBr25OIO9B/uv6l8= X-Google-Smtp-Source: ABdhPJwrSABlDuW77sZlWv39I4/mX8AYZEd6yZK4MljQT/OOhXgJIwcDe7MEeyAFG2lcihyQagyTpg== X-Received: by 2002:a17:90b:4a01:: with SMTP id kk1mr6662320pjb.7.1639668214210; Thu, 16 Dec 2021 07:23:34 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.33 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:33 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 08/18] libkcapi: set precise BSD license Date: Thu, 16 Dec 2021 07:23:13 -0800 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94393 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj (cherry picked from commit c8384c874f804d591427ab1d70b08a7881285b15) Signed-off-by: Armin Kuster --- meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb index a66504dd83..ad68dc926d 100644 --- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb +++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb @@ -1,6 +1,6 @@ SUMMARY = "Linux Kernel Crypto API User Space Interface Library" HOMEPAGE = "http://www.chronox.de/libkcapi.html" -LICENSE = "BSD | GPL-2.0" +LICENSE = "BSD-3-Clause | GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=c78be93ed8d1637f2a3f4a83ff9d5f54" DEPENDS = "libtool" From patchwork Thu Dec 16 15:23:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1615 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 0F601C433FE for ; Thu, 16 Dec 2021 15:23:36 +0000 (UTC) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web09.11850.1639668215473410986 for ; Thu, 16 Dec 2021 07:23:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=N+n4mX3j; spf=pass (domain: gmail.com, ip: 209.85.216.45, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f45.google.com with SMTP id k6-20020a17090a7f0600b001ad9d73b20bso22980182pjl.3 for ; Thu, 16 Dec 2021 07:23:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=6r7N2S7SpeTu00VboJ3VlCzIkzkGEv5br8l2Nli8+pk=; b=N+n4mX3ja65C8GY+Ovpp9UrzhZ2sygwgSy8mrKef5AKoS+pAnKm0Rz0XK4/iEBilVA Um/CqXll9uZ68sqSdiJQ30eW7ZFZ0LcT8kAHeSTIOSYnGkpPWZ+oltRtREI/HgWn+2ZU OP77xRndXarVIuDlUAQpG5Ai9sLlzO4RH1cgi2KC7gLE3qc+YatLihKpoa6n3g6kcvaU O31QC8Q878iqeLJGorv9pZOQw4NyuKZyPYwyjt2qR+MQSX80exq9t+QxYX+yKFhTfJ4C G/R9EM/JeQzrctPBdq+DUqqLMPn4hhMo20YybVLab9hNHTmIcGomTxRY1ZmFIYMllRok 5U5A== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=6r7N2S7SpeTu00VboJ3VlCzIkzkGEv5br8l2Nli8+pk=; b=w71aCpJeDMlTT1AMLOmMp+9zsa61xBQoIRyOsR+38YwX3B9pn8uVcXhpUc53fzueC/ fXK2GvGDn9xRFfqDrrCafthwjYtYzJESrCaIc9/wcZ7BB4gi1XLCo+7KfAOSBS7uVUtt a6eerPr9DZdbCIKCqiOEC0UicAz1IK7hiyS6p8/NLkm3PQKQc9WrSaGraqyj+kfVMiLB WohkQRV/cAV2hwCVxEEUqXmZJ+Jvd+weMQ0PuA559n4/GFxFXe/UYIboe+S2mt6ufAlS 8QmGhm4GtDeekESa5wT8Igzj/7FOoS8mPJdiu5I5ONspnhXjDGmxt1QbY/4KQjNeXlBR nq4w== X-Gm-Message-State: AOAM53327q/9IzZEtIhXQJhMqWgSM4ERAwUSUuCMfG/AhucYF+quGF6x Q2tnKjBlGmjbrwVfiK7vS5XnntOIa/s= X-Google-Smtp-Source: ABdhPJwznRcAp9AG6iv6uJ7Fkyu0z7ABZq2cd70z60JJEOFVi8K161OsgrS+cCANMwuJfMpuR1Hk5A== X-Received: by 2002:a17:90a:3009:: with SMTP id g9mr6586234pjb.205.1639668214881; Thu, 16 Dec 2021 07:23:34 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:34 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 09/18] pcsc-lite: set precise BSD license Date: Thu, 16 Dec 2021 07:23:14 -0800 Message-Id: <9e0bf0c3b028ec12370f468cd0e2dd09287b88fd.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94394 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj (cherry picked from commit 2755ba786a1d8e54b065320b7a35bfe8f31ef847) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb index 93b18ba1d5..d90dd43042 100644 --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb @@ -1,11 +1,11 @@ SUMMARY = "PC/SC Lite smart card framework and applications" HOMEPAGE = "http://pcsclite.alioth.debian.org/" -LICENSE = "BSD & GPLv3+" -LICENSE:${PN} = "BSD" -LICENSE:${PN}-lib = "BSD" -LICENSE:${PN}-doc = "BSD" -LICENSE:${PN}-dev = "BSD" -LICENSE:${PN}-dbg = "BSD & GPLv3+" +LICENSE = "BSD-3-Clause & GPLv3+" +LICENSE:${PN} = "BSD-3-Clause" +LICENSE:${PN}-lib = "BSD-3-Clause" +LICENSE:${PN}-doc = "BSD-3-Clause" +LICENSE:${PN}-dev = "BSD-3-Clause" +LICENSE:${PN}-dbg = "BSD-3-Clause & GPLv3+" LICENSE:${PN}-spy = "GPLv3+" LICENSE:${PN}-spy-dev = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=628c01ba985ecfa21677f5ee2d5202f6" From patchwork Thu Dec 16 15:23:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1617 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 0F455C43217 for ; Thu, 16 Dec 2021 15:23:37 +0000 (UTC) Received: from mail-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) by mx.groups.io with SMTP id smtpd.web11.11754.1639668216142939077 for ; Thu, 16 Dec 2021 07:23:36 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=fw3aAQ15; spf=pass (domain: gmail.com, ip: 209.85.215.171, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f171.google.com with SMTP id d11so14684646pgl.1 for ; Thu, 16 Dec 2021 07:23:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=XqFKIvSuNM7fnnBjhurqxjlsHZpHnJH/FVCpg3KQrfc=; b=fw3aAQ15vwtUW3hLjZpNggEA+JFbfWLJE6uYXmFasApX5kxQLpw8m9Ma/zh/CaJ1kf vWZ2vaceHqRixtt+flFY9uP+JKkhakemmqfDVsZA5JMsoB8MqcpYroZLpdxucCe9TFdz f4i8da8EJvuCD1JgkU2zbcpaijDaRXDUoQLMMFAQ9Z6jgsI7unA+TvpgkQoPPjryePdR c//hqDlnaYJ2XibqeJpPGMzLlkBPHZMzBufeZPMRbsQ9/eoxkb64GN/KHQmDmV/NunYk JoBEmyHVq/1ntMDdX8B/dk58HFqbk+XhOI98DLAhnoY/LxnK/27GolL1dvCHfRvTOdqf 4PkQ== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=XqFKIvSuNM7fnnBjhurqxjlsHZpHnJH/FVCpg3KQrfc=; b=z42ozbcaqr+L6ZiB6W1mTsSh+3i2UulDCirK4+Hfip3b/5/o/6S9aucOj+k00EdM78 U5+xRA5hhiUNiAJhFD4CYylS20KroDvLj0/GJrHDSjgWrHPkW/cA3/SwsyFiMSU72bTu L3Y1zgneU2t1CsvKDhueNTpMkfi5s+i16fLxnmIimCEA8RDWhI0T9+q5iP13mCFjRh1M 43or1xzG03lu//NRR9QDgeJYuRMQOxp3xc7DOj0xG2VAhIrWrB4LkW471AIlel/KUIfv Lc4LQUiQOSoWU3c1sX1MsnHXh2z18n9ahMswQsjYAM6JEpQ4ZCUnEF19KG6swntsrPLO 7UtA== X-Gm-Message-State: AOAM531KxIznMKnXJOwj/Zzk52D85TR2a7c5S75TiSyxO3NW11V7N+uv O+MoQpw7EMlpGEaH8gqconIcSIsGymQ= X-Google-Smtp-Source: ABdhPJzlnZa/6Q/QC2n3mURK/BXWcKOCzzy2kgEArlbqTsYGGW65alB3kzKZe2WqZXWs6DoXL5qwcg== X-Received: by 2002:aa7:9af4:0:b0:4a4:cd7f:2732 with SMTP id y20-20020aa79af4000000b004a4cd7f2732mr14699468pfp.60.1639668215527; Thu, 16 Dec 2021 07:23:35 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:35 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 10/18] python3-cryptography: set precise BSD license Date: Thu, 16 Dec 2021 07:23:15 -0800 Message-Id: <85bd2259782464ff89c2ae9de8f0fe82a77b2587.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94395 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit 378dbb135b4ce6f44cf647e8aa08f01497c160cb) Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-cryptography_3.3.2.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb index baec105a3e..6c70284564 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb @@ -1,8 +1,10 @@ SUMMARY = "Provides cryptographic recipes and primitives to python developers" HOMEPAGE = "https://cryptography.io/" SECTION = "devel/python" -LICENSE = "Apache-2.0 | BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bf405a8056a6647e7d077b0e7bc36aba" +LICENSE = "Apache-2.0 | BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bf405a8056a6647e7d077b0e7bc36aba \ + file://LICENSE.APACHE;md5=4e168cce331e5c827d4c2b68a6200e1b \ + file://LICENSE.BSD;md5=5ae30ba4123bc4f2fa49aa0b0dce887b" LDSHARED += "-pthread" From patchwork Thu Dec 16 15:23:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1618 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 0E526C4332F for ; Thu, 16 Dec 2021 15:23:37 +0000 (UTC) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mx.groups.io with SMTP id smtpd.web11.11755.1639668216766355849 for ; Thu, 16 Dec 2021 07:23:36 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=h5JeisM/; spf=pass (domain: gmail.com, ip: 209.85.216.54, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f54.google.com with SMTP id a11-20020a17090a854b00b001b11aae38d6so3555729pjw.2 for ; Thu, 16 Dec 2021 07:23:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=VuHs06E+YS/kl54O7w4Nkso4129ZQgKZQvFoLabGXfQ=; b=h5JeisM/cte5EI+xYapqGxpAngiqJtD64XZ3iK6/jZ8AvxG2PZMC8/1o5x60UNVA3U y7yPsFYBhgI7EZZle2H+sX7Bl3V9Q8mwQyvClzBqn/Ik2B4alW8CBG4Tmf6KIAyZQZjN wUKWo2TzMCUqxGKG70hoLgyE7yg8mM7C1FK8be6F0KWn+NKdr+iMRnTtH61LaY+UC/Po egwI0SwK2O6hBdeHs14NpVHQpsQ6k6Q0OBde3YVuU4CjVlwhrw/b3PvA+pRSljqDtCKp 7913YDhAIM3o2e7p9eqm1WI0Fsl7V4ZeA3Lpa20kz9jkxePrMjthZyW8mXGJc6XCMDbo OTCA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=VuHs06E+YS/kl54O7w4Nkso4129ZQgKZQvFoLabGXfQ=; b=eRMGj0n8zP+JXogzXENC6S7VzLcsMv36rmsBTUG4MI/VWtlzp6QSKIWV80JDPRFzM4 GZaemv/TJx7vB7FHjELjU1P1HpPMkEdX0FqtfqqoyWpRmBZX8NO7Xl9QQOjBTpiM3meL 9XDvxMM2XAgIsk7wCDYMADJcU5fVDu5XZF4JoUccmm28baWAmD1gQINjxUEgI48zxR9j eIHsXagNeUcCKuF2cqaJVRfYXjkm/r8dMeyRiZw7/EkEMgpWhud5zku/F0aNme2/QcKx gZGrkhfz8Ch0NaKs8Shr7+hFwbKRV5f+p+WRuLJ1eDAG+Z0Mphhw2C3ybaVdX030oXKI okcQ== X-Gm-Message-State: AOAM532bltmCJJJOJooDKghVePq6fRGnUn1c7epa7GUwndIFpsJw8cU8 ZDN7osrQm6BSKXIO7jH3ct2/1PPxsH4= X-Google-Smtp-Source: ABdhPJwFjvmADhKMi3wow+57+Z2M/cFO1iHisxZRrKtRTQfMNQlUAqwDJa6GwCbUANZu2yDHNH+WMw== X-Received: by 2002:a17:903:230c:b0:148:a7a1:e697 with SMTP id d12-20020a170903230c00b00148a7a1e697mr8842529plh.154.1639668216149; Thu, 16 Dec 2021 07:23:36 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:35 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 11/18] python3-crypto-vectors: set precise BSD license Date: Thu, 16 Dec 2021 07:23:16 -0800 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94396 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit cf172e66fe8f0ba6f676beb1eae6efb7c00d8b1a) Signed-off-by: Armin Kuster --- .../python/python3-cryptography-vectors_3.4.8.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.8.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.8.bb index 2fb48f3cf7..25ff63b5eb 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.8.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.4.8.bb @@ -1,8 +1,10 @@ SUMMARY = "Test vectors for the cryptography package." HOMEPAGE = "https://cryptography.io/" SECTION = "devel/python" -LICENSE = "Apache-2.0 | BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4" +LICENSE = "Apache-2.0 | BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \ + file://LICENSE.APACHE;md5=4e168cce331e5c827d4c2b68a6200e1b \ + file://LICENSE.BSD;md5=5ae30ba4123bc4f2fa49aa0b0dce887b" SRC_URI[sha256sum] = "4c84410257993d3de058b44b777a49e1da2ae35ebea2970a360c7e3aa0f580f2" From patchwork Thu Dec 16 15:23:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1619 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 0EF32C433EF for ; Thu, 16 Dec 2021 15:23:39 +0000 (UTC) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web08.11880.1639668217941838708 for ; Thu, 16 Dec 2021 07:23:38 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=N347k9kp; spf=pass (domain: gmail.com, ip: 209.85.216.45, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f45.google.com with SMTP id a11-20020a17090a854b00b001b11aae38d6so3555771pjw.2 for ; Thu, 16 Dec 2021 07:23:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=UhkZ2NhiN/lrPkG1Rxs2HaPLKZ6fW5g/v7a0fNCEUVk=; b=N347k9kpsDf6lt09OV2PMQVCFWgQOkQUStX6UKAbte6VnAOd4TqRZfC4tPIOA+4W25 LQh5UGKq0fppefUaNB9MtMkvj2mLQ++LkI9xR1I0b3GjqKBluxDQAsSu8gYf9CLOqLMG zLwG/bfgjzxxsdZpYxi9Zskc20CBD+Ui1zf+dJKTTUn12dd7yDa2lHie/wwALRDhATmL y2jbNc5M5pL4RziDSbEGdwg1//6Vgfd1oBjMZpYkSJV/1SAInewV04C/ZkZ+epJ69TrK RZWvbrWdFZFu3PiJXkXa+KQnjbMSiHJmBoBJyD8S00s4IV1uHqs513TYtacOesdiMiT1 QDDQ== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=UhkZ2NhiN/lrPkG1Rxs2HaPLKZ6fW5g/v7a0fNCEUVk=; b=bSSUDx6czJwDhyOQTwVmvs4NzszBtqIxZtVXHh6Az02ZXgUGdcqjvaKTt+7xSo4zQ+ Dm5KYvG6qJdWc/HNza3qz6xWlhv9tDz86MvJ3PkRHO0cstwAOBoLyF1mWO6wf/AjHxeu GIFbJAw1CLPYO+eG300OyNdhoyWt7hhuG2UWOJKIbDuIU6PoeoAlsgTDPFFSzKClhb2j vva7y4GCvw9MPKQ+Jq9nNBM7WdD/O14+4VR4sgQ2q4tWmUkALp5o08ArPb4tp8/O0E4S JsMvVXxql6hZdsLx/51AuBiuEy0G5UBmtPxxloUSA21/zx9dvwsyYH/TNrjRsuc81i/H bYig== X-Gm-Message-State: AOAM532z89mnlckDhA/2/bdiO2dHILTakSInSoQSDZea4oofHGQo87lX i/FfnYYRCPmTjIX9NYm6fZd8lYvED/U= X-Google-Smtp-Source: ABdhPJy0GgiAHUTxngAQfs02CIMU35GDPhj2F1TA1COBjerIzROQnmBLlr1f9WwdLz6ySN3CeA648g== X-Received: by 2002:a17:902:b695:b0:148:a2f7:9d76 with SMTP id c21-20020a170902b69500b00148a2f79d76mr10205797pls.149.1639668217301; Thu, 16 Dec 2021 07:23:37 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.36 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:37 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 12/18] python3-gevent: use system libraries instead of embedding Date: Thu, 16 Dec 2021 07:23:17 -0800 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94397 From: Ross Burton gevent by default will build its own c-ares and libuv, but that build needs patches and embedded libraries are bad form. DEPEND on the recipes instead, and turn off embedding. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit 2d63ec9476690a0da648c805dc3fdb9b0201bbbb) Signed-off-by: Armin Kuster --- .../python/python-gevent/libev-conf.patch | 26 ------------------- .../python/python3-gevent_21.8.0.bb | 22 ++++++---------- 2 files changed, 8 insertions(+), 40 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-gevent/libev-conf.patch diff --git a/meta-python/recipes-devtools/python/python-gevent/libev-conf.patch b/meta-python/recipes-devtools/python/python-gevent/libev-conf.patch deleted file mode 100644 index 79c1867ba7..0000000000 --- a/meta-python/recipes-devtools/python/python-gevent/libev-conf.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 2294734ef9d5e2efb05820e9759a1635799bdea9 Mon Sep 17 00:00:00 2001 -From: Andrej Rode -Date: Mon, 10 Apr 2017 19:25:18 -0700 -Subject: [PATCH] libev: make configure crosscompile compatible - -Signed-off-by: Andrej Rode ---- - deps/libev/configure | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/deps/libev/configure b/deps/libev/configure -index 743817e..96c2366 100755 ---- a/deps/libev/configure -+++ b/deps/libev/configure -@@ -2208,7 +2208,7 @@ fi - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' --ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_link='$CC -static -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - --- -2.10.2 - diff --git a/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb index 74ae6cf69d..8fb6e18504 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb @@ -7,27 +7,21 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65 \ file://NOTICE;md5=18108df3583462cafd457f024b9b09b5 \ file://deps/libev/LICENSE;md5=d6ad416afd040c90698edcdf1cbee347 \ " -DEPENDS += "libevent" -DEPENDS += "${PYTHON_PN}-greenlet" +DEPENDS += "${PYTHON_PN}-greenlet libev c-ares" + RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \ ${PYTHON_PN}-mime \ ${PYTHON_PN}-pprint \ " -FILESEXTRAPATHS:prepend := "${THISDIR}/python-gevent:" +SRC_URI[sha256sum] = "43e93e1a4738c922a2416baf33f0afb0a20b22d3dba886720bc037cd02a98575" -SRC_URI:append = " \ - file://libev-conf.patch;patch=1;pnum=1 \ -" +inherit pypi setuptools3 -SRC_URI[sha256sum] = "43e93e1a4738c922a2416baf33f0afb0a20b22d3dba886720bc037cd02a98575" +# Don't embed libraries, link to the system instead +export GEVENTSETUP_EMBED = "0" -# The python-gevent has no autoreconf ability -# and the logic for detecting a cross compile is flawed -# so always force a cross compile +# Delete the embedded copies of libraries so we can't accidentally link to them do_configure:append() { - sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/libev/configure - sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/c-ares/configure + rm -rf ${S}/deps } - -inherit pypi setuptools3 From patchwork Thu Dec 16 15:23:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1620 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 0DCFBC433F5 for ; Thu, 16 Dec 2021 15:23:40 +0000 (UTC) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mx.groups.io with SMTP id smtpd.web10.11866.1639668218839042511 for ; Thu, 16 Dec 2021 07:23:38 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=AyBwffeK; spf=pass (domain: gmail.com, ip: 209.85.216.50, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f50.google.com with SMTP id gj24so6878944pjb.0 for ; Thu, 16 Dec 2021 07:23:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=NkeO23PO+OFq0jZ9TKIB2jJJ04WSxIOxyoQpD2741JQ=; b=AyBwffeKCGFosoN69hLJYughpTzKucRUpwY06PyHY8Y1uvg8WHz64uLKhYDktXcuu1 4lTtsuCS+kuBxIMZhQ5fl1w5EhXV1E7eQGw9hz6mAsobjiTo89oro7S4SoDTuWnbwu3d mWfwQEbSvcTPsIQiFCGaLEihBd6AjjiNOYpu01wtCdWq7aKlthB0+rY/nV8Yxn/fVYmF Vbv26UPYn2FKzVE3JK9SqGPGwEnif8ANJI2pVgmQ/wbgZDb333v90KonJROQVrZYNFU5 42pUt0y/s15dGKVRVftzM0q9NguKUahdYpwnSS7C1gzeFw2c7MFAQyQWG0hWrYIEZ9vs UNOQ== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=NkeO23PO+OFq0jZ9TKIB2jJJ04WSxIOxyoQpD2741JQ=; b=WUxtg9aKnfcAUAxyMap96JMoNW1iuMrNxW2KK3rq0ryo2oOV9J7cZYNZLbOcnrd13p MV0LbMkcFTN6ILbybChhmhJqyOrJIotWFmJk2ZZJv4qmAhC2HJqkcneQqcGM04M+XK5a mPHyob6/R4G3J06HYmzMv6DsmMyJ1T7iPFA00JriWSVXA3vUp3xJoFupH9pjR/IZArDE ps/8ZVVURhbvftIpBrgkWUwG5oZ70bvZyTJvpWu1pwRHjoSsASxGlhOGblqEyMHIbjlI nFh8f7pHN4dRaJFQ7WvXs/vHNDFbvd6rtjoIpgejBwUKO8oPdZA85pCYA/6o+o2DdFor Kmig== X-Gm-Message-State: AOAM530EP85CFPJC2bFGHyxncsmDYsI35cQndI/jh0fawtepcpPEXUOi O4b9ujclx8TqfUWfcnTyWnftNeFK8BQ= X-Google-Smtp-Source: ABdhPJxW2p9OECkIjPKLRRKXKdbkx1Z4eepHGf9siyzyHiz6gOb+yByDDsotsmiTQm7pu3ltRNP44A== X-Received: by 2002:a17:902:d64c:b0:148:b8ab:ceee with SMTP id y12-20020a170902d64c00b00148b8abceeemr5476613plh.111.1639668218205; Thu, 16 Dec 2021 07:23:38 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:37 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 13/18] python3-gevent: update license Date: Thu, 16 Dec 2021 07:23:18 -0800 Message-Id: <46026cd6ec5f8cac58e846e7e46d0635e4a52f06.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94398 From: Ross Burton gevent is MIT, and it embeds copies of Python which is Python-2.0. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit 91b516cc80ea9f46cdf94bd4ce6a168c240b5c58) Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-gevent_21.8.0.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb index 8fb6e18504..7bdf126dea 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb @@ -2,11 +2,8 @@ SUMMARY = "A coroutine-based Python networking library" DESCRIPTION = "gevent is a coroutine-based Python networking library that uses greenlet to provide \ a high-level synchronous API on top of the libevent event loop." HOMEPAGE = "http://www.gevent.org" -LICENSE = "MIT & Python-2.0 & BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65 \ - file://NOTICE;md5=18108df3583462cafd457f024b9b09b5 \ - file://deps/libev/LICENSE;md5=d6ad416afd040c90698edcdf1cbee347 \ - " +LICENSE = "MIT & Python-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65" DEPENDS += "${PYTHON_PN}-greenlet libev c-ares" RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \ From patchwork Thu Dec 16 15:23:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1621 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 0DD2AC4332F for ; Thu, 16 Dec 2021 15:23:40 +0000 (UTC) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mx.groups.io with SMTP id smtpd.web08.11881.1639668219527853815 for ; Thu, 16 Dec 2021 07:23:39 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Ba2HOcvA; spf=pass (domain: gmail.com, ip: 209.85.214.175, mailfrom: akuster808@gmail.com) Received: by mail-pl1-f175.google.com with SMTP id c6so841869plg.3 for ; Thu, 16 Dec 2021 07:23:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=4jq7p5GDh+EOA3VfsqRY8n36HNiVZi7z9NPOPZUY23E=; b=Ba2HOcvAGDlI8r9do4es5jXECm2DbOnhqb12P6LDsJrErUnXKPA/C7ZZ/3e6IyyHt0 YPl3ss5zJ1DdPuC+kXF0quqlQWrMxPgurAdoaxvXAbd35mgQ3W47e/4OZvLOri8FXiGD i8O/0CgGBbbpU43h7vLXb2vWQG3lY9hK+Na5zzOsos65k0KHJQBJeLYxDafl/EHrvlvP vuol1ZdQCoW3tDDs3g/u37Qp++Q4wqcSGXrCZ7nswyN6reQRMznuytegcruybWOVm5V8 VK0RDTkPjiszJv3uhWTn1QMNT1O7HWAWJ4Wd9NmVhZ8NQdmqzt5LzGBBvEx4GmmWmzLS EoeA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=4jq7p5GDh+EOA3VfsqRY8n36HNiVZi7z9NPOPZUY23E=; b=RqNFpbsrWDnRs1OSkdaNbVPqXRk8WoRe4kKj7hEI7jonHPceibBC62p5CTMM6uNhGb 3pMUKCJSmfUel/TE/zJ5SY5GyOA6JIixsguSjVO/PC3ivvQhnJrcU3Ws9OMqLcLGJorM TR9mEquV9gKXN2qqSNr3AfRMkPTgXHRDAmbS6fxxtP8QcHG7NE8yXa76izaTu4Os19hy 0eSmzHasuYTQGVhjHLXdGB/O6gF77oNA9AiWtEnJL/Wk47Tf2gevdErxaYTZpeyhUCIA cf6W1Jze6t0zhInP9j9T8tpRPkziN8h/ozSGSw9Wz1WP9ney9/UcovREBTkbIhkfAfVz RMjg== X-Gm-Message-State: AOAM531ryhEFIr0Vz8rUmlMHwXHwH1ONkbZj0Nx7HNCp+L7dCqMZ0Kv1 PCnsKSzgAxKkrUi0E2/KdlOBNqn+d+s= X-Google-Smtp-Source: ABdhPJzSykyJWfRl+cadBefSGzFKR7FKPeeT7MSvbmEEHCxypivIjDprkAjuYQTsCSJF5KvZh8x8RQ== X-Received: by 2002:a17:902:db12:b0:142:3ac:7ec3 with SMTP id m18-20020a170902db1200b0014203ac7ec3mr17160516plx.2.1639668218834; Thu, 16 Dec 2021 07:23:38 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.38 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:38 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 14/18] python3-lxml: set precise BSD license Date: Thu, 16 Dec 2021 07:23:19 -0800 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94399 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-3-Clause. Also update the HOMEPAGE. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit 45e5b27db6f34cefeb4d66197161fbfa9ebd476a) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb index 669c2eaeeb..d5594847f4 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb @@ -4,9 +4,9 @@ libxslt libraries. It provides safe and convenient access to these \ libraries using the ElementTree API. It extends the ElementTree API \ significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, \ C14N and much more." -HOMEPAGE = "http://codespeak.net/lxml" +HOMEPAGE = "https://lxml.de/" SECTION = "devel/python" -LICENSE = "BSD & GPLv2 & MIT & PSF" +LICENSE = "BSD-3-Clause & GPLv2 & MIT & PSF" LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ file://doc/licenses/elementtree.txt;md5=eb34d036a6e3d56314ee49a6852ac891 \ file://doc/licenses/BSD.txt;md5=700a1fc17f4797d4f2d34970c8ee694b \ From patchwork Thu Dec 16 15:23:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1622 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 0A6B6C433EF for ; Thu, 16 Dec 2021 15:23:41 +0000 (UTC) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mx.groups.io with SMTP id smtpd.web08.11882.1639668220381422069 for ; Thu, 16 Dec 2021 07:23:40 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=GrhGzB2V; spf=pass (domain: gmail.com, ip: 209.85.216.44, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f44.google.com with SMTP id z9-20020a17090a7b8900b001b13558eadaso1213977pjc.4 for ; Thu, 16 Dec 2021 07:23:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=dibHPr2t8BYo2ElJ0Zo4lJ2Qfe7tyb2n/cIrdPZk9Rg=; b=GrhGzB2V/QZ+hA7rCQYFzGAXKUOkk4D1x1uJrPladahY6hdi9G33KCV4CER6wjHL7A 3kiJKWRW/6+HttAIBK/MTY7X3jIyyMFL2OA9RptOZL2Yva4HnW9aaTunp1+hfZ4+ONGT wnzl/rnYwD7A1b2xxo7kuC5m7DhMEKPeb1HaAEgOGjtnlTKUm0uy8x/N/DEIENgX/b9+ D9wHTZnw4hDF0EmXDB3XTHBKLURsvO0asll1EIgRj5MRoQTmrhv4J/NYg9/WSdw35BDm Rq5cv6MOL2376vSu4Naq+bzNH+aMmQvcd43RB8rHhVjT0MaSIibJf334UkeNdCgpY3je 10Dg== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=dibHPr2t8BYo2ElJ0Zo4lJ2Qfe7tyb2n/cIrdPZk9Rg=; b=PxVZkUqun4f89RR6kVcjYKenBq46DLVaDbuuyx5Ps5RCNOowZMg0cXh4J4W2LoUSJq DhusLvlPO7u7lmXIrqSEiqn0s1bQiiM4SvSD7luTW2koIFzdjxLbfoim8MHLX9uuTuDT sFNW4FXc3ZS/RwVsgPlMTKuw3YYXJUUlYsxBqLBUmbP5hxK8e2kd59lev/BK/DzY2AEL VAUHq/DIE3hjXOEttBnwAtPkfFb6WLZl+UMtfqe+wVB0lpZpQvsMR5LfZO2zB5YTW8N6 uwsdDO1RGSzOVu+8tfiDoDfN0907tmUi28cPlWCWo9Cakxx9J61oEmuw3/r6j9O+FFWY bM/w== X-Gm-Message-State: AOAM5336KNIgofL+Z0GnDSkzm3WvRSrJyHG6IAy02+xZXu40froGQF7J wZPpdKvBWNuUtafoRwNMkeAP3Nojxkg= X-Google-Smtp-Source: ABdhPJxge/ut+6QOf6JdR4Rw0AWdLQMW4FT28+Y/+0sLT5TmnfcNzwZCyIqKXckuPcqmO4IvWykCYg== X-Received: by 2002:a17:903:230d:b0:141:e3ce:2738 with SMTP id d13-20020a170903230d00b00141e3ce2738mr16612706plh.57.1639668219759; Thu, 16 Dec 2021 07:23:39 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:39 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 15/18] python3-posix-ipc: set precise BSD license Date: Thu, 16 Dec 2021 07:23:20 -0800 Message-Id: <2def8912aabde1433175e414ef18ef1a50eb02aa.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94400 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit 4b526f42ed8db2c45bdfa7d1ba0a37e444676e1f) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb index 2377bd5258..c46881cd47 100644 --- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb @@ -1,7 +1,7 @@ DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/" SECTION = "devel/python" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=dc089fb2f37e90799a54c19a20c9880f" PYPI_PACKAGE = "posix_ipc" From patchwork Thu Dec 16 15:23:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1623 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 0AE0EC433FE for ; Thu, 16 Dec 2021 15:23:42 +0000 (UTC) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mx.groups.io with SMTP id smtpd.web09.11852.1639668221159086462 for ; Thu, 16 Dec 2021 07:23:41 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=lMPwcM9M; spf=pass (domain: gmail.com, ip: 209.85.216.52, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f52.google.com with SMTP id mj19so5892836pjb.3 for ; Thu, 16 Dec 2021 07:23:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=5lMQwvMaVi6o9sak7dW383O3PYj+I3wSR5fTAZ6LMU4=; b=lMPwcM9M4tUCmDmHzJnurIGZ+MRn4Pg9jOfhq4T4DlIZNpCgcuKf8NGBTXxGjeTuhn uDPANMWNk2ZB4jYJA0CxQL55amT4VkVgAJ/0iaml3+YeUylnvjY3fwlb3OagjAX4m05h IhJgbK3AIwdEMjdDZz5zUbfaAYzyYlA3SwrOh1rNjL7vkolu10kwUrTONzri0HwNHIiD 9hrm1RCBjsr34VJXTop9NCi5k7c2Hyj8b+/oMHSPur7jse0ZwnPxzC8hZVddcIk2uAw2 5vU1zHtYamsuhAAMAxAfvwzJNRBbKhWew25MVhHyInxCo1qmx4+Pbvrbn2woXT7A9uMK kLWA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=5lMQwvMaVi6o9sak7dW383O3PYj+I3wSR5fTAZ6LMU4=; b=BSp0JkBm3qrwIG1ylktHySEcDfCEXMQF4NV4a7BO1nAzTnVhnInOkFAWCr8pQhD4n0 hDngOXggC1WyAbNF8cFBEXV8hmVY0shI2rk/0ZzepAosDzbNyDCmpVlMQbITdVzZhMsd c3/pf6mTbuJOH1CRxDwqpx5SncFrFss2jNOxSRfJRFmyT/7Yfeb4YjVjATQ35m8Yvey0 vIr5bbzixG93j88Fe+vgORyE7bpykHgGqTsSXY0W8PG0iB96tZQPVR+H1P5vuy1kIYUm O8vkYR2O3YCyaZvfzSdDXBRvVDwUN0k///G2E5We+2dL0Al54Gm4xxsGI6jjdpgzP9QU BeOA== X-Gm-Message-State: AOAM531eoRuoHFUMpHz3pCuhOkqOx7etapCCTktc88EbgS6ggulJzD0M qf2A43tpZrl7v2Nni2kMiPoaLqxljOY= X-Google-Smtp-Source: ABdhPJwgcmm2tqZrTUlUhmskCl50BUelYHW7iZtUNT26QvGAZ1fEnzjE8Cd2Ypxad01hCCo8Xq+SKw== X-Received: by 2002:a17:902:c412:b0:141:f710:2a94 with SMTP id k18-20020a170902c41200b00141f7102a94mr16748508plk.1.1639668220557; Thu, 16 Dec 2021 07:23:40 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:40 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 16/18] python3-posix-ipc: remove spurious dependencies Date: Thu, 16 Dec 2021 07:23:21 -0800 Message-Id: <8b5bfb2e008ec58a1d9354e6c16c20f0fce0b13b.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94401 From: Ross Burton pip isn't needed to build, and adding the empty string to RDEPENDS is most certainly meaningless. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit 57ae325941d3a71eaeeca107ecef69d664a3f710) Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-posix-ipc_1.0.5.bb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb index c46881cd47..d66ef0e3c4 100644 --- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb @@ -13,13 +13,3 @@ SRC_URI[md5sum] = "8c9443859492ecf3aae9182aa6b5c78c" SRC_URI[sha256sum] = "6cddb1ce2cf4aae383f2a0079c26c69bee257fe2720f372201ef047f8ceb8b97" inherit setuptools3 pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS:default: -RDEPENDS:${PN} += " \ - " From patchwork Thu Dec 16 15:23:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1625 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 0C077C433F5 for ; Thu, 16 Dec 2021 15:23:43 +0000 (UTC) Received: from mail-pg1-f180.google.com (mail-pg1-f180.google.com [209.85.215.180]) by mx.groups.io with SMTP id smtpd.web08.11883.1639668221873437432 for ; Thu, 16 Dec 2021 07:23:41 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=JR/0FTKd; spf=pass (domain: gmail.com, ip: 209.85.215.180, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f180.google.com with SMTP id 200so14505682pgg.3 for ; Thu, 16 Dec 2021 07:23:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=aFkuZabvlEsDsIXTUfGfjtwDjnVdkeKYJ9ChXm/MXDo=; b=JR/0FTKdoqFybfbr8YvIv1OJJqzuC0TFpX0G+XH5h4J4WeLV1924VDX7df6woTFQkK nOXAJpz3CHsba0k0Hz77RUI7wKlOmsCgBGYjxHfARlMcfBgrq9ohHZnu4YHO/H2+hiBu coBRkZsb0wVDBMQbygi0o+tfmRCNZpyDtY2jMMU2osyZDz9TJAAYT52bWBoNZwDQ/hUV k6/Ci111A5GstBInCDn4EtWYY3gLO882MbA71xFLRH0jgI+hBhdW7QJKypycEarTkaRg lQY76nALR/579M7t7vt1nOyjDtTR8LDt/RVGL4ZJJ5zok04iJEhC8/pqjx52FC9U+hnA 6aEA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=aFkuZabvlEsDsIXTUfGfjtwDjnVdkeKYJ9ChXm/MXDo=; b=rTMJ8xTuZKQ+Ijpexan9qLj92CwyUZnHeRvLV6QxWUN7T8R34/zwRTjegV3mCmDs6A SLgFnAlCt8B48pZPZjz/tiWkutlGRhfsPYxlyPed+wPErqcDn5RGy3hsNUEVdarQMgxq N94mlaF41a/kcFbDu1xZ9dEowqOl8p2c1gvsRIGuC9Y32E2qV2ksnhkyA8YcUiNVv9ui awblEZBIxRFrcMUJw2ScNFUvnrKlDSD5PPq1UIQzYZmlC8lT0wNVZJGo6ImMosfwW24k q62nB6ydsLjQdpUb/2iDx8FaH93gA2XqXXMcGid84jFoVNHU8zSsxg65lugkL7bC6Wlh YlaQ== X-Gm-Message-State: AOAM531Ic7xQ6HrHXXXDwIy0sFBbMRi3mn2O4iqpi6NWDeKZ4y5QVy8K Lx/HkZNOoU98A5+arL17v6yKnQf28lg= X-Google-Smtp-Source: ABdhPJxUFuSXp6dYyPdaQzDje3SNFo4FuCp3joQrLmZ1Fmmr0LCHzBh2/TOYtN2iHve1HXZqeXTp6g== X-Received: by 2002:a63:1422:: with SMTP id u34mr12580628pgl.135.1639668221243; Thu, 16 Dec 2021 07:23:41 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.40 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:40 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 17/18] python3-pyzmq: set precise BSD license Date: Thu, 16 Dec 2021 07:23:22 -0800 Message-Id: <1a8108873029a3787dbcc42bcad3c7ada11eaa52.1639668121.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94402 From: Ross Burton "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit 57647ea0d6b87a02bf812192ae39f2d81644b744) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb index 3c91eee16f..87605c2b3e 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb @@ -1,6 +1,6 @@ SUMMARY = "Pyzmq provides Zero message queue access for the Python language" HOMEPAGE = "http://zeromq.org/bindings:python" -LICENSE = "BSD & LGPL-3.0" +LICENSE = "BSD-3-Clause & LGPL-3.0" LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \ file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e" DEPENDS = "zeromq" From patchwork Thu Dec 16 15:23:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 1624 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 0EE8CC4332F for ; Thu, 16 Dec 2021 15:23:43 +0000 (UTC) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mx.groups.io with SMTP id smtpd.web10.11867.1639668222692151152 for ; Thu, 16 Dec 2021 07:23:42 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=n+nADNs0; spf=pass (domain: gmail.com, ip: 209.85.215.178, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f178.google.com with SMTP id 133so23331270pgc.12 for ; Thu, 16 Dec 2021 07:23:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=TIXzjCG3VBU9XSk6a0PJq4xdDm07NXh/2UkXe3XtjUs=; b=n+nADNs03UwHMj/xhwO4JMpjgSvDf1SoJ5zaLNjFsaGGYPtebkSjNuOAoOPvJp9t5Q xjW7pv+hAIFGGtZMSogMMa69gFjWCTw5mFBd3tDtE+ncCGgCJMtm02AyNM0clMjQ7mHn osXl0dB+7UMC7CcpyylAyNAFD97iIv0m5JEn3waniKwAqTz2TZyQLrFIhzK6vxBPTcXv JaqDDrgNsh4xNoQnW038VdjDVuKUzjjVUb0f1LyE3TE3zR4Wnit3Q70/sto4eYFTACz8 EsukEWvb0hYtH28KH04lcICQO9aQVECG5QffRP6RWI0g8Fgk6O0lFw/ilThQtMX8may1 p1PA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=TIXzjCG3VBU9XSk6a0PJq4xdDm07NXh/2UkXe3XtjUs=; b=zq9K+NhqJPmarUp9VgREbeI5gjeLOpwAaZJFRqesGPoKIYJxFl7r0LacZWSwzUjQrl pbZjcTrZNrH/MExhrwaKfRGEP2smPzi18hZMfM1YButki62mk2rfOlkLY7N3pmDd24Zf 5mkoDMO4ROkZa2kDxIqmjXqQaYeYJaMxm0hXV+rRrCjDK4PNvnVJ0tSe6WDARmDwx1vH fhotDwyJNTRxpc/pA0diT0GSQJNQgAkOwXyIfOZm1JJDWW/JoLx6T7kd6Z161xuRxiSO v6NOUNYQxuxVqXm8GaQWiKgWqyhdk5YVx4GZB/QXkpr4vQRhdYEJ9fCW0zCM2K/HUOYA aTXw== X-Gm-Message-State: AOAM532TVvHAc/x/+n0NJWH6t5uON+fVwkwLtE4fTJ9cVjX0ygQ2NoZF /78jouW8ILQc8ZZRVvWC66Scm5fRjIY= X-Google-Smtp-Source: ABdhPJz3wllyZEYqUIuR6f5aXJUO9uj8OHUeW2yWKxAf2qSc/rviNj6UdjJwf/wCFhAXclJvW4lapA== X-Received: by 2002:a65:50c6:: with SMTP id s6mr12890782pgp.352.1639668222063; Thu, 16 Dec 2021 07:23:42 -0800 (PST) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:7d7:ca51:b150:8ee7]) by smtp.gmail.com with ESMTPSA id k15sm6795703pff.215.2021.12.16.07.23.41 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 07:23:41 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [honister 18/18] fb-test: fix SRC_URI Date: Thu, 16 Dec 2021 07:23:23 -0800 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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 ; Thu, 16 Dec 2021 15:23:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94403 From: Oleksandr Kravchuk Original repo doesn't exist any more. Even though I couldn't find any new official repo, this is the only one on github that contains used commit hash. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj (cherry picked from commit c57e4d5faa3d1c4b23173a4f26b2cd1aff846b34) Signed-off-by: Armin Kuster --- .../recipes-test/fbtest/{fb-test_git.bb => fb-test_1.1.0.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-oe/recipes-test/fbtest/{fb-test_git.bb => fb-test_1.1.0.bb} (82%) diff --git a/meta-oe/recipes-test/fbtest/fb-test_git.bb b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb similarity index 82% rename from meta-oe/recipes-test/fbtest/fb-test_git.bb rename to meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb index 2992135726..14ab41b144 100644 --- a/meta-oe/recipes-test/fbtest/fb-test_git.bb +++ b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb @@ -1,12 +1,10 @@ SUMMARY = "Test suite for Linux framebuffer" -PV = "1.1.0" - LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" -SRC_URI = "git://github.com/prpplague/fb-test-app.git;branch=master;protocol=https" +SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https" S = "${WORKDIR}/git"