From: Henning Schild <henning.schild@siemens.com>
To: Michael Ebel <mebel@christ-es.de>
Cc: isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH v2] meta/classes/debianize: Create debian folder if source does not contain one
Date: Wed, 6 Oct 2021 10:10:00 +0200 [thread overview]
Message-ID: <20211006101000.67574596@md1za8fc.ad001.siemens.net> (raw)
In-Reply-To: <95cfe308-d828-4ce9-8845-6bab5144c4d0n@googlegroups.com>
ACK
Am Tue, 5 Oct 2021 05:51:50 -0700 (PDT)
schrieb Michael Ebel <mebel@christ-es.de>:
> Changes since v1:
> - Removed unnecessary comment
> - Removed unnecessary condition
> - Changed commit message to reflect the purpose more clearly
>
> From: Michael Ebel <mebel@christ-es.de>
>
> meta/classes/debianize: Make sure debian folder exists
>
> Signed-off-by: Michael Ebel <mebel@christ-es.de>
> ---
> meta/classes/debianize.bbclass | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta/classes/debianize.bbclass
> b/meta/classes/debianize.bbclass index 4486778..aa13b28 100644
> --- a/meta/classes/debianize.bbclass
> +++ b/meta/classes/debianize.bbclass
> @@ -88,6 +88,8 @@ EOF
> }
>
> deb_debianize() {
> + install -m 755 -d ${S}/debian
> +
> # create the compat-file if there is no file with that name in
> WORKDIR if [ -f ${WORKDIR}/compat ]; then
> install -v -m 644 ${WORKDIR}/compat ${S}/debian/compat
next prev parent reply other threads:[~2021-10-06 8:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-05 12:51 Michael Ebel
2021-10-06 8:10 ` Henning Schild [this message]
2021-10-15 15:42 ` Anton Mikanovich
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=20211006101000.67574596@md1za8fc.ad001.siemens.net \
--to=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=mebel@christ-es.de \
/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