public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] Fix do_deploy_deb stamp name
@ 2018-02-14 17:30 Jan Kiszka
  2018-02-15 15:41 ` Alexander Smirnov
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2018-02-14 17:30 UTC (permalink / raw)
  To: isar-users

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

Aligns naming with other tasks.

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

diff --git a/meta/classes/dpkg-base.bbclass b/meta/classes/dpkg-base.bbclass
index ee406c2..a33046f 100644
--- a/meta/classes/dpkg-base.bbclass
+++ b/meta/classes/dpkg-base.bbclass
@@ -74,6 +74,6 @@ do_deploy_deb() {
 }
 
 addtask deploy_deb after do_build
-do_deploy_deb[stamp-extra-info] = "${DISTRO}-${MACHINE}"
+do_deploy_deb[stamp-extra-info] = "${DISTRO}-${DISTRO_ARCH}"
 do_deploy_deb[lockfiles] = "${DEPLOY_DIR_APT}/isar.lock"
 do_deploy_deb[depends] = "isar-apt:do_cache_config"
-- 
2.13.6

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

* Re: [PATCH] Fix do_deploy_deb stamp name
  2018-02-14 17:30 [PATCH] Fix do_deploy_deb stamp name Jan Kiszka
@ 2018-02-15 15:41 ` Alexander Smirnov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Smirnov @ 2018-02-15 15:41 UTC (permalink / raw)
  To: Jan Kiszka, isar-users

On 02/14/2018 08:30 PM, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> Aligns naming with other tasks.
> 

Applied to next, thanks!

Alex

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

end of thread, other threads:[~2018-02-15 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-14 17:30 [PATCH] Fix do_deploy_deb stamp name Jan Kiszka
2018-02-15 15:41 ` Alexander Smirnov

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