Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DESCRIPTION = "SDR control program"
- HOMEPAGE = ""
- LICENSE = "GPLv3"
- LICENSE_FILE = "LICENSE"
- SECTION = "app"
- DEPENDS = ""
- LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"
- HOMEPAGE = "https://github.com/open-sdr/openwifi"
- # SRC_URI = "https://github.com/open-sdr/openwifi.git;branch=master;protocol=https"
- # SRC_URI = "https://github.com/open-sdr/openwifi.git;branch=master"
- SRC_URI = "git://github.com/open-sdr/openwifi.git;branch=master;protocol=https"
- SRCREV ="e2f25882450bfbf231dde0ef9cf96f23f8273eb3"
- S = "${WORKDIR}"
- #S = "${WORKDIR}/git/user_space/sdrctl_src"
- DEPENDS += "libnl"
- RDEPENDS:${PN} += "libnl"
- SRC_URI[sha256sum] = "692050ad9df550eae75e8fcdd3897f99e26fbbb423aef815d182e90c716ae8fe"
- BB_STRICT_CHECKSUM = "0"
- do_compile() {
- # cd user_space/sdrctl_src
- oe_runmake -C ${S}/git/user_space/sdrctl_src
- }
- #do_configure() {
- #
- #}
- do_install() {
- oe_runmake install
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement