Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH] lirc: inherit python3native instead of pythonnative
@ 2016-07-14 16:22 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2016-07-14 16:22 UTC (permalink / raw)
  To: openembedded-devel

* when native python 2.7 is used, do_configure fails with:
  checking whether sysroots/x86_64-linux/usr/bin/python-native/python version is >= 3.1... no
  configure: error: Python interpreter is too old
  WARNING: exit code 1 from a shell command.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb b/meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb
index 900b68d..7162fcd 100644
--- a/meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb
+++ b/meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb
@@ -17,7 +17,7 @@ SYSTEMD_PACKAGES = "lirc"
 SYSTEMD_SERVICE_${PN} = "lircd.service lircmd.service"
 SYSTEMD_AUTO_ENABLE_lirc = "enable"
 
-inherit autotools pkgconfig systemd pythonnative
+inherit autotools pkgconfig systemd python3native
 
 PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd"
 PACKAGECONFIG[x11] = "--with-x,--with-x=no,libx11,"
-- 
2.9.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-14 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 16:22 [meta-oe][PATCH] lirc: inherit python3native instead of pythonnative Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox