aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTan Nguyen <tan.nguyen.wh@rvc.renesas.com>2018-03-09 13:30:25 +0700
committerKhang Nguyen <khang.nguyen.xv@rvc.renesas.com>2018-03-22 13:36:54 +0700
commit5ef69063c018b8257cd8a683fc0e7c7f458943fb (patch)
tree7a9b55e2dcf264aa4b19c2a1562f238943311a21
parent62cf2081e6e274d80bfc867c8ee2f48e1751c7df (diff)
rcar-gen3: nativesdk-ncurses: Install to libdir, not base_libdir
In nativesdk-ncurses, they only add -L<sysroot>/${libdir}, not -L<sysroot>/${base_libdir}. So move base_libdir to libdir will help others find ncurses lib Signed-off-by: Tan Nguyen <tan.nguyen.wh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-core/ncurses/ncurses_6.0+20170715.bbappend2
1 files changed, 2 insertions, 0 deletions
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}"