From: "'Jan Kiszka' via isar-users" <isar-users@googlegroups.com>
To: isar-users <isar-users@googlegroups.com>
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH] mmdebstrap: Fix overly strict overrides for MMHOOKS
Date: Wed, 20 Nov 2024 23:22:34 +0100 [thread overview]
Message-ID: <4a12af7a-11ab-40dd-b5aa-b7b7efa87507@siemens.com> (raw)
From: Jan Kiszka <jan.kiszka@siemens.com>
Using DISTROOVERRIDE breaks downstream when it sets own DISTRO values.
Use BASE_DISTRO_CODENAME, just like elsewhere.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc b/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
index 1043f2d1..9a27851d 100644
--- a/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
+++ b/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
@@ -19,8 +19,8 @@ MM_HOOK_JESSIE = "/usr/share/mmdebstrap/hooks/jessie-or-older"
DPKG_HOOKS ?= "${@'--hook-dir='+d.getVar('MM_HOOK_JESSIE') \
if os.path.isdir(d.getVar('MM_HOOK_JESSIE')) \
else '--customize-hook=\'touch /var/lib/dpkg/available\''}"
-MMHOOKS:ubuntu-focal ?= "${DPKG_HOOKS}"
-MMHOOKS:debian-buster ?= "${DPKG_HOOKS}"
+MMHOOKS:focal ?= "${DPKG_HOOKS}"
+MMHOOKS:buster ?= "${DPKG_HOOKS}"
DISTRO_BOOTSTRAP_KEYRING = "${WORKDIR}/distro-keyring.gpg"
--
2.43.0
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/4a12af7a-11ab-40dd-b5aa-b7b7efa87507%40siemens.com.
next reply other threads:[~2024-11-20 22:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-20 22:22 'Jan Kiszka' via isar-users [this message]
2024-11-27 7:10 ` 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=4a12af7a-11ab-40dd-b5aa-b7b7efa87507@siemens.com \
--to=isar-users@googlegroups.com \
--cc=amikan@ilbers.de \
--cc=jan.kiszka@siemens.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