DEPENDS is not a package specific variable
#858
michalsieron
started this conversation in
Is this a bug, or a feature?
Replies: 2 comments 7 replies
-
|
For the main title of this discussion, of course Meaning
not entirely sure how they ended up there, but they can surely (or better to say, they need to be removed) Patches welcome |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
@priv-kweihmann |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Moving conversation from #856 to a proper discussion
I noticed that
DEPENDS:class-native += "qemu-system-native"inmeta-oe/recipes-test/syzkaller/syzkaller_git.bbwasn't caught by check implemented in #856. It was caused byDEPENDSbeing listed as a package specific variable:oelint-adv/oelint_adv/rule_base/rule_var_override_append.py
Line 20 in de2ffcd
From the docs:
For the same reason it doesn't make sense to make DEPENDS (not RDEPENDS) package specific.
Beta Was this translation helpful? Give feedback.
All reactions