From patchwork Mon Oct 31 01:44:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14563 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 92864FA3744 for ; Mon, 31 Oct 2022 01:44:47 +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.4828.1667180686334052515 for ; Sun, 30 Oct 2022 18:44:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Yb4BQgF5; spf=pass (domain: gmail.com, ip: 209.85.210.178, mailfrom: ticotimo@gmail.com) Received: by mail-pf1-f178.google.com with SMTP id g62so9437224pfb.10 for ; Sun, 30 Oct 2022 18:44:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=y0zEAa6uRpbyo2YN27fLFFhJxeypSjwY1bpiaMgk71U=; b=Yb4BQgF5a5N0lhkzEX1h7luD5/0XU/IsOzUs8oC5D15+3gzpSzGZ+gswSRHPcALtyO rAqqJfbAa/z2u4M5GSPD/hPZpJpjLq3Z26Ags9bXXkxZEcPF0XL7KeL9ONCBfFZjRSC5 Lec8V9rBNEzpKsO7nAMA7sclrr43CbT3WrOoNsye2WR+Kd+EwmGm5lcZfoaN/wuZDh9N 88Q1kgbXmpZiSvvl/ciqeZGxzvHeJIv69HBc6PXIvHImv6WejwLPwmgilN4F8i9re3On 7CnH+prWIyJNplcSe1Jub1mXWltXXL/oASg6t2/h+haWewVhfRuE+Jj00a0PZ1XomX7m RRfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=y0zEAa6uRpbyo2YN27fLFFhJxeypSjwY1bpiaMgk71U=; b=WLybqB274YXezkYpgYD/fYdh1gTNrfIYgPHH6O5fB5Oph6HXSA4OnYijmunzqVWzJb S+SQo4kkTRBqiuqj8ltWFjceSzo/Gtuhatxw6rUNge23iVuCBC1uHapEGT3Rbbru56hg v231LCnkvoNKWs16+6BalIdqYdZ7COZclEQK8l2LnNcskDpA+JHLt/+Q8RH9MQgLI9Kh UGgEPM8nCkd88UjqwXWRQHsU1zDV+mW1cy6QHGhSjorghFNxA7vWXLknQfDuBT0U4uRl cXApkS8iGkWhQeXLpM50GhNkkr1q5tqXWaUL1OR67wv4cBcoZo673VtKgo0Et5PLj7HK o6PA== X-Gm-Message-State: ACrzQf2pXc7OfSL8+MZ3Zcfr++Z8SIeLt7MmiDHZBghS8UGWwT/KTTOK julDXhkFgERbX9QBdxRul+WIwcz6ufAZWg== X-Google-Smtp-Source: AMsMyM6tNpnTQBNyJAFrRf0stCpZxrIUpBVGgqgA4v/5DQm4fQl31slVWWBmFS8qaUMW6ye/67ijYw== X-Received: by 2002:a63:5a50:0:b0:429:8580:fc61 with SMTP id k16-20020a635a50000000b004298580fc61mr10911069pgm.215.1667180685348; Sun, 30 Oct 2022 18:44:45 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:f504:8040:1a2:6bab]) by smtp.gmail.com with ESMTPSA id a19-20020aa79713000000b0056b3c863950sm3267428pfg.8.2022.10.30.18.44.44 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 30 Oct 2022 18:44:44 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-devel@lists.openembedded.org Subject: [meta-perl][PATCH 1/3] libcompress-raw*-perl: move from libio/compress-* Date: Sun, 30 Oct 2022 18:44:32 -0700 Message-Id: X-Mailer: git-send-email 2.34.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 ; Mon, 31 Oct 2022 01:44:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99357 These modules do not follow our Debian naming and should never have been allowed to be added as libio/compress-raw*.bb. Signed-off-by: Tim Orling --- .../libcompress-raw-bzip2-perl_2.096.bb} | 0 .../libcompress-raw-lzma-perl_2.096.bb} | 0 .../libcompress-raw-zlib-perl_2.096.bb} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename meta-perl/recipes-perl/{libio/compress-raw-bzip2-perl_2.096.bb => libcompress/libcompress-raw-bzip2-perl_2.096.bb} (100%) rename meta-perl/recipes-perl/{libio/compress-raw-lzma-perl_2.096.bb => libcompress/libcompress-raw-lzma-perl_2.096.bb} (100%) rename meta-perl/recipes-perl/{libio/compress-raw-zlib-perl_2.096.bb => libcompress/libcompress-raw-zlib-perl_2.096.bb} (100%) diff --git a/meta-perl/recipes-perl/libio/compress-raw-bzip2-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb similarity index 100% rename from meta-perl/recipes-perl/libio/compress-raw-bzip2-perl_2.096.bb rename to meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb diff --git a/meta-perl/recipes-perl/libio/compress-raw-lzma-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb similarity index 100% rename from meta-perl/recipes-perl/libio/compress-raw-lzma-perl_2.096.bb rename to meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb diff --git a/meta-perl/recipes-perl/libio/compress-raw-zlib-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb similarity index 100% rename from meta-perl/recipes-perl/libio/compress-raw-zlib-perl_2.096.bb rename to meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb From patchwork Mon Oct 31 01:44:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14565 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 74D40FA3742 for ; Mon, 31 Oct 2022 01:44:57 +0000 (UTC) Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by mx.groups.io with SMTP id smtpd.web08.4692.1667180689482939212 for ; Sun, 30 Oct 2022 18:44:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=mWJle27/; spf=pass (domain: gmail.com, ip: 209.85.214.180, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f180.google.com with SMTP id v17so6483874plo.1 for ; Sun, 30 Oct 2022 18:44:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=/bTXGNUOOOYLCYuEDYs6tLfbO+A4ypWqokkScOVfnB8=; b=mWJle27/8MIB+l4O29jEnyW9E7IUJnweWKur5dlmEIs7/AEvUbsxCVnPm3F0V//VJx ufE24GrFZygf+POv3opeMUfVeYolTZJjJWT8OvuKw5yrFuLqUnxQ9MMTxEx+x2KtVzXo pJandjK2pI20Zod1/R79x3PT+6UwOWYLIzOM91llFzvjH33hGIHyUTkDnytBXhnBR0qo FxU96mYmKhFx9Z8XuaWcLOYVOXwBvRAebzN5QVVsQtBQl9YYpV3F39LT6eJHVsCPcdKY iw1vt9yU0HAABtK+SB3wYb57kIkc6B3IJ4PayHtK2yjJRoRFr6vPh/yKfmXmXsjZe/P7 5NhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/bTXGNUOOOYLCYuEDYs6tLfbO+A4ypWqokkScOVfnB8=; b=do8nf1EHY+PLsuB2yIXhfWqnwwo4AhifEDmZM9KUOZCKdBwcvg2QnyriBQLpVAHzgl 2cN1V0PTgQhLD+bTNrbjyFez+rQcLv/wyACsSJjPV0R5bGTzL1VYNsfBv4XYxQmNnpr4 XFwhaVWrFSpWZ+eqatl2aU+xvm2QbE8qiCdflYlxvOt1zaP3qOPFtixPtN51HK1J1oLZ 205DuvdCN5YDl7u/d6+sHGI9Pt+T+O13PZ5rz/irlVhoNZRFgxUhr1f+VSARbiabYPFg Yf265UAYfVZJffm19DiYa4Bmgh/Yo1/zah+8op0Qwn3OeNUjPWZXNPueyqXlv/R6Fe8Y qMxg== X-Gm-Message-State: ACrzQf3op+9bxoyYYMjdkTB3/4NAINXogbuUU2X+F2udIZ4eVNdDQI5W YexaPZiJH0Kol9A1pHwV+GozvmO/rLDKyw== X-Google-Smtp-Source: AMsMyM5K4Pc2n7wVv/nw0V1iQtRVAEH1yQ9X/M7+3fH3n80QhIyzwt02QG6ymkB4f8vVHpaFekPQBg== X-Received: by 2002:a17:90a:c691:b0:212:fd5f:1ab8 with SMTP id n17-20020a17090ac69100b00212fd5f1ab8mr28942677pjt.11.1667180688369; Sun, 30 Oct 2022 18:44:48 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:f504:8040:1a2:6bab]) by smtp.gmail.com with ESMTPSA id a19-20020aa79713000000b0056b3c863950sm3267428pfg.8.2022.10.30.18.44.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 30 Oct 2022 18:44:47 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-devel@lists.openembedded.org Subject: [meta-perl][PATCH 2/3] libio-compress*-perl: cleanup; fixes Date: Sun, 30 Oct 2022 18:44:33 -0700 Message-Id: <014ee83294821670d4dbdf54e90955d23a4ae5b9.1667179899.git.tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.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 ; Mon, 31 Oct 2022 01:44:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99358 * Fix hardcoded PV in SRC_URI * Use README for LIC_FILES_CHKSUM * Fix HOMEPAGE * Add SUMMARY * Use upstream README for DESCRIPTION * Correct libcompression-*-perl RDEPENDS * Fix RDEPENDS Handy on-target check for dependencies: for path in $(find /usr/lib/perl5/vendor_perl/5.36.0/IO -name *.pm | sed -e 's~/usr/lib/perl5/vendor_perl/5.36.0/~~' -e 's~/~::~g' -e 's~.pm~~'); do perl -M${path} -e'print'; done Signed-off-by: Tim Orling --- .../libio/libio-compress-lzma-perl_2.096.bb | 23 +++++------ .../libio/libio-compress-perl_2.096.bb | 39 +++++++++++++------ 2 files changed, 40 insertions(+), 22 deletions(-) diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.096.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.096.bb index 15952f17e6..09ed161d2e 100644 --- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.096.bb +++ b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.096.bb @@ -1,24 +1,25 @@ -DESCRIPTION = "This module provides a Perl interface that allows writing lzma compressed \ -data to files or buffer." - +SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers." +DESCRIPTION = "This module provides a Perl interface to allow reading and \ +writing of lzma files/buffers." +HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/IO-Compress-Lzma" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2d411393b876fe63f9f1d546363f1a47" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-Lzma-2.096.tar.gz" +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz" SRC_URI[md5sum] = "6c1b70740605b8073e4fbb5ba1e7bbdb" SRC_URI[sha256sum] = "2f29125f19bb41d29c4b5a2467e3560b7bce5d428176a046b7c8a51609dce6e8" -RDEPENDS:${PN} += "compress-raw-lzma-perl" -RDEPENDS:${PN} += "libio-compress-perl" S = "${WORKDIR}/IO-Compress-Lzma-${PV}" inherit cpan +RDEPENDS:${PN} += "\ + perl-module-autoloader \ + libcompress-raw-lzma-perl \ + libio-compress-perl \ +" + BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libio/libio-compress-perl_2.096.bb b/meta-perl/recipes-perl/libio/libio-compress-perl_2.096.bb index c00d8945b7..ea120b8246 100644 --- a/meta-perl/recipes-perl/libio/libio-compress-perl_2.096.bb +++ b/meta-perl/recipes-perl/libio/libio-compress-perl_2.096.bb @@ -1,24 +1,41 @@ -DESCRIPTION = "This module is not intended for direct use in application code. Its sole \ -purpose is to be sub-classed by IO::Compress modules." - +SUMMARY = "Perl interface to allow reading and writing of compressed data." +DESCRIPTION = "This distribution provides a Perl interface to allow reading \ +and writing of compressed data created with the zlib and bzip2. \ +\ +IO-Compress supports reading and writing of the following compressed data \ +formats \ + * bzip2 \ + * RFC 1950 \ + * RFC 1951 \ + * RFC 1952 (i.e. gzip) \ + * zip \ +" +HOMEPAGE = "https://metacpan.org/release/IO-Compress" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/IO-Compress" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=36e282c4a4078cf2650d656cdda23210" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-2.096.tar.gz" +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz" SRC_URI[md5sum] = "18ad197cad5ca87bc3a7d2538998e017" SRC_URI[sha256sum] = "9d219fd5df4b490b5d2f847921e3cb1c3392758fa0bae9b05a8992b3620ba572" -RDEPENDS:${PN} += "compress-raw-bzip2-perl" -RDEPENDS:${PN} += "compress-raw-zlib-perl" S = "${WORKDIR}/IO-Compress-${PV}" inherit cpan +RDEPENDS:${PN} += "\ + perl-module-bytes \ + perl-module-cwd \ + perl-module-encode \ + perl-module-file-glob \ + perl-module-file-spec \ + perl-module-posix \ + perl-module-scalar-util \ + perl-module-utf8 \ + libcompress-raw-bzip2-perl \ + libcompress-raw-zlib-perl \ +" + BBCLASSEXTEND = "native" From patchwork Mon Oct 31 01:44:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14566 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 72FA7FA373D for ; Mon, 31 Oct 2022 01:44:57 +0000 (UTC) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mx.groups.io with SMTP id smtpd.web08.4693.1667180691996106459 for ; Sun, 30 Oct 2022 18:44:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=SGVdiOoy; spf=pass (domain: gmail.com, ip: 209.85.216.41, mailfrom: ticotimo@gmail.com) Received: by mail-pj1-f41.google.com with SMTP id l22-20020a17090a3f1600b00212fbbcfb78so14604663pjc.3 for ; Sun, 30 Oct 2022 18:44:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=qMAIFJ1bXzKVI4DcchIPtNNG9q4WR8Hxq8ubhUl0fnY=; b=SGVdiOoyEoeTOvC156YVTbE8HTA6zvjYS+ZGq9oMiMBRQ54ZcLUWrTkbhh/+Sp19fG aT8Of/iLI0xdlZi97v7Oj2mlRA2vC9J1z3FVjfNn5c4DzgReop2fTsSP0ZSQEMabdfgJ Z2nPXu5wSM4g5pEnnv2uwgkxDXoNrZVLm2XdtswA2X7E5Uj0CVJ+UeG8/VLDYn8+JtCD QewLvm2az4sLK5xfdNRumJNHqgmduurSuQJpjmXye9hH9nmll/CTEYqSyQTcUAhV1tgK tfF/vGlzv4bUDxW9f+BRqres1dH8G8gK9SByO01wZfQbKSnGDHL+5Q9ZcUUcDRCkp2j+ 2ijw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qMAIFJ1bXzKVI4DcchIPtNNG9q4WR8Hxq8ubhUl0fnY=; b=od/oHerMN+7AF9D3XZ2483oOW/RtSHR8j2YwrI4/FVy9xfSjB0KWG5C+On6ne5ulBi tPaLi6GCSAPLYY7g27/hqD6lL+mQ+c4PCLZ9Z8uea74VkTKomRzHi+n/MmfyC2j//vah rsN8khQoMuhRjByzAY9hhmIq5P0t3rlwIwr2eHmaSy/6XIJR3F4zEgsP5sPwsjGlvIuL 2ql528/T4D2ru5WjVkkmhul5YQmLH/jcKJvDuiLv707Lw/l/eBnjPn8qrNpLZYDe7Fsa /rqf2vDEfI8vPdf45xJ1iu4UsafMph8Xr/c2vNX3Dm7Y8ANPiTBrybC985k6MBxY2DA/ IAkA== X-Gm-Message-State: ACrzQf3F0tD67Zacl6gk7lYeDBKplhSk/ZJ/G/ZJtmMSpsnNo905gZb3 9lIVrHqX3vjgZru8zGtolIFDwf9OAGqmUQ== X-Google-Smtp-Source: AMsMyM6lNVgGEoqX75xTIRC6o1XV5mAoT7QEmpHiRg6x5WlxAJRjG4kuvqvm1XAl4LkkN6MedF60Rw== X-Received: by 2002:a17:902:aa84:b0:185:480a:85b6 with SMTP id d4-20020a170902aa8400b00185480a85b6mr11936150plr.170.1667180690962; Sun, 30 Oct 2022 18:44:50 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:f504:8040:1a2:6bab]) by smtp.gmail.com with ESMTPSA id a19-20020aa79713000000b0056b3c863950sm3267428pfg.8.2022.10.30.18.44.50 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 30 Oct 2022 18:44:50 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-devel@lists.openembedded.org Subject: [meta-perl][PATCH 3/3] libcompress-raw-*-perl: cleanup; fixes Date: Sun, 30 Oct 2022 18:44:34 -0700 Message-Id: <1f3249a5a02471382ba32baaa52bf0d9c013aa5e.1667179899.git.tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.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 ; Mon, 31 Oct 2022 01:44:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99359 * Add SUMMARY * Fix HOMEPAGE * Fix RDEPENDS * Use README for LIC_FILES_CHKSUM Signed-off-by: Tim Orling --- .../libcompress-raw-bzip2-perl_2.096.bb | 11 ++++------- .../libcompress-raw-lzma-perl_2.096.bb | 19 ++++++++++--------- .../libcompress-raw-zlib-perl_2.096.bb | 16 +++++++--------- 3 files changed, 21 insertions(+), 25 deletions(-) diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb index ef69987ea3..238c988850 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb @@ -1,16 +1,13 @@ +SUMMARY = "Low-Level Interface to bzip2 compression library" DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \ compression/uncompression functions from the bzip2 compression library." - +HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Bzip2" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=33084b7f607ba5d38a64b22f8e332f87" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.096.tar.gz" +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" SRC_URI[md5sum] = "4fdb7ea5071e4b774c52c37331386355" SRC_URI[sha256sum] = "a564e7634eca7740c5487d01effe1461e9e51b8909e69b3d8f5be98997958cbe" diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb index 04295cd3c6..0cd876be45 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb @@ -1,16 +1,13 @@ -DESCRIPTION = ""Compress::Raw::Lzma" provides an interface to the in-memory \ -compression/uncompression functions from the lzma compression library." - +SUMMARY = "Low-Level Interface to lzma compresion library." +DESCRIPTION = "This module provides a Perl interface to allow reading and \ +wrting of lzma, lzip and xz files/buffers." +HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Lzma" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Lzma" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2d411393b876fe63f9f1d546363f1a47" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.096.tar.gz" +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" SRC_URI[md5sum] = "b5079bb43712fcd1e74b80777fa376ed" SRC_URI[sha256sum] = "f3afb267b1303b0f125976e9e4a70c6a4a205e35e7c99b408911f5e5c6578217" @@ -21,6 +18,10 @@ S = "${WORKDIR}/Compress-Raw-Lzma-${PV}" inherit cpan +RDEPENDS:${PN} += "\ + perl-module-universal \ +" + export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb index 81c370df2a..dcd5badab9 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb @@ -1,16 +1,14 @@ -DESCRIPTION = "The *Compress::Raw::Zlib* module provides a Perl interface to the *zlib* \ -compression library (see "AUTHOR" for details about where to get *zlib*)." - +SUMMARY = "Perl interface to the zlib compression library." +DESCRIPTION = "The Compress::Raw::Zlib module provides a Perl interface \ +to the zlib compression library (see 'AUTHOR' for details about where to \ +get zlib)." +HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Zlib" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Zlib" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=17;md5=603fa463887aed6bb3f6f2a999aca775" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.096.tar.gz" +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz" SRC_URI[md5sum] = "4144ecdd901231553447998cf8035e4a" SRC_URI[sha256sum] = "cd4cba20c159a7748b8bc91278524a7da70573d9531fde62298609a5f1c65912"