mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
5e18b657fa
commit
d212af495f
@@ -17,7 +17,7 @@ SYSTEMD_PACKAGES = "lirc"
|
|||||||
SYSTEMD_SERVICE_${PN} = "lircd.service lircmd.service"
|
SYSTEMD_SERVICE_${PN} = "lircd.service lircmd.service"
|
||||||
SYSTEMD_AUTO_ENABLE_lirc = "enable"
|
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[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd"
|
||||||
PACKAGECONFIG[x11] = "--with-x,--with-x=no,libx11,"
|
PACKAGECONFIG[x11] = "--with-x,--with-x=no,libx11,"
|
||||||
|
|||||||
Reference in New Issue
Block a user