On 7 January 2013 16:06, Alex DAMIAN <[email protected]> wrote: > +do_install_append_class-native() { > + sed -i -e > '4,10s,prefix=.*$,prefix=${D}/${prefix},;4,10s,exec_prefix=,exec_prefix=${D}/${exec_prefix},' > \ > + ${D}/${datadir}/aclocal/wayland-scanner.m4 > +}
My previous comments still stand: The use of addresses seems fragile, would it be safer to inject the paths pre-configure when @prefix@ is easily replaceable? As is to demonstrate this, you missed a @datarootdir@ replacement. Probably best to do a replacement pre-configure on the @foo@ symbols. Also using STAGING_BINDIR_NATIVE and STAGING_DATADIR_NATIVE would be clearer. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
