]> code.ossystems Code Review - openembedded-core.git/commit
meta: use ln -rs instead of lnr
authorRoss Burton <ross@burtonini.com>
Wed, 10 Nov 2021 11:12:34 +0000 (11:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Nov 2021 19:26:15 +0000 (19:26 +0000)
commit1ca455a98de4c713f58df0a537d4c982d256cd68
treed206f87fe51bf9e7f8ff534579da38d8d26f8440
parent222be29051a3543ac63a0eb07019e90d44429b16
meta: use ln -rs instead of lnr

lnr is a script in oe-core that creates relative symlinks, with the same
behaviour as `ln --relative --symlink`.  It was added back in 2014[1] as
not all of the supported host distributions at the time shipped
coreutils 8.16, the first release with --relative.

However the oldest coreutils release in the supported distributions is
now 8.22 in CentOS 7, so lnr can be deprecated and users switched to ln.

[1] 6ae3b85eaffd1b0b6914422e8de7c1230723157d

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 files changed:
meta/classes/image.bbclass
meta/classes/populate_sdk_ext.bbclass
meta/recipes-core/glibc/glibc-package.inc
meta/recipes-core/images/build-appliance-image_15.0.0.bb
meta/recipes-core/musl/gcompat_git.bb
meta/recipes-core/musl/musl_git.bb
meta/recipes-core/ncurses/ncurses.inc
meta/recipes-core/os-release/os-release.bb
meta/recipes-devtools/dnf/dnf_4.10.0.bb
meta/recipes-devtools/pkgconf/pkgconf_1.8.0.bb
meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
meta/recipes-kernel/kmod/kmod_git.bb
meta/recipes-kernel/linux/kernel-devsrc.bb