summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb23
1 files changed, 23 insertions, 0 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
new file mode 100644
index 0000000000..4dad80d3e9
--- /dev/null
+++ b/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Intel LLDP Agent"
2DESCRIPTION = "\
3This package contains the Linux user space daemon and configuration tool for \
4Intel LLDP Agent with Enhanced Ethernet support for the Data Center."
5SECTION = "System Environment/Daemons"
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8c2bc283e65df398ced5f5b747e78162"
8DEPENDS = "libconfig libnl"
9SRCREV = "48a5f38778b18d6659a672ccb4640f25c6720827"
10
11SRC_URI = "git://github.com/jrfastab/lldpad.git;protocol=http"
12
13S = "${WORKDIR}/git"
14
15inherit autotools-brokensep pkgconfig systemd
16
17do_install_append () {
18 install -m 0755 -d ${D}${systemd_unitdir}
19 mv ${D}${prefix}${systemd_unitdir}/* ${D}${systemd_unitdir}/
20 rmdir ${D}${prefix}${systemd_unitdir}
21}
22
23FILES_${PN} += "${systemd_unitdir}"