core/linux-veyron to 3.14.0-7

This commit is contained in:
Kevin Mihelich 2015-07-19 20:55:08 +00:00
parent 4db9c104dc
commit d76d163461

View file

@ -7,12 +7,11 @@ pkgbase=linux-veyron
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="Veyron Chromebooks" _desc="Veyron Chromebooks"
pkgver=3.14.0 pkgver=3.14.0
pkgrel=6 pkgrel=7
_commit=77c8e46c850bf566a42c0bd2dde3654c7904c853 _commit=77c8e46c850bf566a42c0bd2dde3654c7904c853
arch=('armv7h') arch=('armv7h')
url="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-3.14" url="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-3.14"
license=('GPL2') license=('GPL2')
depends=('brcm-patchram-plus')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
options=('!strip') options=('!strip')
source=("https://chromium.googlesource.com/chromiumos/third_party/kernel/+archive/${_commit}.tar.gz" source=("https://chromium.googlesource.com/chromiumos/third_party/kernel/+archive/${_commit}.tar.gz"
@ -93,7 +92,7 @@ build() {
_package() { _package() {
pkgdesc="The Linux Kernel and modules - ${_desc}" pkgdesc="The Linux Kernel and modules - ${_desc}"
depends=('coreutils' 'linux-firmware' 'kmod') depends=('coreutils' 'linux-firmware' 'kmod' 'brcm-patchram-plus')
optdepends=('crda: to set the correct wireless channels of your country') optdepends=('crda: to set the correct wireless channels of your country')
provides=('kernel26' "linux=${pkgver}") provides=('kernel26' "linux=${pkgver}")
conflicts=('linux') conflicts=('linux')