[oe-commits] Qian Lei : lldpad: Add new recipe

git at git.openembedded.org git at git.openembedded.org
Wed Dec 17 12:16:23 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 3b174790a2b543a31f173a3e9f6db7f340ac8bdb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3b174790a2b543a31f173a3e9f6db7f340ac8bdb

Author: Qian Lei <qianl.fnst at cn.fujitsu.com>
Date:   Thu Dec 11 17:36:20 2014 +0800

lldpad: Add new recipe

LLDPAD contains the Linux user space daemon and configuration tool for
Intel LLDP Agent with Enhanced Ethernet support for the Data Center.

Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-daemons/lldpad/lldpad_0.9.46.bb        | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

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 0000000..4dad80d
--- /dev/null
+++ b/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Intel LLDP Agent"
+DESCRIPTION = "\
+This package contains the Linux user space daemon and configuration tool for \
+Intel LLDP Agent with Enhanced Ethernet support for the Data Center."
+SECTION = "System Environment/Daemons"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8c2bc283e65df398ced5f5b747e78162"
+DEPENDS = "libconfig libnl"
+SRCREV = "48a5f38778b18d6659a672ccb4640f25c6720827"
+
+SRC_URI = "git://github.com/jrfastab/lldpad.git;protocol=http"
+
+S = "${WORKDIR}/git"
+
+inherit autotools-brokensep pkgconfig systemd
+
+do_install_append () {
+    install -m 0755 -d ${D}${systemd_unitdir}
+    mv ${D}${prefix}${systemd_unitdir}/* ${D}${systemd_unitdir}/
+    rmdir ${D}${prefix}${systemd_unitdir}
+}
+
+FILES_${PN} += "${systemd_unitdir}"



More information about the Openembedded-commits mailing list