mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
lldpad: depends on readline
Add a dependency on readline because the header files are required by configure. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
fa30b49c73
commit
eb01349b1f
|
|
@ -5,7 +5,7 @@ Intel LLDP Agent with Enhanced Ethernet support for the Data Center."
|
|||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8c2bc283e65df398ced5f5b747e78162"
|
||||
DEPENDS = "libconfig libnl"
|
||||
DEPENDS = "libconfig libnl readline"
|
||||
SRCREV = "48a5f38778b18d6659a672ccb4640f25c6720827"
|
||||
|
||||
SRC_URI = "git://github.com/jrfastab/lldpad.git;protocol=http \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user