# Pastebin ZwIMF3QK DESCRIPTION = "SDR control program" LICENSE = "AGPL-3.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=73f1eb20517c55bf9493b7dd6e480788" DEPENDS = "libnl" SRC_URI = "git://github.com/open-sdr/openwifi.git;branch=master;protocol=https" SRCREV = "55bdb2c49fe3cc4d7b425068d3f7ef1f0b334b42" inherit pkgconfig S = "${WORKDIR}/git" do_compile() { oe_runmake -C ${S}/user_space/sdrctl_src V=1 } do_install() { # The install target is broken, so install by hand install -D ${S}/user_space/sdrctl_src/sdrctl ${D}${sbindir}/sdrctl }