Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated/overridden recipes from meta-oe and core #200

Open
kraj opened this issue Mar 18, 2021 · 1 comment
Open

Duplicated/overridden recipes from meta-oe and core #200

kraj opened this issue Mar 18, 2021 · 1 comment
Assignees

Comments

@kraj
Copy link
Contributor

kraj commented Mar 18, 2021

meta-atmel has duplicated few recipes from meta-oe

swig:
  meta                 3.0.12
  meta-atmel           3.0.8

cjson:
  meta-atmel           1.7.4
  meta-oe              1.7.14

first one is easy, please start using the version coming from oe-core
for second issue, I think only layer you want to depend on is oe-core
which means if you do not keep a copy of cjson in this layer then you have to
add a dependency on meta-oe which is actually preferred to status quo
because currently if meta-atmel is used then it silently overrides the version
from meta-oe since it has higher layer priority.

Other option is to try to move cjson recipe to oe-core and that way you don't
have to add dependency on meta-oe, but you still have to start using the version
from oe-core

@codrin989
Copy link
Contributor

I see that libplanes depends on swig and for some reason we want 3.0.8. cjson is needed by both libplanes and libegt. @SandeepSM @ldesroches @noglitch what do you think, is it safe to upgrade these packets?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants