diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2016-07-14 18:22:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:39 +0200 |
commit | d212af495f78f7f0ee72fbe4931e31c57b7ca2c2 (patch) | |
tree | f91ac5c8e0e901c26f75122bf42eb379dea235c8 | |
parent | 5e18b657fa0a34fc7b2cfa4a28022ec9f97294d4 (diff) | |
download | meta-openembedded-d212af495f78f7f0ee72fbe4931e31c57b7ca2c2.tar.gz |
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@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 900b68d20..7162fcd85 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" | |||
17 | SYSTEMD_SERVICE_${PN} = "lircd.service lircmd.service" | 17 | SYSTEMD_SERVICE_${PN} = "lircd.service lircmd.service" |
18 | SYSTEMD_AUTO_ENABLE_lirc = "enable" | 18 | SYSTEMD_AUTO_ENABLE_lirc = "enable" |
19 | 19 | ||
20 | inherit autotools pkgconfig systemd pythonnative | 20 | inherit autotools pkgconfig systemd python3native |
21 | 21 | ||
22 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd" | 22 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd" |
23 | PACKAGECONFIG[x11] = "--with-x,--with-x=no,libx11," | 23 | PACKAGECONFIG[x11] = "--with-x,--with-x=no,libx11," |