diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd/uhd.inc')
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd.inc | 3 |
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/*" | |||
27 | OECMAKE_BUILDPATH = "${S}/build" | 27 | OECMAKE_BUILDPATH = "${S}/build" |
28 | OECMAKE_SOURCEPATH = "${S}" | 28 | OECMAKE_SOURCEPATH = "${S}" |
29 | 29 | ||
30 | PACKAGECONFIG ??= "" | ||
31 | PACKAGECONFIG[orc] = "-DENABLE_ORC=ON,-DENABLE_ORC=OFF,orc" | ||
32 | |||
30 | EXTRA_OECMAKE = "-DENABLE_E100=TRUE" | 33 | EXTRA_OECMAKE = "-DENABLE_E100=TRUE" |
31 | 34 | ||
32 | EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}" | 35 | EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}" |