M7350/oe-core/meta-tp/recipes/wide-dhcpv6/wide-dhcpv6.bb
2024-09-09 08:57:42 +00:00

26 lines
523 B
BlitzBasic

DESCRIPTION = "wide-dhcpv6 compile!"
LICENSE = "CLOSED"
inherit autotools-brokensep
PR = "r1"
SRC_URI = "http://sourceforge.net/projects/wide-dhcpv6/wide-dhcpv6.tar.gz"
SRC_URI[sha256sum] = "b9e616500aba08a390d06e2298f41152f764001aaa7d309c0f5b30078987f746"
SRC_URI += "file://wide-dhcpv6-config.patch"
S = "${WORKDIR}/${PN}-20080615"
DEPENDS += "flex"
do_compile_prepend() {
cd ${S}
sed -i -e "s/dprintf/debug_printf/g" *.c *.h
}
do_install () {
install -d ${D}${bindir}
install -m 0755 dhcp6s ${D}${bindir}/
}