mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-imx6-cubox-dt: fix makedepends again
This commit is contained in:
parent
11fb3081c4
commit
3f8963eec0
1 changed files with 2 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue