mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
This fixes the following error while updating dtc and qemu. '/data/data/com.termux/files/usr/lib/pkgconfig/libfdt.pc', which is also in package qemu-system-x86-64 1:8.2.5-2 The dtc files from qemu-common package were moved in 5e9012f4d8fc07b6fd42dbe1c5c6d9ca64de79cc commit.
11 lines
593 B
Bash
11 lines
593 B
Bash
TERMUX_PKG_HOMEPAGE=https://git.kernel.org/pub/scm/utils/dtc/dtc
|
|
TERMUX_PKG_DESCRIPTION="Device Tree Compiler"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.7.0
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/dtc-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=70d9c156ec86d63de0f7bdae50540ffa492b25ec1d69491c7520845c860b9a62
|
|
TERMUX_PKG_BREAKS="dtc-dev, qemu-common (<< 1:8.2.5-2), qemu-system-x86-64 (<< 1:8.2.5-3)"
|
|
TERMUX_PKG_REPLACES="dtc-dev, qemu-common (<< 1:8.2.5-2), qemu-system-x86-64 (<< 1:8.2.5-3)"
|