From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH] meta: Fix package names for native
Date: Thu, 17 Aug 2023 17:18:47 +0300 [thread overview]
Message-ID: <20230817141847.1808762-1-amikan@ilbers.de> (raw)
BPN should be used instead PN to be able to use -native suffix.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
.../isar-disable-apt-cache/isar-disable-apt-cache_0.1.bb | 4 ++--
.../isar-exclude-docs/isar-exclude-docs_0.2.2.bb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-support/isar-disable-apt-cache/isar-disable-apt-cache_0.1.bb b/meta/recipes-support/isar-disable-apt-cache/isar-disable-apt-cache_0.1.bb
index 7dbd6ed5..8648494b 100644
--- a/meta/recipes-support/isar-disable-apt-cache/isar-disable-apt-cache_0.1.bb
+++ b/meta/recipes-support/isar-disable-apt-cache/isar-disable-apt-cache_0.1.bb
@@ -4,10 +4,10 @@ inherit dpkg-raw
DESCRIPTION = "Configuration to disable apt cache"
MAINTAINER = "isar-users <isar-users@googlegroups.com>"
-SRC_URI = "file://${PN}"
+SRC_URI = "file://${BPN}"
do_install[cleandirs] += "${D}/etc/apt/apt.conf.d/"
do_install() {
- install -v -m 644 "${WORKDIR}/${PN}" "${D}/etc/apt/apt.conf.d/99${PN}"
+ install -v -m 644 "${WORKDIR}/${BPN}" "${D}/etc/apt/apt.conf.d/99${BPN}"
}
diff --git a/meta/recipes-support/isar-exclude-docs/isar-exclude-docs_0.2.2.bb b/meta/recipes-support/isar-exclude-docs/isar-exclude-docs_0.2.2.bb
index 05c89533..2b844bed 100644
--- a/meta/recipes-support/isar-exclude-docs/isar-exclude-docs_0.2.2.bb
+++ b/meta/recipes-support/isar-exclude-docs/isar-exclude-docs_0.2.2.bb
@@ -4,11 +4,11 @@ inherit dpkg-raw
DESCRIPTION = "Configuration to exclude most documentation"
MAINTAINER = "isar-users <isar-users@googlegroups.com>"
-SRC_URI = "file://${PN} \
+SRC_URI = "file://${BPN} \
file://postinst"
do_install[cleandirs] += "${D}/etc/dpkg/dpkg.conf.d/"
do_install() {
- install -v -m 644 "${WORKDIR}/${PN}" "${D}/etc/dpkg/dpkg.conf.d/99${PN}"
+ install -v -m 644 "${WORKDIR}/${BPN}" "${D}/etc/dpkg/dpkg.conf.d/99${BPN}"
}
--
2.34.1
next reply other threads:[~2023-08-17 14:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 14:18 Anton Mikanovich [this message]
2023-08-24 15:19 ` Uladzimir Bely
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=20230817141847.1808762-1-amikan@ilbers.de \
--to=amikan@ilbers.de \
--cc=isar-users@googlegroups.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox