mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
6bd7221787
This version drops the usrp E100 utilities. Also, the recipe depends on python-cheetah-native now. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
33 lines
988 B
PHP
33 lines
988 B
PHP
DESCRIPTION = "Universal Hardware Driver for Ettus Research products."
|
|
HOMEPAGE = "http://www.ettus.com"
|
|
LICENSE = "GPLv3+"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=51b35d652c070d136bf20244494be2d3"
|
|
|
|
DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-native"
|
|
RDEPENDS_${PN} += "uhd-firmware"
|
|
|
|
PE = "1"
|
|
INC_PR = "r3"
|
|
|
|
inherit cmake pythonnative
|
|
|
|
PACKAGES =+ "${PN}-tests ${PN}-examples ${PN}-e1xx"
|
|
|
|
INSANE_SKIP_${PN} = "dev-so"
|
|
|
|
FILES_${PN} += "${libdir}/libuhd.so \
|
|
${datadir}/uhd/utils/*"
|
|
FILES_${PN}-tests += "${datadir}/uhd/tests/*"
|
|
FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \
|
|
${datadir}/uhd/utils/.debug/* \
|
|
${datadir}/uhd/tests/.debug/* \
|
|
${datadir}/uhd/usrp_e_utils/.debug/*"
|
|
FILES_${PN}-examples = "${datadir}/uhd/examples/*"
|
|
|
|
OECMAKE_BUILDPATH = "${S}/build"
|
|
OECMAKE_SOURCEPATH = "${S}"
|
|
|
|
EXTRA_OECMAKE = "-DENABLE_E100=TRUE"
|
|
|
|
EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
|