Hi,

I have a setup where in a custom install profile:
- Feature #1 installs admin to a site and adds menu blocks to it. Those menu blocks contain a few links.
- Feature # 2 adds a menu link to one of those blocks. This feature is disabled by default.

The weirdest thing is that, for some reason, the menu link that is supposed to be added by feature #2, appears in advance. It is already added to the admin toolbar before the feature containing the link is even enabled.

Variables, permissions and the menu blocks are completely separated. But for some reason, if I re-create a Feature after adding a new menu link to add to one of the blocks in the toolbar, it detects my first feature as a dependency and even in a disabled state the menu link gets added prematurely!

I am completely at a loss, for I was sure the issue was somewhere in my Features but after completely re-writing them, this keeps on happening!

This happens in the 2.0 version as well as the latest dev. Haven't tried the 1.x branche.

I hope anybody has any thoughts on this! Thanks in advance