summaryrefslogtreecommitdiffstats
path: root/recipes/nut/nut_2.2.1.bb
blob: 08e31f905e7dd01db5e65a61d99bd7acb728ff00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Network UPS Tools"
LICENSE = "GPL"
DEPENDS = "virtual/libusb0"
PR = "r1"

inherit autotools

EXTRA_OECONF = "--with-usb"

SRC_URI = "http://www.networkupstools.org/source/2.2/nut-${PV}.tar.gz \
    file://libm.patch;apply=yes \
    "

FILES_${PN} += "${datadir}/"

SRC_URI[md5sum] = "c7ae871961a7dbe12b22d504267dc132"
SRC_URI[sha256sum] = "9aad15d8cdd8694839b54342c8b4c26ddce508f6fb29ff4bee3abbe1555771f4"