varigit / meta-variscite-imx

Variscite BSP layer for NXP i.MX BSP
12 stars 24 forks source link

Fix for building pulse-audio with SysV init. #9

Closed iceaway closed 5 years ago

iceaway commented 5 years ago

pulseaudio fails to build when using SysV init instead of systemd. bitbake tries to use the host native update-rc.d instead of the one from the bitbake sysroot.

varigigi commented 5 years ago

Hi Pelle, thanks for reporting. Just a minor note: to avoid compiling unneeded packages, it would be better if you could rework your changes as DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','','update-rc.d-native',d)}" Once done we will internally evaluate your merge request. Thanks BR Pier

iceaway commented 5 years ago

Thank you for the suggestion, I have updated this branch according to your suggestions.

varigigi commented 5 years ago

Hi Pelle, upon an internal review, we reworked your changes leaving you the ownership of the patch. Thanks BR Pier