dtc-overlay: add makedepends and use git apply

This commit is contained in:
Stefan Agner 2013-06-28 16:37:28 -05:00
parent 87ef6d7c77
commit dbae801c65

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