xbmc-rpi: build for armv7 too (rpi2).
This commit is contained in:
parent
51c84a90d9
commit
2887463b77
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xbmc-rpi'
|
||||
pkgname=xbmc-rpi
|
||||
version=13.2
|
||||
revision=4
|
||||
revision=5
|
||||
patch_args="-Np1"
|
||||
wrksrc="xbmc-${version}-Gotham"
|
||||
short_desc="XBMC Media Center for the Raspberry Pi"
|
||||
|
@ -11,7 +11,7 @@ license="GPL-2"
|
|||
distfiles="http://mirrors.xbmc.org/releases/source/xbmc-${version}.tar.gz"
|
||||
checksum=acbf5dffa3034a3406240ee3cf81e721386cd383d23d056ddde1f769e050e585
|
||||
|
||||
only_for_archs="armv6l"
|
||||
only_for_archs="armv6l armv7l"
|
||||
# Due to bootstrap requiring java, it's only possible currently to cross
|
||||
# compile it from x86.
|
||||
if [ "$XBPS_MACHINE" != "i686" -a "$XBPS_MACHINE" != "x86_64" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user