public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] meta: Fix package names for native
@ 2023-08-17 14:18 Anton Mikanovich
  2023-08-24 15:19 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2023-08-17 14:18 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] meta: Fix package names for native
  2023-08-17 14:18 [PATCH] meta: Fix package names for native Anton Mikanovich
@ 2023-08-24 15:19 ` Uladzimir Bely
  0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2023-08-24 15:19 UTC (permalink / raw)
  To: Anton Mikanovich, isar-users

On Thu, 2023-08-17 at 17:18 +0300, Anton Mikanovich wrote:
> 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(-)
> 

Applied to next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-24 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 14:18 [PATCH] meta: Fix package names for native Anton Mikanovich
2023-08-24 15:19 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox