public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: Alexander Smirnov <asmirnov@ilbers.de>, isar-users@googlegroups.com
Subject: Re: [PATCH v2] buildhcroot/build.sh: Disable deps checking
Date: Thu, 16 Aug 2018 15:26:11 +0300	[thread overview]
Message-ID: <431e01f6-07d8-91c9-ea13-3701291ccdd9@ilbers.de> (raw)
In-Reply-To: <20180815081426.21428-1-asmirnov@ilbers.de>

On 08/15/2018 11:14 AM, Alexander Smirnov wrote:
> This change is needed in order to avoid failures of dpkg-buildpackage
> when a package provides python-pip:native or python-mako:native as
> build-depends. ":native" would make the builddeps check fail while that
> is needed to install (via mk-build-deps) the host-side version of
> these packages in a cross-build case.
> 
> Initially it was proposed to use '--no-check-builddeps' parameter, but
> seems dpkg-buildpackage from Jessie doesn't support it. I've found,
> that '-d' means the same and it's supported in all the suites.

Applied to the 'next',

Thanks,
Maxim.

> 
> Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
> Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>   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 c2967d2..e2dabab 100644
> --- a/meta/recipes-devtools/buildchroot/files/build.sh
> +++ b/meta/recipes-devtools/buildchroot/files/build.sh
> @@ -61,4 +61,4 @@ for i in configure aclocal.m4 Makefile.am Makefile.in; do
>   done
>   
>   # Build the package
> -dpkg-buildpackage -a$target_arch
> +dpkg-buildpackage -a$target_arch -d
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

      reply	other threads:[~2018-08-16 12:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-15  8:14 Alexander Smirnov
2018-08-16 12:26 ` Maxim Yu. Osipov [this message]

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=431e01f6-07d8-91c9-ea13-3701291ccdd9@ilbers.de \
    --to=mosipov@ilbers.de \
    --cc=asmirnov@ilbers.de \
    --cc=isar-users@googlegroups.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