From eb01349b1fbf03ab1e8c00ad5347746c121da6c5 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Fri, 16 Oct 2015 16:07:11 -0700 Subject: lldpad: depends on readline Add a dependency on readline because the header files are required by configure. Signed-off-by: Joe Slater Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb b/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb index 0c8c5d852e..b191df59e3 100644 --- a/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb +++ b/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb @@ -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 \ -- cgit v1.2.3-54-g00ecf