From: Denys Dmytriyenko <denis@denix.org>
To: rs@ti.com
Cc: reatmon@ti.com, afd@ti.com, nm@ti.com, meta-arago@lists.yoctoproject.org
Subject: Re: [meta-arago][kirkstone/master][PATCH 1/5] packagegroup-arago-bootstrap: fix RDEPENDS notation
Date: Mon, 31 Jul 2023 16:10:01 -0400 [thread overview]
Message-ID: <20230731201001.GA3359@denix.org> (raw)
In-Reply-To: <20230728002032.853330-2-rs@ti.com>
On Thu, Jul 27, 2023 at 07:20:28PM -0500, rs@ti.com wrote:
> From: Randolph Sapp <rs@ti.com>
>
> The RDEPENDS for this packagegroup was still using the legacy format so
> it was being evaluated as a do-nothing group. Enable it.
Good catch!
> Signed-off-by: Randolph Sapp <rs@ti.com>
Acked-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
> .../recipes-core/packagegroups/packagegroup-arago-bootstrap.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb
> index b0ec64b0..50f759be 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb
> @@ -47,6 +47,6 @@ UTILS:append:k3 = " \
> k3conf \
> "
>
> -RDEPENDS_${PN} = "\
> +RDEPENDS:${PN} = "\
> ${UTILS} \
> "
> --
> 2.41.0
next prev parent reply other threads:[~2023-08-05 3:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-28 0:20 [meta-arago][kirkstone/master][PATCH 0/5] Packagegroup cleaning and a new proposal rs
2023-07-28 0:20 ` [meta-arago][kirkstone/master][PATCH 1/5] packagegroup-arago-bootstrap: fix RDEPENDS notation rs
2023-07-31 20:10 ` Denys Dmytriyenko [this message]
2023-07-28 0:20 ` [meta-arago][kirkstone/master][PATCH 2/5] packagegroup-arago-base: edit the summary to describe current use rs
2023-07-31 20:11 ` Denys Dmytriyenko
2023-07-28 0:20 ` [meta-arago][kirkstone/master][PATCH 3/5] irqbalance: remove append to install systemd script rs
2023-07-28 0:20 ` [meta-arago][kirkstone/master][PATCH 4/5] packagegroup-arago-boot: add a new group for all-around useful packages rs
2023-07-28 21:09 ` Denys Dmytriyenko
2023-07-28 0:20 ` [meta-arago][kirkstone/master][PATCH 5/5] arago-tiny-image: add packagegroup-arago-boot to IMAGE_INSTALL rs
2023-07-28 21:20 ` Denys Dmytriyenko
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=20230731201001.GA3359@denix.org \
--to=denis@denix.org \
--cc=afd@ti.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=nm@ti.com \
--cc=reatmon@ti.com \
--cc=rs@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.