Sterling Hughes created MYNEWT-39:
-------------------------------------
Summary: Fix confusion between egg & project .yml files
Key: MYNEWT-39
URL: https://issues.apache.org/jira/browse/MYNEWT-39
Project: Mynewt
Issue Type: Improvement
Reporter: Sterling Hughes
Fix For: v0_8_0_beta2
Right now the project's need to have egg dependencies in egg.yml for newt egg
dependencies, and the newt build system looks for the project's dependencies in
the <project>.yml file. This leads to confusion, and mismatching files.
This should be unified, by either:
a) Removing the <project>.yml file, and just having an egg.yml file.
b) Only listing project dependencies in either the egg.yml _OR_ the
<project>.yml file.
Personally, I think everything a project does can be encapsulated in an egg.yml
file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)