On 15 February 2013 10:50, Sankar H Malarmani <[email protected]> wrote: > /home/hc/oe-core/build/../stuff/openembedded-core/meta/recipes-connectivity/wpa-supplicant/ > wpa-supplicant_2.0.bb inherits systemd but doesn't set SYSTEMD_PACKAGES
That error message describes the problem quite well. You appear to be mixing very recent oe-core with an older meta-systemd, which won't work as they are both undergoing heavy systemd changes at the moment. If you update both at the same time you might get something that works. Welcome to the joy of building against git master of multiple repositories - things break. Unless you're capable of fixing the problems as you find them it's recommended to use the stable releases instead of git master. Ross _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
