Files
meta-openembedded/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb
Joe MacDonald 8980f0d2a2 meta-networking: standardize SECTION values
SECTION has been used inconsistently throughout the recipes in this layer.
Convert them to all use the same convention.

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-06-05 20:42:25 -04:00

24 lines
731 B
BlitzBasic

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 = "net"
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}"