public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] Add support for specifying package architecture using DPKG_ARCH
@ 2019-09-11  8:41 Dalamagkidis, Konstantinos
  2019-09-30  6:07 ` Jan Kiszka
  2019-10-07 10:21 ` Baurzhan Ismagulov
  0 siblings, 2 replies; 6+ messages in thread
From: Dalamagkidis, Konstantinos @ 2019-09-11  8:41 UTC (permalink / raw)
  To: isar-users; +Cc: Dalamagkidis, Konstantinos

For some packages we want to be able to specify the "all" architecture.

Signed-off-by: Konstantinos Dalamagkidis <konstantinos.dalamagkidis@siemens.com>
---
 meta/classes/debianize.bbclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/classes/debianize.bbclass b/meta/classes/debianize.bbclass
index ad3a98e..c231b41 100644
--- a/meta/classes/debianize.bbclass
+++ b/meta/classes/debianize.bbclass
@@ -4,6 +4,7 @@
 # SPDX-License-Identifier: MIT
 
 CHANGELOG_V ?= "${PV}"
+DPKG_ARCH ??= "any"
 
 deb_add_changelog() {
 	timestamp=$(find ${S}/ -type f -not -path "${S}/debian/*" -printf "%T@\n"|sort -n -r|head -n 1)
@@ -40,7 +41,7 @@ Maintainer: ${MAINTAINER}
 Build-Depends: debhelper (>= ${compat})
 
 Package: ${PN}
-Architecture: any
+Architecture: ${DPKG_ARCH}
 Depends: ${DEBIAN_DEPENDS}
 Description: ${DESCRIPTION}
 EOF
-- 
2.20.1

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

end of thread, other threads:[~2019-10-08 11:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11  8:41 [PATCH] Add support for specifying package architecture using DPKG_ARCH Dalamagkidis, Konstantinos
2019-09-30  6:07 ` Jan Kiszka
2019-10-07 10:20   ` Baurzhan Ismagulov
2019-10-07 10:39     ` Baurzhan Ismagulov
2019-10-08 11:25       ` Jan Kiszka
2019-10-07 10:21 ` Baurzhan Ismagulov

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