From patchwork Thu Feb 24 09:23:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Puhlman X-Patchwork-Id: 4206 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 E9BD4C433F5 for ; Thu, 24 Feb 2022 09:23:54 +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.web09.8310.1645694634505387513 for ; Thu, 24 Feb 2022 01:23:54 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@mvista.com header.s=google header.b=Td89m/4a; spf=pass (domain: mvista.com, ip: 209.85.216.48, mailfrom: jpuhlman@mvista.com) Received: by mail-pj1-f48.google.com with SMTP id h17-20020a17090acf1100b001bc68ecce4aso5166486pju.4 for ; Thu, 24 Feb 2022 01:23:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=OHNStWAofRRx+h9oz13eHxAqsU9fdSW+eQarZxI5xN4=; b=Td89m/4aYmflmWlSCasJaqB5ydSWBd/ezOaxl0pBjca2G1lhSLmGv91exSyDTEYY/0 Z4fiqzTIpcdEqhkmJVGP9Ms3kpnvWKmCOFp3BQ+t74ykpUanJk0AbHltTdAch+dGiizr +PiuSPXH5w+7Y1TCr96rW6h5YsDUqXJ79OnzM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=OHNStWAofRRx+h9oz13eHxAqsU9fdSW+eQarZxI5xN4=; b=hBCNK38ErFOnlkXBfHmRR7bZfG7OsL1Wx4u2EuMzsZ0hsF7SDzPUeUzK3d+I8eLIrN FGkYQOjg8lCEQtl/A3jUFAF/Cfa1cM6q6ESb5LSiNWesOJPJXswMgvXu/HGwULnyx7AM lDoprJ/2NW9qTWQFfQbsi1E7lG9VnEwo+uC1Z/y7bq23SP+kCAYN6iT6d2Z7/XeyY2eB ontGKdCFrTisZX9gQQnrMQ9aefjUSFR8sudXoMho3NtT1cXkACrvimzEi2P2JCbWpsQY QoZS8MZI4k6RO9njNnTA3xqLeD/Yi6Amh3OgcCnWdF/SN11gPJTPjNWL9wd7sCxTTj1h z18Q== X-Gm-Message-State: AOAM5335F53LH3pXu78deLvPzgFL8oP7MNLMFm19WCX3o3QohrNWSQB+ gYXfl8avKL0c9YYM73gFDkN4zpIeO+FhTg== X-Google-Smtp-Source: ABdhPJy4HGK3rWioVv7m1uIHw60gevCawUp2LacOE6fPPmPoJbn7KsJ6Awh/GcTbOREuiPgp7VPbTw== X-Received: by 2002:a17:902:e949:b0:14b:1f32:e926 with SMTP id b9-20020a170902e94900b0014b1f32e926mr1712460pll.170.1645694633769; Thu, 24 Feb 2022 01:23:53 -0800 (PST) Received: from red (99-14-97-149.lightspeed.frokca.sbcglobal.net. [99.14.97.149]) by smtp.gmail.com with ESMTPSA id o10-20020a17090a4e8a00b001bc778f4ea5sm5432962pjh.57.2022.02.24.01.23.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 01:23:53 -0800 (PST) Received: by red (sSMTP sendmail emulation); Thu, 24 Feb 2022 04:23:51 -0500 From: "Jeremy A. Puhlman" To: openembedded-devel@lists.openembedded.org Cc: "Jeremy A. Puhlman" Subject: [meta-java][PATCH 1/5] Switch compat to kirkstone Date: Thu, 24 Feb 2022 04:23:35 -0500 Message-Id: <20220224092339.2711524-2-jpuhlman@mvista.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220224092339.2711524-1-jpuhlman@mvista.com> References: <20220224092339.2711524-1-jpuhlman@mvista.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 ; Thu, 24 Feb 2022 09:23:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95504 Signed-off-by: Jeremy A. Puhlman --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 7791178..2e2ce16 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-java" BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-java = "10" -LAYERSERIES_COMPAT_meta-java = "dunfell gatesgarth hardknott honister" +LAYERSERIES_COMPAT_meta-java = "kirkstone" LAYERDEPENDS_meta-java += "openembedded-layer" LICENSE_PATH += "${LAYERDIR}/licenses" From patchwork Thu Feb 24 09:23:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Puhlman X-Patchwork-Id: 4207 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 0A859C433EF for ; Thu, 24 Feb 2022 09:23:58 +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.web12.8135.1645694637671764018 for ; Thu, 24 Feb 2022 01:23:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@mvista.com header.s=google header.b=eTjLaRVx; spf=pass (domain: mvista.com, ip: 209.85.214.178, mailfrom: jpuhlman@mvista.com) Received: by mail-pl1-f178.google.com with SMTP id q11so1149588pln.11 for ; Thu, 24 Feb 2022 01:23:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=pwguSb8X/3h8wFLKxsbL0ssSv68vQXO9q5bm2962whY=; b=eTjLaRVxiaYJqAW0Ttr8tN4IThKGBuSvW2L9wXFdivkAaMYUohT6Q2/X0wS8ZFzt+b yXCSmGZehGdJLEGeortuHWxuQ7whoJIeAdkUHgA/dQvpQW7VzZyf0v0DwbYblw8TQM0C 8Ef10rEPfqbJaKKnxjf0M3DT0nTkXqAU8gNyI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=pwguSb8X/3h8wFLKxsbL0ssSv68vQXO9q5bm2962whY=; b=hoHJ6hksDRIs+vZXeVKCNJKESVTRcmSi6X3I/pd8ClpJAQHxZL/DoDvLUgAyEW0CqC fQ+AXP6YIoLFTrGrDqWYIdp/UNA5cXIj2hGevs++AgaoLIr6DD3YeaA7Fhohhjs3sa9I tv0SSTiUmGnqWZbn9I7c6VNWkRvvmxQMEVHGgij1aWXUpsc5mNHNNHCLmumSlmRdCVp4 6i/RkfaeL72PcF1L93MwPHGwwGAJEql+aqCmmOrVu+yF40Ogs1Y/Dklb7tR5fUxcGSvx EM9p+EdkqNzWCg2fVeLXeYPWXFaY+ledfXueW+0b50yzgmss9CzyFWFv9V841p/RLwBL 5HIA== X-Gm-Message-State: AOAM533d9Ic4/Q5Kwhsf+QoVTLOQUI3FWzOinwfqUEPuXPWsSrKKm4xP UL1o5o5p721bWPXZeL/qXId2J0cD/DgguA== X-Google-Smtp-Source: ABdhPJyZalnWrNslaBxDlWMas3oNdj8mb/3H11ii7fwycu94MvcauZxTwV9UUd8URzEavVCCes5CIg== X-Received: by 2002:a17:90a:2f41:b0:1bc:46ce:6364 with SMTP id s59-20020a17090a2f4100b001bc46ce6364mr1840006pjd.159.1645694636982; Thu, 24 Feb 2022 01:23:56 -0800 (PST) Received: from red (99-14-97-149.lightspeed.frokca.sbcglobal.net. [99.14.97.149]) by smtp.gmail.com with ESMTPSA id v18sm1054911pga.19.2022.02.24.01.23.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 01:23:56 -0800 (PST) Received: by red (sSMTP sendmail emulation); Thu, 24 Feb 2022 04:23:54 -0500 From: "Jeremy A. Puhlman" To: openembedded-devel@lists.openembedded.org Cc: "Jeremy A. Puhlman" Subject: [meta-java][PATCH 2/5] jaxme: update variable names Date: Thu, 24 Feb 2022 04:23:36 -0500 Message-Id: <20220224092339.2711524-3-jpuhlman@mvista.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220224092339.2711524-1-jpuhlman@mvista.com> References: <20220224092339.2711524-1-jpuhlman@mvista.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 ; Thu, 24 Feb 2022 09:23:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95505 Signed-off-by: Jeremy A. Puhlman --- recipes-core/xml-commons/jaxme_0.5.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/xml-commons/jaxme_0.5.2.bb b/recipes-core/xml-commons/jaxme_0.5.2.bb index cf0377a..8411255 100644 --- a/recipes-core/xml-commons/jaxme_0.5.2.bb +++ b/recipes-core/xml-commons/jaxme_0.5.2.bb @@ -21,7 +21,7 @@ SRC_URI = "\ # SGFactoryChain cannot be resolved to a type # ---------- # ... and many more -PNBLACKLIST[jaxme] ?= "BROKEN: do_compile fails" +SKIP_RECIPE[jaxme] ?= "BROKEN: do_compile fails" S = "${WORKDIR}/ws-${P}" From patchwork Thu Feb 24 09:23:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Puhlman X-Patchwork-Id: 4208 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 0E97CC433F5 for ; Thu, 24 Feb 2022 09:24:02 +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.8162.1645694640731506333 for ; Thu, 24 Feb 2022 01:24:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@mvista.com header.s=google header.b=R6Nso8bD; spf=pass (domain: mvista.com, ip: 209.85.216.50, mailfrom: jpuhlman@mvista.com) Received: by mail-pj1-f50.google.com with SMTP id v4so1481044pjh.2 for ; Thu, 24 Feb 2022 01:24:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3EP9gh/tCxUoqq5VGHBKk46jRe81xMc2G9XYIGTNL9Q=; b=R6Nso8bDpC/20Focc15Ox2FJ4YWA6tXJgQ5EYv9VW61FcSN7/YGN70+BTENVUwAkxF lB1WupnKGcuyDcrlFb6R7NnrS/BryOFyO6Lew5haD85lHbo86VRbjZYM0WkH0SmsO9wz vuDwtro2LhMrvqMAQOGHeeaZckNHv5SZ8oW6Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3EP9gh/tCxUoqq5VGHBKk46jRe81xMc2G9XYIGTNL9Q=; b=q0+EfeVCgF2vvHHJPHOP1JgcnCNiFB5Gt35JKRmRJ6kwffl6g3GdMBoNRIsjQmVQnw ezlyVZ1nocw63Cd+1NS7evM/x1dvk+gv+YHXfB6OFD4fpR73Hy9fkOKe659ctxmpjNQI U7JHXuDPlgRg9kArKp54mmkvbfpyFBVqGsGyD1rBpCka++hD2uuF+gwEViaZq1Ats76r tmscwUfifuxIx6k9qvHWmeQ4tnwcX0My97EQAX+PahrpXI+H2P9ouhHdvO486nFdVRV/ 7Ex9SeGdrQ7w3yEhwTkR6wSotbjp2KSMSur5LxhXeMAfzl95j5/NTJt6TOcCTSXav/ZB xg8A== X-Gm-Message-State: AOAM531Enu54Fi7ohja9sXqIrNibwytG3ZtnM0jt1+iKwNLnUdw6+kR9 vD9l0Sggf4hfQfsQ/Q1cRs7PSCsNOeFYng== X-Google-Smtp-Source: ABdhPJzjSDU6lrtHcDYzA7aFO0AYCVKnUgGuIem08jS78l8LW7zwc9uwoWLuapGWfOB7EW+/cdMQ2Q== X-Received: by 2002:a17:902:76ca:b0:14d:8c80:dbda with SMTP id j10-20020a17090276ca00b0014d8c80dbdamr1829763plt.152.1645694640121; Thu, 24 Feb 2022 01:24:00 -0800 (PST) Received: from red (99-14-97-149.lightspeed.frokca.sbcglobal.net. [99.14.97.149]) by smtp.gmail.com with ESMTPSA id c13sm2713147pfi.177.2022.02.24.01.23.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 01:23:59 -0800 (PST) Received: by red (sSMTP sendmail emulation); Thu, 24 Feb 2022 04:23:57 -0500 From: "Jeremy A. Puhlman" To: openembedded-devel@lists.openembedded.org Cc: "Jeremy A. Puhlman" Subject: [meta-java][PATCH 3/5] xerces-j: update variable names Date: Thu, 24 Feb 2022 04:23:37 -0500 Message-Id: <20220224092339.2711524-4-jpuhlman@mvista.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220224092339.2711524-1-jpuhlman@mvista.com> References: <20220224092339.2711524-1-jpuhlman@mvista.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 ; Thu, 24 Feb 2022 09:24:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95506 Signed-off-by: Jeremy A. Puhlman --- recipes-core/xerces-j/xerces-j_2.11.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/xerces-j/xerces-j_2.11.0.bb b/recipes-core/xerces-j/xerces-j_2.11.0.bb index fda6fe4..159fc9c 100644 --- a/recipes-core/xerces-j/xerces-j_2.11.0.bb +++ b/recipes-core/xerces-j/xerces-j_2.11.0.bb @@ -18,7 +18,7 @@ SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz" # Already fixed with updates and closed. # https://access.redhat.com/security/cve/CVE-2018-2799 # https://bugzilla.redhat.com/show_bug.cgi?id=1567542 -CVE_CHECK_WHITELIST += "CVE-2018-2799" +CVE_CHECK_IGNORE += "CVE-2018-2799" S = "${WORKDIR}/xerces-2_11_0" From patchwork Thu Feb 24 09:23:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Puhlman X-Patchwork-Id: 4209 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 EB5B9C433EF for ; Thu, 24 Feb 2022 09:24:04 +0000 (UTC) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web10.8164.1645694644009128101 for ; Thu, 24 Feb 2022 01:24:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@mvista.com header.s=google header.b=Yo8xl/KK; spf=pass (domain: mvista.com, ip: 209.85.210.181, mailfrom: jpuhlman@mvista.com) Received: by mail-pf1-f181.google.com with SMTP id d17so1392397pfl.0 for ; Thu, 24 Feb 2022 01:24:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=vW9NuywGlYLuYUvMzhMUBGgxRV3H7snIA+VYdNsAN30=; b=Yo8xl/KKgI6e93FSb/3n1vw+7pxjSfpLpTi8E//IxfG8dOtQIPT2Bs09LTGyoKcuGF AQa9aRCKJu3I926Fk7c8uQYfAco5bqVN7euTrn4R4NNuc0rWSDoC5ObhYqddVsoNMebD +0ZNKpbs1vIeNjtVH59CFECCXAE15fYaEaQFM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=vW9NuywGlYLuYUvMzhMUBGgxRV3H7snIA+VYdNsAN30=; b=s4xkzeI7Z6IPymDY+3QVL1lvQz/LuBu3XW0WlJwm+p3B/px8uys//9NOMH5u8CHqaK jtqaIsAl90r2ubS0TfVntfZmaVMPCxab5+JpPMfKTkSuJB4dHuc6TY2OV59WrVmy/a8i ZheWwQc8DxmtpgDQ7fD45YVW6TrA+dvTSCEesZIeuXkkdJNy+Xqs7h7IBo1Kgsk+1kGm J0ZuCeVsWcVRyUF/aC2jIx/whJW6pDSbf93sV/jXt4VCgBfpU/FsXSQufSqh/Yb5pKHk WUVDiYIn66fGyiV34f8T3sMrTrzXlu2HJxDCDaMXvWN3Fyso6wmugv0yv0YHvidQdOJU CEbQ== X-Gm-Message-State: AOAM531NguUC6M8h3kI7rn0X91Ry+pyaN3nkzBvY6GW1dSKDrgk/QL1i 07XP3NEiINR7aYPobuViWgc7nM/fH5lprA== X-Google-Smtp-Source: ABdhPJzb5yM+iu58iXedJT0lr7quOStfMLPO/IOfOCtkwPyUwYZiCdZ6skbgIMHsEJ5fTw832BIrVQ== X-Received: by 2002:a05:6a00:130e:b0:4f3:9654:266d with SMTP id j14-20020a056a00130e00b004f39654266dmr1948647pfu.59.1645694643348; Thu, 24 Feb 2022 01:24:03 -0800 (PST) Received: from red (99-14-97-149.lightspeed.frokca.sbcglobal.net. [99.14.97.149]) by smtp.gmail.com with ESMTPSA id q92-20020a17090a1b6500b001bc169e26aasm7971871pjq.2.2022.02.24.01.24.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 01:24:03 -0800 (PST) Received: by red (sSMTP sendmail emulation); Thu, 24 Feb 2022 04:24:01 -0500 From: "Jeremy A. Puhlman" To: openembedded-devel@lists.openembedded.org Cc: "Jeremy A. Puhlman" Subject: [meta-java][PATCH 4/5] commons-configuration: update variable names Date: Thu, 24 Feb 2022 04:23:38 -0500 Message-Id: <20220224092339.2711524-5-jpuhlman@mvista.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220224092339.2711524-1-jpuhlman@mvista.com> References: <20220224092339.2711524-1-jpuhlman@mvista.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 ; Thu, 24 Feb 2022 09:24:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95507 Signed-off-by: Jeremy A. Puhlman --- recipes-core/jakarta-commons/commons-configuration_1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/jakarta-commons/commons-configuration_1.5.bb b/recipes-core/jakarta-commons/commons-configuration_1.5.bb index 4c2bce1..b0dad4a 100644 --- a/recipes-core/jakarta-commons/commons-configuration_1.5.bb +++ b/recipes-core/jakarta-commons/commons-configuration_1.5.bb @@ -9,7 +9,7 @@ SRC_URI = " \ http://ftp.hosting-studio.de/pub/linux/apache/ant/source/apache-ant-1.7.1-src.tar.bz2;name=ant \ " -PNBLACKLIST[commons-configuration] ?= "BROKEN: indirectly depends on broken 'xom'" +SKIP_RECIPE[commons-configuration] ?= "BROKEN: indirectly depends on broken 'xom'" DEPENDS += "commons-logging commons-collections3 commons-beanutils commons-codec commons-digester commons-jxpath commons-lang servlet2.4" RDEPENDS:${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libcommons-codec-java libcommons-digester-java libcommons-jxpath-java libcommons-lang-java libservlet2.4-java" From patchwork Thu Feb 24 09:23:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Puhlman X-Patchwork-Id: 4210 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 EA55AC433EF for ; Thu, 24 Feb 2022 09:24:08 +0000 (UTC) Received: from mail-pg1-f181.google.com (mail-pg1-f181.google.com [209.85.215.181]) by mx.groups.io with SMTP id smtpd.web08.8251.1645694647692250902 for ; Thu, 24 Feb 2022 01:24:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@mvista.com header.s=google header.b=in7f/Gq9; spf=pass (domain: mvista.com, ip: 209.85.215.181, mailfrom: jpuhlman@mvista.com) Received: by mail-pg1-f181.google.com with SMTP id 12so1285933pgd.0 for ; Thu, 24 Feb 2022 01:24:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=q/HDGQQWrhJ2NU/9/mhm7DevXXFJLoW3bbKuMunWikc=; b=in7f/Gq9TGY9j8ptrtykJDfbPQF6rL5PwIKT1eV+pdgk6FnF9ZWLvFq3s84v9+oWK8 t2D4bJdcWxuQ3SYP6vnswF1mVIcM5QUeK32jk4aVojwT526+n7HYtkAX5w0Pxy263JeW dd3PWXss4Q+7ZdFKUNcVlq+akqTTakuluVy8E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=q/HDGQQWrhJ2NU/9/mhm7DevXXFJLoW3bbKuMunWikc=; b=A1kEY+T2vnsO9BA7eqeRr4xwrIjVBvnWrkLjIYRtDF2binzQ7jfwJGzz9koZ6Ct9k4 QwX9e3mpPkeUxwOFjug66/OA9eP+pcbINHJuGba/h8s7jUPM90lmZbTvKvtwz9pAl7T+ HZJl7E3LK4axBWk1RoPJ0IAKtDQotol2I3aYdBBXKxKK7/5etbn7DnOMQTMvUVVWcWKA fCRH8qVpJS9X+qohU65IPTKY33zbeJsvG12RvdlmBYE4aFqWPw2DXxO13qhMihI+tG+4 /9cm0SBfse7oXHIJiq2WPdXRV7jj1i7FI6+V0aFzLhz6Dz+c6XQRkVZlQ4eMrA1et/sL Ew4Q== X-Gm-Message-State: AOAM533QD4gUX0v72Ws3HHpc04XpagrlfravCQ+Uq4lI0JSq9LJD0z0d M60/bec/e8XUpx7hN5kXuf82jTO9aOcYAA== X-Google-Smtp-Source: ABdhPJzRthlXn2a+O7o7X3gXcUxGaNIhRgcnbJW53IZR+GNpl6Scwb4rQQXXKtZYyVmX6eHrjruipQ== X-Received: by 2002:a63:105c:0:b0:36c:33aa:cb24 with SMTP id 28-20020a63105c000000b0036c33aacb24mr1571708pgq.221.1645694647028; Thu, 24 Feb 2022 01:24:07 -0800 (PST) Received: from red (99-14-97-149.lightspeed.frokca.sbcglobal.net. [99.14.97.149]) by smtp.gmail.com with ESMTPSA id t9sm2044264pgp.5.2022.02.24.01.24.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 01:24:06 -0800 (PST) Received: by red (sSMTP sendmail emulation); Thu, 24 Feb 2022 04:24:04 -0500 From: "Jeremy A. Puhlman" To: openembedded-devel@lists.openembedded.org Cc: "Jeremy A. Puhlman" Subject: [meta-java][PATCH 5/5] commons-jxpath: update variable names Date: Thu, 24 Feb 2022 04:23:39 -0500 Message-Id: <20220224092339.2711524-6-jpuhlman@mvista.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220224092339.2711524-1-jpuhlman@mvista.com> References: <20220224092339.2711524-1-jpuhlman@mvista.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 ; Thu, 24 Feb 2022 09:24:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95508 Signed-off-by: Jeremy A. Puhlman --- recipes-core/jakarta-commons/commons-jxpath_1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb index 5f44315..94a4d45 100644 --- a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb +++ b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb @@ -6,7 +6,7 @@ SUMMARY = "JXPath interpreter for Java" SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz" -PNBLACKLIST[commons-jxpath] ?= "BROKEN: indirectly depends on broken 'xom'" +SKIP_RECIPE[commons-jxpath] ?= "BROKEN: indirectly depends on broken 'xom'" DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom" RDEPENDS:${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java"