blob: 2b622ae6d06aeb8d267d34ab79e0ba5e1404fda6 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "pimd is a lightweight stand-alone PIM-SM v2 multicast routing daemon."
2HOMEPAGE = "http://troglobit.com/pimd.html"
3SECTION = "net"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=94f108f91fab720d62425770b70dd790"
6
7SRC_URI = "ftp://ftp.troglobit.com/pimd/${BP}.tar.gz \
8 file://0001-configure-Dont-use-uname-to-determine-target-OS.patch \
9 "
10SRC_URI[md5sum] = "a3c03e40540980b2c06e265a17988e60"
11SRC_URI[sha256sum] = "c77a9812751f114490a28a6839b16aac8b020c8d9fd6aa22bf3880c054e19f1d"
12
Patrick Williams213cb262021-08-07 19:21:33 -050013EXTRA_OECONF:append:libc-musl = " --embedded-libc"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
Andrew Geisslerd688a012020-09-18 13:36:00 -050015inherit autotools-brokensep update-alternatives
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
17do_configure() {
18 oe_runconf
19}
20
Andrew Geisslerd688a012020-09-18 13:36:00 -050021ALTERNATIVE_PRIORITY = "100"
22
Patrick Williams213cb262021-08-07 19:21:33 -050023ALTERNATIVE:${PN} = "pimd"
Andrew Geisslerd688a012020-09-18 13:36:00 -050024ALTERNATIVE_LINK_NAME[pimd] = "${sbindir}/pimd"