From: ankur.tyagi85@gmail.com
To: openembedded-devel@lists.openembedded.org
Cc: Aviv Daum <aviv.daum@gmail.com>, Ankur Tyagi <ankur.tyagi85@gmail.com>
Subject: [oe][meta-networking][PATCH 3/4] lldpd: fix xml PACKAGECONFIG dependency
Date: Sun, 22 Mar 2026 23:13:49 +1300 [thread overview]
Message-ID: <20260322101350.439083-3-ankur.tyagi85@gmail.com> (raw)
In-Reply-To: <20260322101350.439083-1-ankur.tyagi85@gmail.com>
From: Aviv Daum <aviv.daum@gmail.com>
The xml PACKAGECONFIG entry uses libxm2, which is a typo and not a
valid dependency in OE.
Replace it with libxml2 so enabling PACKAGECONFIG:xml pulls in the
correct provider.
Signed-off-by: Aviv Daum <aviv.daum@gmail.com>
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb
index 044f1e0745..b7224d0f3d 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb
@@ -29,7 +29,7 @@ EXTRA_OECONF += "--without-embedded-libevent \
"
PACKAGECONFIG ??= "cdp fdp edp sonmp lldpmed dot1 dot3"
-PACKAGECONFIG[xml] = "--with-xml,--without-xml,libxm2"
+PACKAGECONFIG[xml] = "--with-xml,--without-xml,libxml2"
PACKAGECONFIG[snmp] = "--with-snmp,--without-snmp,net-snmp"
PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
PACKAGECONFIG[seccomp] = "--with-seccomp,--without-seccomp,libseccomp"
next prev parent reply other threads:[~2026-03-22 10:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-22 10:13 [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9 ankur.tyagi85
2026-03-22 10:13 ` [oe][meta-oe][PATCH 2/4] imapfilter: upgrade 2.8.3 -> 2.8.5 ankur.tyagi85
2026-03-22 10:13 ` ankur.tyagi85 [this message]
2026-03-22 10:13 ` [oe][meta-python][PATCH 4/4] python3-gpiod: update to v2.4.1 ankur.tyagi85
2026-03-22 10:17 ` [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9 Gyorgy Sarvari
2026-03-22 10:27 ` Ankur Tyagi
2026-03-22 10:53 ` Ankur Tyagi
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=20260322101350.439083-3-ankur.tyagi85@gmail.com \
--to=ankur.tyagi85@gmail.com \
--cc=aviv.daum@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.