mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
rpi-firmware: update to today's sources.
This commit is contained in:
parent
827d37991b
commit
840980da44
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rpi-firmware'
|
# Template file for 'rpi-firmware'
|
||||||
pkgname=rpi-firmware
|
pkgname=rpi-firmware
|
||||||
version=20130401
|
version=20130514
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Firmware files for the Raspberry Pi"
|
short_desc="Firmware files for the Raspberry Pi"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -13,7 +13,7 @@ noextract=yes
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/raspberrypi/firmware.git"
|
local url="git://github.com/raspberrypi/firmware.git"
|
||||||
# Latest commit from 20130401 is 5b72baa0a2
|
# Latest commit from 20130514 is f53948f
|
||||||
git clone --depth 1 $url ${pkgname}-${version}
|
git clone --depth 1 $url ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,8 +43,6 @@ rpi-firmware_package() {
|
||||||
conf_files="/boot/cmdline.txt /boot/config.txt"
|
conf_files="/boot/cmdline.txt /boot/config.txt"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove boot
|
vmove all
|
||||||
vmove opt
|
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue