summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2016-07-14 18:22:19 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:39 +0200
commitd212af495f78f7f0ee72fbe4931e31c57b7ca2c2 (patch)
treef91ac5c8e0e901c26f75122bf42eb379dea235c8
parent5e18b657fa0a34fc7b2cfa4a28022ec9f97294d4 (diff)
downloadmeta-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.bb2
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"
17SYSTEMD_SERVICE_${PN} = "lircd.service lircmd.service" 17SYSTEMD_SERVICE_${PN} = "lircd.service lircmd.service"
18SYSTEMD_AUTO_ENABLE_lirc = "enable" 18SYSTEMD_AUTO_ENABLE_lirc = "enable"
19 19
20inherit autotools pkgconfig systemd pythonnative 20inherit autotools pkgconfig systemd python3native
21 21
22PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd" 22PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd"
23PACKAGECONFIG[x11] = "--with-x,--with-x=no,libx11," 23PACKAGECONFIG[x11] = "--with-x,--with-x=no,libx11,"