mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
lirc: Inherit distutils-common-base
This helps in compiling the python pieces in this package, which uses setup.py to build but does not have ldshared set correctly, inheriting distutils-common-base provides the minimum needed environment for the python module build Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ SYSTEMD_SERVICE_${PN}-exec = "irexec.service"
|
|||||||
SYSTEMD_AUTO_ENABLE_lirc = "enable"
|
SYSTEMD_AUTO_ENABLE_lirc = "enable"
|
||||||
SYSTEMD_AUTO_ENABLE_lirc-exec = "enable"
|
SYSTEMD_AUTO_ENABLE_lirc-exec = "enable"
|
||||||
|
|
||||||
inherit autotools pkgconfig systemd python3native
|
inherit autotools pkgconfig systemd python3native distutils-common-base
|
||||||
|
|
||||||
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