lldpd: fix xml PACKAGECONFIG dependency

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>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Aviv Daum 2026-03-23 23:37:22 +13:00 committed by Khem Raj
parent e71ef5a4a1
commit cec3e0fd96
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -29,7 +29,7 @@ EXTRA_OECONF += "--without-embedded-libevent \
" "
PACKAGECONFIG ??= "cdp fdp edp sonmp lldpmed dot1 dot3" 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[snmp] = "--with-snmp,--without-snmp,net-snmp"
PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
PACKAGECONFIG[seccomp] = "--with-seccomp,--without-seccomp,libseccomp" PACKAGECONFIG[seccomp] = "--with-seccomp,--without-seccomp,libseccomp"