public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/1] meta: Reenable deps checking
@ 2021-12-21 13:26 Uladzimir Bely
  2021-12-21 13:26 ` [PATCH v2 1/1] Revert "buildhcroot/build.sh: Disable deps checking" Uladzimir Bely
  2021-12-28 13:32 ` [PATCH v2 0/1] meta: Reenable deps checking Anton Mikanovich
  0 siblings, 2 replies; 3+ messages in thread
From: Uladzimir Bely @ 2021-12-21 13:26 UTC (permalink / raw)
  To: isar-users

For a long time Isar uses '-d' option passed to dpkg-buildpackage.
This makes it skip dpkg-checkbuilddeps stage.

The patch removes this option.

Changes since v1:
- Switched to Git 'Revert' naming instead of "Reenable"

Uladzimir Bely (1):
  Revert "buildhcroot/build.sh: Disable deps checking"

 meta/recipes-devtools/buildchroot/files/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.20.1


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

* [PATCH v2 1/1] Revert "buildhcroot/build.sh: Disable deps checking"
  2021-12-21 13:26 [PATCH v2 0/1] meta: Reenable deps checking Uladzimir Bely
@ 2021-12-21 13:26 ` Uladzimir Bely
  2021-12-28 13:32 ` [PATCH v2 0/1] meta: Reenable deps checking Anton Mikanovich
  1 sibling, 0 replies; 3+ messages in thread
From: Uladzimir Bely @ 2021-12-21 13:26 UTC (permalink / raw)
  To: isar-users

This reverts commit b18ad30c8ca61670406288070544a755493a5303.

Option '-d' passed to dpkg-buildpackages makes it skip dpkg-checkbuilddeps
stage. For now, this option seems not to be needed anymore.

Removing the option makes build process more strict, but can cause build
errors in downstream, if ':native' build-dep is used in a wrong way.

Related discussion is here:
https://lists.debian.org/debian-devel/2021/12/msg00135.html

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 meta/recipes-devtools/buildchroot/files/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/buildchroot/files/build.sh b/meta/recipes-devtools/buildchroot/files/build.sh
index 101581db..d4709cf5 100644
--- a/meta/recipes-devtools/buildchroot/files/build.sh
+++ b/meta/recipes-devtools/buildchroot/files/build.sh
@@ -14,4 +14,4 @@ for i in configure aclocal.m4 Makefile.am Makefile.in; do
     fi
 done
 
-${GBP_PREFIX}dpkg-buildpackage -a$target_arch -d --source-option=-I
+${GBP_PREFIX}dpkg-buildpackage -a$target_arch --source-option=-I
-- 
2.20.1


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

* Re: [PATCH v2 0/1] meta: Reenable deps checking
  2021-12-21 13:26 [PATCH v2 0/1] meta: Reenable deps checking Uladzimir Bely
  2021-12-21 13:26 ` [PATCH v2 1/1] Revert "buildhcroot/build.sh: Disable deps checking" Uladzimir Bely
@ 2021-12-28 13:32 ` Anton Mikanovich
  1 sibling, 0 replies; 3+ messages in thread
From: Anton Mikanovich @ 2021-12-28 13:32 UTC (permalink / raw)
  To: Uladzimir Bely, isar-users

21.12.2021 16:26, Uladzimir Bely wrote:
> For a long time Isar uses '-d' option passed to dpkg-buildpackage.
> This makes it skip dpkg-checkbuilddeps stage.
>
> The patch removes this option.
>
> Changes since v1:
> - Switched to Git 'Revert' naming instead of "Reenable"
>
> Uladzimir Bely (1):
>    Revert "buildhcroot/build.sh: Disable deps checking"
>
>   meta/recipes-devtools/buildchroot/files/build.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied to next, thanks.

-- 
Anton Mikanovich
Promwad Ltd.
External service provider of ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn, Germany
+49 (89) 122 67 24-0
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov


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

end of thread, other threads:[~2021-12-28 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 13:26 [PATCH v2 0/1] meta: Reenable deps checking Uladzimir Bely
2021-12-21 13:26 ` [PATCH v2 1/1] Revert "buildhcroot/build.sh: Disable deps checking" Uladzimir Bely
2021-12-28 13:32 ` [PATCH v2 0/1] meta: Reenable deps checking Anton Mikanovich

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