[OE-core] [PATCH] ncurses-native: install to libdir, not base_libdir
Enrico Scholz
enrico.scholz at sigma-chemnitz.de
Thu Jan 12 14:25:58 UTC 2012
Christopher Larson <kergoth-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org>
writes:
> --- a/meta/recipes-core/ncurses/ncurses.inc
> +++ b/meta/recipes-core/ncurses/ncurses.inc
> ...
> +# natives don't generally look in base_libdir
> +base_libdir_virtclass-native = "${libdir}"
I do not think that this should be done per recipe (afais, at least
libusb is affected by the same issue).
Adding '-L<baselibdir>' and the '-Wl,-rpath-link' + '-Wl,-rpath' options
to BUILD_LDFLAGS would be a more general solution.
Enrico
More information about the Openembedded-core
mailing list