mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
3e89224dda
commit
1bdff724ed
@@ -30,7 +30,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user