On Thu, 2010-04-01 at 13:44 +0000, git version control wrote: > Module: openembedded.git > Branch: rpurdie/work-in-progress > Commit: 2365530efff7681fa34b2a466cf5f78acac10274 > URL: > http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2365530efff7681fa34b2a466cf5f78acac10274 > > Author: Joshua Lock <[email protected]> > Date: Wed Mar 31 11:41:58 2010 +0100 > > relocatable: Class to post-process packages for relocatability [snip] > +def rpath_replace (path, d): > + bindirs = bb.data.expand("${bindir} ${sbindir} ${base_sbindir} > ${base_bindir} ${libdir} ${base_libdir} ${PREPROCESS_RELOCATE_DIRS}", > d).split()
Is that last variable there to let recipes add non-standard locations to the search path? [snip] > - required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk md5sum" > + required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk md5sum chrpath" How hard would it be to add a chrpath-native recipe and maybe treat this like we used to treat qemu? Don't see it in yum on my rhel5 box. Thanks. -- Tom Rini <[email protected]> Mentor Graphics Corporation _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
