UmVirt LFS Package info

DB commit: 0e3f332d314edc4d2a4aff93cd82e0f008aa0b2e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ BASH | XML | JSON ]

dtc

The dtc package contains the Device Tree Compiler for working with device tree source and binary files and also libfdt, a utility library for reading and manipulating device trees in the binary format.

Package info

Template:
Codename: dtc
Source file: dtc-1.7.2.tar.xz
Source file size: 169668
Source file MD5-checkum: 0f193be84172556027da22d4fe3464e0
Source directory: dtc-1.7.2
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/d/dtc-1.7.2.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/d/dtc-1.7.2.tar.xz.md5sum
Dependances: yaml, swig.
Dependance of: qemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup --prefix=/usr         \
            --buildtype=release   \
            -D python=disabled ..

Build script:
cd    build
ninja 

Install script:
cd    build
ninja install

if [[ "$ULFS_PKG_STATIC" != "YES" ]]
then

rm /usr/lib/libfdt.a

fi

pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir ..

pip3 install --no-index --find-links=dist --no-cache-dir --no-user libfdt