mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -7,9 +7,9 @@ DEPENDS = "git-native boost libusb1 uhd-firmware orc-native"
|
||||
RDEPENDS_${PN} += "uhd-firmware"
|
||||
|
||||
PE = "1"
|
||||
INC_PR = "r2"
|
||||
INC_PR = "r3"
|
||||
|
||||
inherit cmake
|
||||
inherit cmake pythonnative
|
||||
|
||||
PACKAGES =+ "${PN}-tests ${PN}-examples ${PN}-e1xx"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user