On 10.10.2014 00:42, Aníbal Limón wrote: > Now i'm testing dpkg-ua changes, my first impressions are, > > Some work in order to use dpkg-ua version instead of opkg-utils (default), > files meta/conf/layer.con and > meta/recipes-core/packagegroups/packagegroup-self-hosted.bb. > > Currently isn't created symlinks for tools in target image. > > Comments?
Sounds like this problem: http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/47626 Did update-alternatives get staged correctly into your native sysroot? If opkg-utils-native was built after dpkg-native, it may have overwritten update-alternatives. To avoid this I've put the following into my local.conf: INHERIT += "blacklist" PNBLACKLIST[opkg-utils-native] = "opkg-utils-native must not be built when using debian packages" I'm not sure whether this may cause a similar effect. Regards, Andreas -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
