All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Guðni Már Gilbert" <gudni.m.g@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: "Guðni Már Gilbert" <gudni.m.g@gmail.com>,
	"Richard Purdie" <richard.purdie@linuxfoundation.org>
Subject: [PATCH 1/4] systemd: drop intltool-native from DEPENDS
Date: Sun,  8 Dec 2024 13:06:14 +0000	[thread overview]
Message-ID: <20241208130617.4032-2-gudni.m.g@gmail.com> (raw)
In-Reply-To: <20241208130617.4032-1-gudni.m.g@gmail.com>

intltool was dropped as a dependency in v236
See commit for reference:
https://github.com/systemd/systemd/pull/7313/commits/c81217920effddc93fb780cf8f9eb699d6fe1319

Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-core/systemd/systemd_255.13.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_255.13.bb b/meta/recipes-core/systemd/systemd_255.13.bb
index 0ccca8a567..fa3ad1d2cd 100644
--- a/meta/recipes-core/systemd/systemd_255.13.bb
+++ b/meta/recipes-core/systemd/systemd_255.13.bb
@@ -4,7 +4,7 @@ PROVIDES = "udev"
 
 PE = "1"
 
-DEPENDS = "intltool-native gperf-native libcap util-linux python3-jinja2-native"
+DEPENDS = "gperf-native libcap util-linux python3-jinja2-native"
 
 SECTION = "base/shell"
 
-- 
2.43.0



  reply	other threads:[~2024-12-08 13:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-08 13:06 [PATCH 0/4] Backport a few dependency clean ups from master Guðni Már Gilbert
2024-12-08 13:06 ` Guðni Már Gilbert [this message]
2024-12-08 13:06 ` [PATCH 2/4] systemd-boot: drop intltool-native from DEPENDS Guðni Már Gilbert
2024-12-08 13:06 ` [PATCH 3/4] python3-poetry-core: drop python3-six from RDEPENDS Guðni Már Gilbert
2024-12-08 13:06 ` [PATCH 4/4] dnf: drop python3-iniparse from DEPENDS and RDEPENDS Guðni Már Gilbert
2024-12-08 13:11 ` [PATCH 0/4] Backport a few dependency clean ups from master Guðni Már Gilbert

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=20241208130617.4032-2-gudni.m.g@gmail.com \
    --to=gudni.m.g@gmail.com \
    --cc=openembedded-core@lists.openembedded.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 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.