diff options
author | Ross Burton <ross.burton@intel.com> | 2015-02-02 11:03:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:43 +0000 |
commit | 3e9392c0965166462e0993d46f4cc2fb1832f1e5 (patch) | |
tree | 036ed1ab137823f4df5468a7d8ef0318f0d8311d /meta/classes/cpan-base.bbclass | |
parent | 2a675bc63b22724f12e6ed6ff58d0f1d1e0d3b29 (diff) | |
download | openembedded-core-3e9392c0965166462e0993d46f4cc2fb1832f1e5.tar.gz openembedded-core-3e9392c0965166462e0993d46f4cc2fb1832f1e5.tar.bz2 openembedded-core-3e9392c0965166462e0993d46f4cc2fb1832f1e5.zip |
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: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/cpan-base.bbclass')
0 files changed, 0 insertions, 0 deletions