mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
remove kernel26-raspberrypi and udev-oxnas from base group
This commit is contained in:
parent
1c8c4dfd47
commit
8aa9c1a8cb
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ build() {
|
|||
|
||||
package_kernel26-raspberrypi() {
|
||||
pkgdesc="The Linux Kernel and modules - Raspberry Pi"
|
||||
groups=('base')
|
||||
#groups=('base')
|
||||
depends=('coreutils' 'module-init-tools>=3.12-2')
|
||||
replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi'
|
||||
'alsa-driver' 'ieee80211' 'hostap-driver26'
|
||||
|
|
|
@ -18,7 +18,7 @@ pkgrel=1
|
|||
arch=(i686 x86_64)
|
||||
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
#groups=('base')
|
||||
options=(!makeflags !libtool)
|
||||
makedepends=('gobject-introspection' 'gperf')
|
||||
#source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$_pkgbase-$pkgver.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue