main/dtbtool-exynos: fix linting issues (!872)
This commit is contained in:
parent
b659e5ee2a
commit
8afc6db4da
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# Contributor: Dzimitriy Sankouski <dzmitriy.sankouski@intellectsoft.net>
|
||||
pkgname=dtbtool-exynos
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Tool for compiling a dtb.img for Exynos SOC"
|
||||
url="https://forum.xda-developers.com/android/development/exynos-compiling-dtb-img-linux-t3700690"
|
||||
arch="all"
|
||||
|
@ -8,7 +9,7 @@ license="MIT"
|
|||
depends="libfdt"
|
||||
makedepends="dtc-dev"
|
||||
options="!check" # There is no testsuite
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/dsankouski/$pkgname/archive/$pkgver.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/dsankouski/dtbtool-exynos/archive/$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue