From 881ecd4383a0af7fc12caa7b35b8e5fb50409d29 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 22 Mar 2023 18:07:18 -0500 Subject: Fix image build when using coreutils-date --- recipes-core/coreutils/coreutils_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-core') diff --git a/recipes-core/coreutils/coreutils_%.bbappend b/recipes-core/coreutils/coreutils_%.bbappend index aa2132e..6256ceb 100644 --- a/recipes-core/coreutils/coreutils_%.bbappend +++ b/recipes-core/coreutils/coreutils_%.bbappend @@ -13,4 +13,8 @@ python do_package_append() { os.mkdir(todir,mode=0o755) os.rename(fromf,tof) # mv ${PKGDEST}/${PN}/${base_bindir}/date.coreutils ${PKGDEST}/${PN}-date/${base_bindir}/date + workdir = d.getVar("WORKDIR",True) + rdir = workdir + "/pkgdata/runtime-reverse" + + os.symlink("../runtime/coreutils-date",rdir + "/coreutils-date") } -- cgit v1.2.3