summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/uhd/uhd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd/uhd.inc')
-rw-r--r--meta-oe/recipes-connectivity/uhd/uhd.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc
index 476b763f5..da1fbd8c7 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd.inc
+++ b/meta-oe/recipes-connectivity/uhd/uhd.inc
@@ -27,6 +27,9 @@ FILES_${PN}-examples = "${datadir}/uhd/examples/*"
27OECMAKE_BUILDPATH = "${S}/build" 27OECMAKE_BUILDPATH = "${S}/build"
28OECMAKE_SOURCEPATH = "${S}" 28OECMAKE_SOURCEPATH = "${S}"
29 29
30PACKAGECONFIG ??= ""
31PACKAGECONFIG[orc] = "-DENABLE_ORC=ON,-DENABLE_ORC=OFF,orc"
32
30EXTRA_OECMAKE = "-DENABLE_E100=TRUE" 33EXTRA_OECMAKE = "-DENABLE_E100=TRUE"
31 34
32EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}" 35EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"