]> code.ossystems Code Review - openembedded-core.git/commitdiff
ncurses.inc: Remove a no longer relevant comment
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 10 Nov 2021 21:30:42 +0000 (22:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Nov 2021 17:04:09 +0000 (17:04 +0000)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/ncurses/ncurses.inc

index 3f045454651a5c7f35b0a916bf6c8ecd8f4a2574..e32a6d12f1779adfad68ff45ef4322bd1dada85e 100644 (file)
@@ -244,7 +244,6 @@ do_install() {
 
             # Use ln -rs to ensure this is a relative link despite absolute paths
             # (as we can't know the relationship between base_libdir and libdir).
-            # At some point we can rely on coreutils 8.16 which has ln -r.
             ln -rs ${D}${base_libdir}/libtinfo.so.5 ${D}${libdir}/libtinfo.so
         fi
         if [ -d "${D}${includedir}/ncurses" ]; then