From 37895699f1a443b35c048ffd3672d16b2e3d6ad0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 1 Jun 2014 12:44:14 +0200 Subject: [PATCH] rpi-firmware: update to upstream git commit 02eed2f817; move hello_pi to -src. --- srcpkgs/rpi-firmware-src | 1 + srcpkgs/rpi-firmware/template | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 120000 srcpkgs/rpi-firmware-src diff --git a/srcpkgs/rpi-firmware-src b/srcpkgs/rpi-firmware-src new file mode 120000 index 0000000000..82a535bef3 --- /dev/null +++ b/srcpkgs/rpi-firmware-src @@ -0,0 +1 @@ +rpi-firmware \ No newline at end of file diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index 18e9b77eb8..6409d7fa37 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -1,8 +1,8 @@ # Template file for 'rpi-firmware' -_githash="97082b6e95" +_githash="02eed2f817" pkgname=rpi-firmware -version=20140519 +version=20140601 revision=1 noarch=yes short_desc="Firmware files for the Raspberry Pi (git ${_githash})" @@ -42,3 +42,11 @@ do_install() { vinstall ${FILESDIR}/cmdline.txt 644 boot vinstall ${FILESDIR}/config.txt 644 boot } + +rpi-firmware-src_package() { + noarch=yes + short_desc+=" - example sources" + pkg_install() { + vmove opt/vc/src + } +}