summaryrefslogtreecommitdiffstats
path: root/common/recipes-connectivity/lldp-util/lldp-util_0.1.bb
blob: eb53e9a8ca0ef3060331d4de4a8d6c32c3edfdf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2014-present Facebook. All Rights Reserved.

SUMMARY = "LLDP Utility"
DESCRIPTION = "A utility for reporting LLDP information"
SECTION = "base"
PR = "r1"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cc7ed73f378cc0ea228aebab24237853 \
                    file://PATENTS;md5=aed2575e5dba9ba3aea25cfeddb8f1d2 "

SRC_URI = "file://src \
          "

S = "${WORKDIR}/src"

do_install() {
  install -d ${D}${bindir}
  install -m 755 lldp-util ${D}${bindir}
}

FILES_${PN} = " ${bindir} "
OpenPOWER on IntegriCloud