Skip to content
Commit 3e9392c0 authored by Ross Burton's avatar Ross Burton Committed by Richard Purdie
Browse files

native: remove PN from DEPENDS automatically



If a recipe (say, wayland) has DEPENDS=wayland-native and BBCLASSEXTEND=native,
when built as wayland-native it has DEPENDS=wayland-native which results in a
circular dependency.

Typically this is resolved by having explicit DEPENDS_class-native statements
but as this is duplication which can lead to inconsistent dependencies,
automatically remove the circular dependency.

Signed-off-by: default avatarRoss Burton <ross.burton@intel.com>
parent 2a675bc6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment