mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
dtc: re-add libfdt symlink (#7756)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user