On (16/12/11 10:36), Giuseppe Condorelli wrote: > Hi All, > > I need to package against a different prefix using rpm. I mean, I don't > want to have to files located with > the absolute path (i.e. /usr/lib/ etc...) but I need to have them under a > specified path. > How can I obtain this? I saw conf/bitbake.conf contains many variable to be > accordingly set (prefix, exec_prefix, etc...) > but if I modify them the build will be broken. Also, looking at the > distro/<distros>.conf files I have not seen nothing similar. > Please can you suggest me something to solve my issue?
write do_install so they get installed in the new location. > > Thanks, > Giuseppe > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- -Khem _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
