From 629928f2f8063221d06cc474407b8e5e3319e5ef Mon Sep 17 00:00:00 2001 From: davidkaroly <92124087+davidkaroly@users.noreply.github.com> Date: Sun, 15 Jan 2023 08:18:45 +0100 Subject: [PATCH] dtc: re-add libfdt symlink (#7756) --- sys-apps/dtc/dtc-1.6.1.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/dtc/dtc-1.6.1.recipe b/sys-apps/dtc/dtc-1.6.1.recipe index b8805f5e1..340547e86 100644 --- a/sys-apps/dtc/dtc-1.6.1.recipe +++ b/sys-apps/dtc/dtc-1.6.1.recipe @@ -4,7 +4,7 @@ device tree source files (*.dts) into the binary format (*.dtb)." HOMEPAGE="https://git.kernel.org/cgit/utils/dtc/dtc.git" COPYRIGHT="2005 David Gibson, IBM Corporation" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.kernel.org/pub/software/utils/dtc/dtc-$portVersion.tar.xz" CHECKSUM_SHA256="65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473" PATCHES="dtc-$portVersion.patchset" @@ -98,6 +98,9 @@ INSTALL() packageEntries devel $developDir packageEntries tools $commandBinDir + + ln -r -s $libDir/libfdt-$portVersion.so \ + $libDir/libfdt.so.$libVersionCompat } TEST()