[oe-commits] Martin Jansa : uhd: Add PACKAGECONFIG for orc

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:47 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 839b596634f93097fa3d2bd362c86ec9fd25840b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=839b596634f93097fa3d2bd362c86ec9fd25840b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 19:57:10 2013 +0200

uhd: Add PACKAGECONFIG for orc

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 476b763..da1fbd8 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/*"
 OECMAKE_BUILDPATH = "${S}/build"
 OECMAKE_SOURCEPATH = "${S}"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[orc] = "-DENABLE_ORC=ON,-DENABLE_ORC=OFF,orc"
+
 EXTRA_OECMAKE = "-DENABLE_E100=TRUE"
 
 EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"



More information about the Openembedded-commits mailing list