[OE-core] [OE-Core][PATCH V2] systemd.bbclass: Dont use libdir and base_libdir for units

Burton, Ross ross.burton at intel.com
Wed Feb 13 16:53:20 UTC 2013


On 13 February 2013 07:46, Khem Raj <raj.khem at gmail.com> wrote:
> +        packages = d.getVar('PACKAGES', True)
> +        if not pkg_systemd in packages:

Should probably do packages.split() here to ensure that we don't match
a substring.

Ross




More information about the Openembedded-core mailing list