[oe-commits] [meta-openembedded] 33/49: lirc: inherit python3native instead of pythonnative

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 19:47:09 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit d212af495f78f7f0ee72fbe4931e31c57b7ca2c2
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Thu Jul 14 18:22:19 2016 +0200

    lirc: inherit python3native instead of pythonnative
    
    * 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 at 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,"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list