From 5ef69063c018b8257cd8a683fc0e7c7f458943fb Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Fri, 9 Mar 2018 13:30:25 +0700 Subject: rcar-gen3: nativesdk-ncurses: Install to libdir, not base_libdir In nativesdk-ncurses, they only add -L/${libdir}, not -L/${base_libdir}. So move base_libdir to libdir will help others find ncurses lib Signed-off-by: Tan Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-core/ncurses/ncurses_6.0+20170715.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-rcar-gen3/recipes-core/ncurses/ncurses_6.0+20170715.bbappend (limited to 'meta-rcar-gen3/recipes-core/ncurses') diff --git a/meta-rcar-gen3/recipes-core/ncurses/ncurses_6.0+20170715.bbappend b/meta-rcar-gen3/recipes-core/ncurses/ncurses_6.0+20170715.bbappend new file mode 100644 index 0000000..7efa469 --- /dev/null +++ b/meta-rcar-gen3/recipes-core/ncurses/ncurses_6.0+20170715.bbappend @@ -0,0 +1,2 @@ +# nativesdk don't generally look in base_libdir +base_libdir_class-nativesdk = "${libdir}" -- cgit 1.2.3-korg