main/dtbtool: fix upstream compat issues
fix depends and force a rebuild
This commit is contained in:
parent
3456f5fad0
commit
5119c7a043
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: Yuval Adam <_@yuv.al>
|
# Contributor: Yuval Adam <_@yuv.al>
|
||||||
pkgname=dtbtool
|
pkgname=dtbtool
|
||||||
pkgver=1.6.0
|
pkgver=1.6.0
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="skales dtbtool"
|
pkgdesc="skales dtbtool"
|
||||||
url="https://source.codeaurora.org/quic/kernel/skales/plain/dtbTool"
|
url="https://source.codeaurora.org/quic/kernel/skales/plain/dtbTool"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -13,7 +13,7 @@ source="
|
||||||
0003-alternate-dt-tag.patch
|
0003-alternate-dt-tag.patch
|
||||||
"
|
"
|
||||||
options="!check"
|
options="!check"
|
||||||
depends="dtc-dev python"
|
depends="dtc-dev python3"
|
||||||
builddir="$srcdir/build"
|
builddir="$srcdir/build"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue