From patchwork Sun Dec 23 12:21:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,17/30] udh: inherit pythonnative Date: Sun, 23 Dec 2012 12:21:42 -0000 From: Martin Jansa X-Patchwork-Id: 41555 Message-Id: <6a0d5149a131d98d4eba0198e12f7ba7c6ee3755.1356264861.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * fails without: | -- Configuring the python interpreter... | -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) | -- Python interpreter: PYTHON_EXECUTABLE-NOTFOUND | -- Override with: -DPYTHON_EXECUTABLE= | CMake Error at cmake/Modules/UHDPython.cmake:54 (MESSAGE): | Error: Python interpretor required by the build system. Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/uhd/uhd.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc index 27584da..c237a96 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" RDEPENDS_${PN} += "uhd-firmware" PE = "1" -INC_PR = "r2" +INC_PR = "r3" -inherit cmake +inherit cmake pythonnative PACKAGES =+ "${PN}-tests ${PN}-examples ${PN}-e1xx"