meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: richard.purdie@linuxfoundation.org
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] sysvinit-inittab: Use UNPACKDIR instead of WORKDIR
Date: Mon, 13 May 2024 22:33:01 -0400	[thread overview]
Message-ID: <ZkLNXYDAiuayeQV9@gmail.com> (raw)
In-Reply-To: <20240508190016.3865000-1-richard.purdie@linuxfoundation.org>

Thanks Richard,

Merged to master.

Bruce

In message: [meta-virtualization] [PATCH] sysvinit-inittab: Use UNPACKDIR instead of WORKDIR
on 08/05/2024 Richard Purdie via lists.yoctoproject.org wrote:

> Now that UNPACKDIR has been introduced to OE-Core, use it in the
> do_install fuction so that as/when things move around and UNPACKDIR
> is no longer WORKDIR, it continues to work correctly.
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  recipes-core/sysvinit/sysvinit-inittab_virtualization.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-core/sysvinit/sysvinit-inittab_virtualization.inc b/recipes-core/sysvinit/sysvinit-inittab_virtualization.inc
> index bf52da0e..5010dfd3 100644
> --- a/recipes-core/sysvinit/sysvinit-inittab_virtualization.inc
> +++ b/recipes-core/sysvinit/sysvinit-inittab_virtualization.inc
> @@ -4,6 +4,6 @@ SRC_URI += "file://getty-wrapper"
>  
>  do_install:append() {
>      install -d ${D}${base_sbindir}
> -    install -m 0755 ${WORKDIR}/getty-wrapper ${D}${base_sbindir}/getty-wrapper
> +    install -m 0755 ${UNPACKDIR}/getty-wrapper ${D}${base_sbindir}/getty-wrapper
>  }
>  FILES:${PN} += "${base_sbindir}/getty-wrapper"
> -- 
> 2.40.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8718): https://lists.yoctoproject.org/g/meta-virtualization/message/8718
> Mute This Topic: https://lists.yoctoproject.org/mt/105987707/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



      reply	other threads:[~2024-05-14  2:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08 19:00 [meta-virtualization] [PATCH] sysvinit-inittab: Use UNPACKDIR instead of WORKDIR Richard Purdie
2024-05-14  2:33 ` Bruce Ashfield [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=ZkLNXYDAiuayeQV9@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=richard.purdie@linuxfoundation.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).