mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Upgraded core/kernel26 to 2.6.37.3, aufs2
This commit is contained in:
parent
28b16fdca4
commit
bbcd3d377e
2 changed files with 8 additions and 12 deletions
|
@ -5,6 +5,7 @@
|
|||
noautobuild=1
|
||||
plugrel=1
|
||||
|
||||
# -- not doing this anymore, see how glibc pans out --
|
||||
# In kernel26-headers, scsi.h is explicitly copied to the package
|
||||
# this is done at the very end of this PKGBUILD
|
||||
|
||||
|
@ -12,7 +13,7 @@ pkgbase="kernel26"
|
|||
pkgname=('kernel26' 'kernel26-headers')
|
||||
_kernelname=${pkgname#kernel26}
|
||||
_basekernel=2.6.37
|
||||
pkgver=${_basekernel}.2
|
||||
pkgver=${_basekernel}.3
|
||||
_pkgrel=1
|
||||
pkgrel="${_pkgrel}.${plugrel}"
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'make')
|
||||
|
@ -31,7 +32,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
|
|||
kernel26.preset
|
||||
GoFlex-Home.patch)
|
||||
md5sums=('c8ee37b4fdccdb651e0603d35350b434'
|
||||
'36b75f121a044445853442a6f414f5b7'
|
||||
'e872a32fac5b290780586c6b0ea35ea2'
|
||||
'fd2566a7b961b8f402bfeac127229c7e'
|
||||
'bcdd89efa758a653204458140f3ba1a7'
|
||||
'25584700a0a679542929c4bed31433b6'
|
||||
|
@ -210,6 +211,6 @@ package_kernel26-headers() {
|
|||
rm -rf ${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
|
||||
|
||||
# Add in scsi.h (Plugbox Linux)
|
||||
mkdir -p ${pkgdir}/usr/include/scsi
|
||||
cp ${srcdir}/linux-${_basekernel}/include/scsi/scsi.h ${pkgdir}/usr/include/scsi/
|
||||
#mkdir -p ${pkgdir}/usr/include/scsi
|
||||
#cp ${srcdir}/linux-${_basekernel}/include/scsi/scsi.h ${pkgdir}/usr/include/scsi/
|
||||
}
|
||||
|
|
|
@ -1,21 +1,16 @@
|
|||
# $Id: PKGBUILD 110689 2011-02-21 15:30:22Z tpowa $
|
||||
# $Id: PKGBUILD 113575 2011-03-09 19:05:50Z ibiru $
|
||||
# Maintainer: Paul Mattal <pjmattal@elys.com>
|
||||
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
# - _kernver=2.6.37, without -ARCH
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=aufs2
|
||||
pkgver=2.6.37_20110124
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
#_kernver=${pkgver%_*}-ARCH
|
||||
_kernver=2.6.37
|
||||
pkgdesc="Another Unionfs Implementation"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://aufs.sourceforge.net/"
|
||||
license=('GPL2')
|
||||
depends=('kernel26>=2.6.37i.1' 'kernel26<2.6.38')
|
||||
depends=('kernel26>=2.6.37.3' 'kernel26<2.6.38')
|
||||
makedepends=('kernel26-headers>=2.6.37' 'kernel26-headers<2.6.38')
|
||||
replaces=('aufs')
|
||||
install=${pkgname}.install
|
||||
|
|
Loading…
Reference in a new issue