diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 10:00:22 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 11:17:08 +0100 |
commit | 6a0d5149a131d98d4eba0198e12f7ba7c6ee3755 (patch) | |
tree | 3aa20990051c01ba1fb1768fd9c79b33924ab0a7 /meta-oe/recipes-connectivity | |
parent | d4bafb35d0dff694a16e40856448eeb12a0fd05e (diff) | |
download | meta-openembedded-6a0d5149a131d98d4eba0198e12f7ba7c6ee3755.tar.gz |
udh: inherit pythonnative
* fails without:
| -- Configuring the python interpreter...
| -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
| -- Python interpreter: PYTHON_EXECUTABLE-NOTFOUND
| -- Override with: -DPYTHON_EXECUTABLE=<path-to-python>
| CMake Error at cmake/Modules/UHDPython.cmake:54 (MESSAGE):
| Error: Python interpretor required by the build system.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc index 27584da9f..c237a9693 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd.inc +++ b/meta-oe/recipes-connectivity/uhd/uhd.inc | |||
@@ -7,9 +7,9 @@ DEPENDS = "git-native boost libusb1 uhd-firmware orc-native" | |||
7 | RDEPENDS_${PN} += "uhd-firmware" | 7 | RDEPENDS_${PN} += "uhd-firmware" |
8 | 8 | ||
9 | PE = "1" | 9 | PE = "1" |
10 | INC_PR = "r2" | 10 | INC_PR = "r3" |
11 | 11 | ||
12 | inherit cmake | 12 | inherit cmake pythonnative |
13 | 13 | ||
14 | PACKAGES =+ "${PN}-tests ${PN}-examples ${PN}-e1xx" | 14 | PACKAGES =+ "${PN}-tests ${PN}-examples ${PN}-e1xx" |
15 | 15 | ||