[OE-core] [PATCH 1/1] nss-myhostname: skip it when systemd

Burton, Ross ross.burton at intel.com
Thu Oct 9 12:49:55 UTC 2014


On 9 October 2014 10:45, Robert Yang <liezhi.yang at windriver.com> wrote:
> +python () {
> +       if bb.utils.contains ('DISTRO_FEATURES', 'systemd', True, False, d):
> +               raise bb.parse.SkipPackage("'systemd' in DISTRO_FEATURES")
> +}

Please use distro_features_check for conciseness.

Ross



More information about the Openembedded-core mailing list