core/linux-imx6-cubox-dt: fix makedepends again

This commit is contained in:
Kevin Mihelich 2014-03-04 15:09:40 +00:00
parent 11fb3081c4
commit 3f8963eec0

View file

@ -1,7 +1,7 @@
# Maintainer1: Dave Higham <pepedog@archlinuxarm.org>
# Maintainer2: Kevin Mihelich <kevin@archlinuxarm.org>
# i.MX6 kernel and headers
# Cubox i.MX6 kernel and headers
# - note: any other kernel packages should include headers for that march
# - there will be no v7 kernel26 package, each march will be tagged individually
@ -19,9 +19,8 @@ pkgrel=1
arch=('arm')
url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage' 'git')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage' 'git' 'lzop')
options=('!strip')
source=("https://github.com/solidrun/linux-linaro-stable-mx6/archive/${_commit}.tar.gz"
'config'
'change-default-console-loglevel.pat')