On Thu, 2011-06-09 at 17:57 -0700, Khem Raj wrote:
> -RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT",
> "none", "", "update-rc.d", d)}"
> +RDEPENDS_${PN}_append = " ${@oe.utils.contains("IMAGE_FEATURES",
> "package-management", "update-rc.d", "", d)}"
This sort of thing shouldn't be necessary in oe-core. See previous
discussions between me and Richard as to why IMAGE_FEATURES is not the
right thing, and code in package_ipk.bbclass which ought to be taking
care of it. If you're using a different package manager then it should
be fairly straightforward to adapt that logic to suit.
You're right though the the reference to O_P_M is clearly wrong and
should be removed. I'm not quite sure how that got in there in the
first place; must have been some oversight during patch review I guess.
p.
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core