From patchwork Sun Sep 4 18:53:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Joslyn X-Patchwork-Id: 12315 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 240FFC54EE9 for ; Sun, 4 Sep 2022 18:54:48 +0000 (UTC) Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by mx.groups.io with SMTP id smtpd.web10.16578.1662317681878716026 for ; Sun, 04 Sep 2022 11:54:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redrectangle.org header.s=gm1 header.b=NsVYv59+; spf=none, err=permanent DNS error (domain: redrectangle.org, ip: 217.70.178.232, mailfrom: robert.joslyn@redrectangle.org) Received: (Authenticated sender: robert.joslyn@redrectangle.org) by mail.gandi.net (Postfix) with ESMTPSA id 558CD200003; Sun, 4 Sep 2022 18:54:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redrectangle.org; s=gm1; t=1662317680; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4PVahIYUw0OMSaJBFoYVrhRXVYQrufw2pG7h8w693Lk=; b=NsVYv59+0VEIEskGwlOp0t4DyhhJZiP5iIVedBZT4jrnjq3ued11EKtFJlNeEqaCpk/pgw cvqXjKD21YDcJi9s3HhhDdWMZA0vDyzzgz9q5Ai8K/vbTiR0evDrZtcoKFMdRMn4Rk728O 08Te5yydbNG/6WYwsWky32+lJs+JBMz3VMrkkGO8f2M4hp07TQkknaggEgXDPeqJ8KX1Vb zodaF/LC2yKFAEsDB6rhTs6y3gu4kVfCOKCJJTrwS03m7joDctmvtexU5kSzOeS7/w95Al PlKi2DioDCUU654om1zCpNv/v84wvuNzC83AaFaJeZrWZIReA+DjrProevxaog== From: Robert Joslyn To: openembedded-core@lists.openembedded.org Cc: Robert Joslyn Subject: [PATCH 1/3] xorg-lib-common: Add variable to set tarball type Date: Sun, 4 Sep 2022 11:53:36 -0700 Message-Id: <20220904185338.394626-1-robert.joslyn@redrectangle.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 04 Sep 2022 18:54:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170292 Upstream has switched some new releases from bz2 to xz compression. Add an XORG_EXT variable so recipes can set the file name extension needed for the compression type. Signed-off-by: Robert Joslyn --- meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 60bc8c76fa..68137c4147 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc @@ -6,8 +6,9 @@ LICENSE = "MIT" DEPENDS = "util-macros" XORG_PN = "${BPN}" +XORG_EXT ?= "tar.bz2" -SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.${XORG_EXT}" S = "${WORKDIR}/${XORG_PN}-${PV}" From patchwork Sun Sep 4 18:53:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Joslyn X-Patchwork-Id: 12316 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 2550AC6FA82 for ; Sun, 4 Sep 2022 18:54:48 +0000 (UTC) Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by mx.groups.io with SMTP id smtpd.web10.16579.1662317686407435261 for ; Sun, 04 Sep 2022 11:54:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redrectangle.org header.s=gm1 header.b=Cqt+jFqz; spf=none, err=permanent DNS error (domain: redrectangle.org, ip: 217.70.178.232, mailfrom: robert.joslyn@redrectangle.org) Received: (Authenticated sender: robert.joslyn@redrectangle.org) by mail.gandi.net (Postfix) with ESMTPSA id B0C9C200007; Sun, 4 Sep 2022 18:54:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redrectangle.org; s=gm1; t=1662317684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LwTrax00FnI1bYovk5JuTbMN7Klglb8TUMP8PyPY08E=; b=Cqt+jFqzeXgjT6JJqAjntGYVGLi0Zsw3jQSQIqKThl5sUTEuURjdgw5uZ/DEwC379zPBDa BIlLoYxQ3rjMBKh5zf3tWhMSnSec8zmEcNKG+2RU07s+cRZl1Y/2ZpAyWuFh0DadJfr81S K/24dvugKsUbvrZh4ZLG7dR6duWx6zew1XQIsDUUGG7M6nNg3ibmaDQ+j7IoUpMORGOxHG 10cjIz8QGNW61ep0t+BsEecYP/JpvORNcmlxaMfH7Wk8+3PXPuPs66qvx4jOz6+F/JN/yy ppWaIZ8Z8ks0ut9fvx2cEwArgG9hdE9QWRJzHSMm4KvLr7IsT0ODo7F3yN7yOw== From: Robert Joslyn To: openembedded-core@lists.openembedded.org Cc: Robert Joslyn Subject: [PATCH 2/3] libxfont2: Update 2.0.5 to 2.0.6 Date: Sun, 4 Sep 2022 11:53:37 -0700 Message-Id: <20220904185338.394626-2-robert.joslyn@redrectangle.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220904185338.394626-1-robert.joslyn@redrectangle.org> References: <20220904185338.394626-1-robert.joslyn@redrectangle.org> 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 ; Sun, 04 Sep 2022 18:54:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170293 Tarball switched from bz2 to xz. Signed-off-by: Robert Joslyn --- .../xorg-lib/{libxfont2_2.0.5.bb => libxfont2_2.0.6.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxfont2_2.0.5.bb => libxfont2_2.0.6.bb} (85%) diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb similarity index 85% rename from meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb rename to meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb index 10e44c39ba..59d63e7150 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb @@ -12,10 +12,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" DEPENDS += "freetype xtrans xorgproto libfontenc zlib" XORG_PN = "libXfont2" +XORG_EXT = "tar.xz" BBCLASSEXTEND = "native" -SRC_URI[sha256sum] = "aa7c6f211cf7215c0ab4819ed893dc98034363d7b930b844bb43603c2e10b53e" +SRC_URI[sha256sum] = "74ca20017eb0fb3f56d8d5e60685f560fc85e5ff3d84c61c4cb891e40c27aef4" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," From patchwork Sun Sep 4 18:53:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Joslyn X-Patchwork-Id: 12317 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 0A32DC54EE9 for ; Sun, 4 Sep 2022 18:54:58 +0000 (UTC) Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by mx.groups.io with SMTP id smtpd.web12.16542.1662317692095120172 for ; Sun, 04 Sep 2022 11:54:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redrectangle.org header.s=gm1 header.b=hsBQsBb/; spf=none, err=permanent DNS error (domain: redrectangle.org, ip: 217.70.178.232, mailfrom: robert.joslyn@redrectangle.org) Received: (Authenticated sender: robert.joslyn@redrectangle.org) by mail.gandi.net (Postfix) with ESMTPSA id 114E1200007; Sun, 4 Sep 2022 18:54:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redrectangle.org; s=gm1; t=1662317690; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fqtMfG66+JFI3mkNr4rIqZl6Ad3A8k6mdgRUYPgXy8I=; b=hsBQsBb/jtifZAzDZ6TCa0kdjc9wMvobujmvu2ErBebiXacbm16jzl+N5AQojiTpqBTAcT P1zk8E4K7q0c8ZeHYsExfz+U48eNeaiaEHuCra/yVSDmY6QpjNZdoEL5DXc02jIUdoJQx0 nKLzCgYrF5L8+SCfsYLSJxxsBOI26m0MuAEknRNSA8N7zuZ6VVNyLYpDX8N6Si2llEQERz BeO8jy423tDCedx+uf1tqT/NxqnJGTj5fFWn7/9t9J8VcYMcCjv4e/pryT50dGLWbBXpZ+ sn8Dt/XhCAg3RXmcEkDFVnU9gRIbBfJNUCaZkqrkjUrp2j8cB21xhEiJft3d2g== From: Robert Joslyn To: openembedded-core@lists.openembedded.org Cc: Robert Joslyn Subject: [PATCH 3/3] libxau: Update 1.0.9 to 1.0.10 Date: Sun, 4 Sep 2022 11:53:38 -0700 Message-Id: <20220904185338.394626-3-robert.joslyn@redrectangle.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220904185338.394626-1-robert.joslyn@redrectangle.org> References: <20220904185338.394626-1-robert.joslyn@redrectangle.org> 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 ; Sun, 04 Sep 2022 18:54:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/170294 Tarball switched from bz2 to xz. Signed-off-by: Robert Joslyn --- .../xorg-lib/{libxau_1.0.9.bb => libxau_1.0.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxau_1.0.9.bb => libxau_1.0.10.bb} (76%) diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb similarity index 76% rename from meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb rename to meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb index 3fbc3a5b44..a62c9f088a 100644 --- a/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb @@ -17,8 +17,8 @@ PROVIDES = "xau" PE = "1" XORG_PN = "libXau" +XORG_EXT = "tar.xz" BBCLASSEXTEND = "native nativesdk" -SRC_URI[md5sum] = "c5f16288f2da9f071b29111d68797480" -SRC_URI[sha256sum] = "ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec" +SRC_URI[sha256sum] = "8be6f292334d2f87e5b919c001e149a9fdc27005d6b3e053862ac6ebbf1a0c0a"