public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] dpkg-raw: Allow patching and templating
@ 2020-06-09 11:57 Jan Kiszka
  2020-06-10  8:06 ` Baurzhan Ismagulov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jan Kiszka @ 2020-06-09 11:57 UTC (permalink / raw)
  To: isar-users

From: Jan Kiszka <jan.kiszka@siemens.com>

We already allow pulling the artifacts from git, so it is also
consequent to support patching as well as using templates before
installing things.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/classes/dpkg-raw.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/dpkg-raw.bbclass b/meta/classes/dpkg-raw.bbclass
index 9d4e8c19..dd7b761f 100644
--- a/meta/classes/dpkg-raw.bbclass
+++ b/meta/classes/dpkg-raw.bbclass
@@ -13,7 +13,7 @@ do_install() {
 }
 
 do_install[cleandirs] = "${D}"
-addtask install after do_unpack before do_prepare_build
+addtask install after do_patch do_transform_template before do_prepare_build
 
 do_prepare_build[cleandirs] += "${S}/debian"
 do_prepare_build() {
-- 
2.26.2


-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

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

end of thread, other threads:[~2020-06-21 19:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 11:57 [PATCH] dpkg-raw: Allow patching and templating Jan Kiszka
2020-06-10  8:06 ` Baurzhan Ismagulov
2020-06-10 16:35 ` Henning Schild
2020-06-10 17:58   ` Jan Kiszka
2020-06-21 19:04 ` Baurzhan Ismagulov

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