diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /dtc | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'dtc')
| -rw-r--r-- | dtc/.checksum | 1 | ||||
| -rw-r--r-- | dtc/.files | 19 | ||||
| -rw-r--r-- | dtc/abuild | 4 | ||||
| -rw-r--r-- | dtc/depends | 1 |
4 files changed, 25 insertions, 0 deletions
diff --git a/dtc/.checksum b/dtc/.checksum new file mode 100644 index 00000000..23b57b67 --- /dev/null +++ b/dtc/.checksum @@ -0,0 +1 @@ +9fbab8999d351e9e2488f784c1f1bdf6c39d0d133e5757685ccb3a164e310d4b dtc-1.7.2.tar.xz diff --git a/dtc/.files b/dtc/.files new file mode 100644 index 00000000..da9c14bc --- /dev/null +++ b/dtc/.files @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/convert-dtsv0 +-rwxr-xr-x root/root usr/bin/dtc +-rwxr-xr-x root/root usr/bin/dtdiff +-rwxr-xr-x root/root usr/bin/fdtdump +-rwxr-xr-x root/root usr/bin/fdtget +-rwxr-xr-x root/root usr/bin/fdtoverlay +-rwxr-xr-x root/root usr/bin/fdtput +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/fdt.h +-rw-r--r-- root/root usr/include/libfdt.h +-rw-r--r-- root/root usr/include/libfdt_env.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libfdt.so -> libfdt.so.1 +lrwxrwxrwx root/root usr/lib/libfdt.so.1 -> libfdt.so.1.7.2 +-rwxr-xr-x root/root usr/lib/libfdt.so.1.7.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libfdt.pc diff --git a/dtc/abuild b/dtc/abuild new file mode 100644 index 00000000..37fdfe2a --- /dev/null +++ b/dtc/abuild @@ -0,0 +1,4 @@ +name=dtc +version=1.7.2 +release=1 +source="https://mirrors.edge.kernel.org/pub/software/utils/${name}/${name}-${version}.tar.xz" diff --git a/dtc/depends b/dtc/depends new file mode 100644 index 00000000..b03c40c8 --- /dev/null +++ b/dtc/depends @@ -0,0 +1 @@ +flex |