mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
Merge pull request #519 from falstaff84/dtc-overlay
dtc-overlay: add makedepends and use git apply
This commit is contained in:
commit
f85150e3d0
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