Merge pull request #519 from falstaff84/dtc-overlay

dtc-overlay: add makedepends and use git apply
This commit is contained in:
Kevin Mihelich 2013-06-28 14:40:27 -07:00
commit f85150e3d0

View file

@ -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() {