summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-08-20 19:31:46 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2013-08-21 15:54:49 +0300
commitcfd873e2231380c608b27d21b53ba603ab730b19 (patch)
tree1cb10114fa1434f0e67b4e6ae9ede5d96c10f557
parent7c73b36d4a7c486071247e22120270e5366f854e (diff)
downloadmeta-raspberrypi-cfd873e2231380c608b27d21b53ba603ab730b19.tar.gz
rpi-config: Update to 2013-08-20 master's snapshot
Use git as package version. There is no package version for this script. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bcm/bootfiles/rpi-config_git.bb (renamed from recipes-bcm/bootfiles/rpi-config_0.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bcm/bootfiles/rpi-config_0.1.bb b/recipes-bcm/bootfiles/rpi-config_git.bb
index a8938dc..4328070 100644
--- a/recipes-bcm/bootfiles/rpi-config_0.1.bb
+++ b/recipes-bcm/bootfiles/rpi-config_git.bb
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
7 7
8COMPATIBLE_MACHINE = "raspberrypi" 8COMPATIBLE_MACHINE = "raspberrypi"
9 9
10SRCREV = "62bf3e9db62f547eb1a2a352dde957d2f94bd216" 10SRCREV = "5d2ca5f9bcb1b239c051e20c05a233fd79cf09d5"
11SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ 11SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \
12 " 12 "
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16PR = "r3" 16PR = "r4"
17 17
18addtask deploy before do_package after do_install 18addtask deploy before do_package after do_install
19 19