diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2021-11-10 22:30:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 17:09:16 +0000 |
commit | c758988cb7f232a5df940c533272164e794f5a6c (patch) | |
tree | fe9f3b9c8bd2b2b54d8327c4263b6f4733a91655 | |
parent | 07fe973701852396358c408c53dcc80ac59355b5 (diff) | |
download | poky-c758988cb7f232a5df940c533272164e794f5a6c.tar.gz |
ncurses.inc: Remove a no longer relevant comment
(From OE-Core rev: 62f4a0a2291aa39a00b98358a539cc2177744e64)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 3f04545465..e32a6d12f1 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -244,7 +244,6 @@ do_install() { | |||
244 | 244 | ||
245 | # Use ln -rs to ensure this is a relative link despite absolute paths | 245 | # Use ln -rs to ensure this is a relative link despite absolute paths |
246 | # (as we can't know the relationship between base_libdir and libdir). | 246 | # (as we can't know the relationship between base_libdir and libdir). |
247 | # At some point we can rely on coreutils 8.16 which has ln -r. | ||
248 | ln -rs ${D}${base_libdir}/libtinfo.so.5 ${D}${libdir}/libtinfo.so | 247 | ln -rs ${D}${base_libdir}/libtinfo.so.5 ${D}${libdir}/libtinfo.so |
249 | fi | 248 | fi |
250 | if [ -d "${D}${includedir}/ncurses" ]; then | 249 | if [ -d "${D}${includedir}/ncurses" ]; then |