All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tammana, Gowtham" <g-tammana@ti.com>
To: Paul Barker <pbarker@konsulko.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [EXTERNAL] [master/dunfell PATCH] matrix-gui-pm-demos: Allow empty package
Date: Fri, 6 Nov 2020 22:45:51 +0000	[thread overview]
Message-ID: <bcf4433b6a8d4758a56eb570f1e84695@ti.com> (raw)
In-Reply-To: <CAM9ZRVsxSA04mVx08eeoMiWQNOCSDPE3bXhJW-Vn9HM43BzfcA@mail.gmail.com>



>-----Original Message-----
>From: Paul Barker <pbarker@konsulko.com>
>Sent: Friday, November 06, 2020 3:06 AM
>To: Tammana, Gowtham <g-tammana@ti.com>
>Cc: meta-arago@arago-project.org
>Subject: Re: [EXTERNAL] [meta-arago] [master/dunfell PATCH] matrix-gui-pm-
>demos: Allow empty package
>
>On Thu, 5 Nov 2020 at 22:54, Tammana, Gowtham <g-tammana@ti.com> wrote:
>>
>> >-----Original Message-----
>> >From: meta-arago-bounces@arago-project.org <meta-arago-bounces@arago-
>> >project.org> On Behalf Of Paul Barker
>> >Sent: Thursday, November 05, 2020 4:38 AM
>> >To: meta-arago@arago-project.org
>> >Subject: [EXTERNAL] [meta-arago] [master/dunfell PATCH] matrix-gui-pm-
>> >demos: Allow empty package
>> >
>> >The matrix-gui-pm-demos recipe splits its binaries into several
>> >subpackages leaving the default package empty. The dependencies for the
>> >default package are set so it makes sense to allow this empty package
>to
>> >be created.
>> >
>> >Signed-off-by: Paul Barker <pbarker@konsulko.com>
>> >---
>> > meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb | 1 +
>> > 1 file changed, 1 insertion(+)
>> >
>> >diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-
>> >demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-
>> >demos_2.0.bb
>> >index 0116f5ea..a9ebb84f 100644
>> >--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb
>> >+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb
>> >@@ -10,6 +10,7 @@ S = "${WORKDIR}/git/power_apps"
>> >
>> > # Make sure power submenu and app images has been installed
>> > RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-power
>> >matrix-gui-generic-pm"
>> >+ALLOW_EMPTY_${PN} = "1"
>>
>> Just curious, I assume that the deployment of the dependent packages is
>still
>> ensured even without this change. This just makes it apparent to the
>user that
>> the default package is empty. Or is it that the deployment of dependent
>packages
>> is broken without this.
>
>Without this change the matrix-gui-pm-demos package is not created and
>cannot be installed.

Yes, but as the package here is empty trying to understand why it needs to
be installed in the first place.

Now that the package is created, wondering if the dependencies with the 
sub-packages needs to be listed as well something like

RDEPENDS_${PN} += ${PN}-<subpackages} or

RDEPENDS_${PN}-<subpackages> = ${PN}

Thanks,
Gowtham


  reply	other threads:[~2020-11-06 22:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05 10:38 [master/dunfell PATCH] matrix-gui-pm-demos: Allow empty package Paul Barker
2020-11-05 22:54 ` [EXTERNAL] " Tammana, Gowtham
2020-11-06  9:05   ` Paul Barker
2020-11-06 22:45     ` Tammana, Gowtham [this message]
2020-11-11 16:56       ` Paul Barker
2020-11-12 17:41         ` Tammana, Gowtham
2020-11-12 18:27           ` Paul Barker
2020-11-12 20:20             ` Tammana, Gowtham
2020-11-12 20:50               ` Paul Barker

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=bcf4433b6a8d4758a56eb570f1e84695@ti.com \
    --to=g-tammana@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=pbarker@konsulko.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.