All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 05/10] packagegroup-meta-oe: update pkg group
Date: Sun,  1 May 2022 09:26:38 -0700	[thread overview]
Message-ID: <20220501162643.513646-6-akuster808@gmail.com> (raw)
In-Reply-To: <20220501162643.513646-1-akuster808@gmail.com>

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 765edc5c5f..d3f90bd83c 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -9,6 +9,7 @@ PACKAGES = "\
     packagegroup-meta-oe-benchmarks \
     packagegroup-meta-oe-connectivity \
     packagegroup-meta-oe-connectivity-python2 \
+    packagegroup-meta-oe-connectivity-python \
     packagegroup-meta-oe-core \
     packagegroup-meta-oe-crypto \
     packagegroup-meta-oe-bsp \
@@ -37,6 +38,7 @@ RDEPENDS:packagegroup-meta-oe = "\
     packagegroup-meta-oe-bsp \
     packagegroup-meta-oe-connectivity \
     ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "packagegroup-meta-oe-connectivity-python2", "", d)} \
+    ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python", "packagegroup-meta-oe-connectivity-python", "", d)} \
     packagegroup-meta-oe-core \
     packagegroup-meta-oe-crypto \
     packagegroup-meta-oe-dbs \
@@ -122,6 +124,7 @@ RDEPENDS:packagegroup-meta-oe-bsp:remove:riscv64 = "efivar efibootmgr fwupd fwup
 RDEPENDS:packagegroup-meta-oe-bsp:remove:riscv32 = "efivar efibootmgr fwupd fwupd-efi"
 
 RDEPENDS:packagegroup-meta-oe-connectivity ="\
+    cyrus-sasl \
     gammu \
     gattlib \
     gensio \
@@ -170,6 +173,10 @@ RDEPENDS:packagegroup-meta-oe-connectivity-python2 = "\
     ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "telepathy-idle", "", d)} \
 "
 
+RDEPENDS:packagegroup-meta-oe-connectivity-python = "\
+    ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python", "nvmetcli", "", d)} \
+"
+
 # dracut needs dracut
 RDEPENDS:packagegroup-meta-oe-core = "\
     ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "dbus-broker", "", d)} \
-- 
2.25.1



  parent reply	other threads:[~2022-05-01 16:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-01 16:26 [meta-oe][PATCH 00/10] re-org layers Armin Kuster
2022-05-01 16:26 ` [meta-oe][PATCH 01/10] crda: move to a dynamic-layer for python Armin Kuster
2022-05-01 16:26 ` [meta-oe][PATCH 02/10] cyrus-sasl: move from meta-networking to meta-oe Armin Kuster
2022-05-01 16:26 ` [meta-oe][PATCH 03/10] netplan: " Armin Kuster
2022-05-01 16:26 ` [meta-oe][PATCH 04/10] nvmetcli: move recipe " Armin Kuster
2022-05-01 16:26 ` Armin Kuster [this message]
2022-05-01 16:26 ` [meta-oe][PATCH 06/10] python3-ldap: move to meta-python Armin Kuster
2022-05-01 16:26 ` [meta-oe][PATCH 07/10] packagegroup-meta-python.bb: update pkg group Armin Kuster
2022-05-01 16:26 ` [meta-oe][PATCH 08/10] firewalld: move to dynamic meta-python layer Armin Kuster
2022-05-01 16:26 ` [meta-oe][PATCH 09/10] packagegroup-meta-networking: update pkg group Armin Kuster
2022-05-01 16:26 ` [meta-oe][PATCH 10/10] meta-networking: drop meta-python layer depends Armin Kuster
2022-05-01 22:48 ` [oe] [meta-oe][PATCH 00/10] re-org layers Khem Raj
     [not found]   ` <16EB2058F2FC98CA.29626@lists.openembedded.org>
     [not found]     ` <50050b02-e0f3-dbb9-fed9-ad479227328f@gmail.com>
2022-05-02  0:07       ` Khem Raj

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=20220501162643.513646-6-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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 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.