diff options
| author | Joe Slater <jslater@windriver.com> | 2015-10-16 16:07:11 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-10-21 15:59:04 -0400 |
| commit | eb01349b1fbf03ab1e8c00ad5347746c121da6c5 (patch) | |
| tree | 3bf40be7aea111a854facaff7f5dedfbe8026ffe | |
| parent | fa30b49c7317ce68e0b702bb3663b881fc5440b4 (diff) | |
| download | meta-openembedded-eb01349b1fbf03ab1e8c00ad5347746c121da6c5.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 5 | SECTION = "net" | 5 | SECTION = "net" |
| 6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8c2bc283e65df398ced5f5b747e78162" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8c2bc283e65df398ced5f5b747e78162" |
| 8 | DEPENDS = "libconfig libnl" | 8 | DEPENDS = "libconfig libnl readline" |
| 9 | SRCREV = "48a5f38778b18d6659a672ccb4640f25c6720827" | 9 | SRCREV = "48a5f38778b18d6659a672ccb4640f25c6720827" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/jrfastab/lldpad.git;protocol=http \ | 11 | SRC_URI = "git://github.com/jrfastab/lldpad.git;protocol=http \ |
