All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 11/11] perlcross fix
Date: Fri,  4 Jun 2021 11:10:30 +0200	[thread overview]
Message-ID: <20210604091030.1380877-11-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20210604091030.1380877-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/conf/distro/include/maintainers.inc            | 2 +-
 meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 6024d57717..89dec1f86a 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -558,7 +558,7 @@ RECIPE_MAINTAINER_pn-pciutils = "Chen Qi <Qi.Chen@windriver.com>"
 RECIPE_MAINTAINER_pn-pcmanfm = "Alexander Kanavin <alex.kanavin@gmail.com>"
 RECIPE_MAINTAINER_pn-perf = "Bruce Ashfield <bruce.ashfield@gmail.com>"
 RECIPE_MAINTAINER_pn-perl = "Alexander Kanavin <alex.kanavin@gmail.com>"
-RECIPE_MAINTAINER_pn-perl-cross = "Alexander Kanavin <alex.kanavin@gmail.com>"
+RECIPE_MAINTAINER_pn-perlcross = "Alexander Kanavin <alex.kanavin@gmail.com>"
 RECIPE_MAINTAINER_pn-piglit = "Ross Burton <ross.burton@arm.com>"
 RECIPE_MAINTAINER_pn-pigz = "Hongxu Jia <hongxu.jia@windriver.com>"
 RECIPE_MAINTAINER_pn-pinentry = "Armin Kuster <akuster808@gmail.com>"
diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb b/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb
index 83b7b415af..339075f0c4 100644
--- a/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb
+++ b/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb
@@ -8,6 +8,8 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
 # but is not provided inside the release tarballs
 LIC_FILES_CHKSUM = "file://${WORKDIR}/README.md;md5=252fcce2026b765fee1ad74d2fb07a3b"
 
+inherit allarch
+
 SRC_URI = "https://github.com/arsv/perl-cross/releases/download/${PV}/perl-cross-${PV}.tar.gz;name=perl-cross \
            file://README.md \
            file://0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch \
@@ -27,9 +29,9 @@ do_configure () {
 do_compile () {
 }
 
-do_install() {
+do_install_class-native() {
     mkdir -p ${D}/${datadir}/perl-cross/
-    cp -rfp ${S}/* ${D}/${datadir}/perl-cross/
+    cp -rf ${S}/* ${D}/${datadir}/perl-cross/
 }
 
 BBCLASSEXTEND = "native"
-- 
2.31.1


  parent reply	other threads:[~2021-06-04  9:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-04  9:10 [PATCH 01/11] virglrenderer: explicitly depend on libgbm Alexander Kanavin
2021-06-04  9:10 ` [PATCH 02/11] elfutils: update 0.183 -> 0.185 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 03/11] libcap: update 2.49 -> 2.50 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 04/11] cmake: update 3.20.2 -> 3.20.3 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 05/11] perl: split perl-cross into its own recipe Alexander Kanavin
2021-06-17  9:22   ` [OE-core] " Yu, Mingli
2021-06-17  9:45     ` Alexander Kanavin
2021-06-04  9:10 ` [PATCH 06/11] perl-cross: 1.3.5 -> 1.3.6 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 07/11] perl: update 5.32.1 -> 5.34.0 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 08/11] libgcrypt: upgrade 1.9.2 -> 1.9.3 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 09/11] xf86-input-libinput: update 0.30.0 -> 1.0.1 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 10/11] erofs-utils: correct upstream version check Alexander Kanavin
2021-06-04  9:10 ` Alexander Kanavin [this message]
2021-06-04  9:11   ` [PATCH 11/11] perlcross fix Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210604091030.1380877-11-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.