mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 15:38:32 +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:
parent
86770ea397
commit
81ee0b68fa
@ -29,7 +29,7 @@ SYSTEMD_SERVICE_${PN}-exec = "irexec.service"
|
||||
SYSTEMD_AUTO_ENABLE_lirc = "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[x11] = "--with-x,--with-x=no,libx11,"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user