What is the best behaviour for Dependencies at meta-recipes?

After thinking a little bit about it, I think the following items
should be respected / assumed:
- The meta-recipe must accumulate all dependencies for its 'childs';
- There is no need for dependencies checking when compiling each child
recipes (derived from first item);
- If a recipe is only going to be compiled only in a meta-recipe
context, the recipe should not even have a Dependencies file.

We already 'unofficially' assume the first item. Item two demands some
small adjustments at Compile. I'm not 100% sure about the third item.
The idea of the third item would be to avoid unnecessary replication
of information (which tends to get out of sync).

Comments?

--
Andre Detsch
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to