mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
dtc-overlay: add makedepends and use git apply
This commit is contained in:
parent
87ef6d7c77
commit
dbae801c65
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ pkgrel=1
|
|||
pkgdesc="Device Tree Compiler with device tree overlay (Symbols and Fixup) support"
|
||||
url="http://jdl.com/software/"
|
||||
conflicts=('dtc', 'dtc-git')
|
||||
makedepends=('git')
|
||||
arch=('armv7h')
|
||||
license=('GPL2')
|
||||
source=('git+http://jdl.com/software/dtc.git#tag=v1.4.0'
|
||||
|
@ -16,7 +17,7 @@ md5sums=('SKIP'
|
|||
|
||||
prepare() {
|
||||
cd ${_gitname}
|
||||
git am ${srcdir}/dtc-dynamic-symbols-fixup-support.patch
|
||||
git apply ${srcdir}/dtc-dynamic-symbols-fixup-support.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue