summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-11-14 23:39:07 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2012-11-27 22:42:42 +0200
commit14734e73a3e77ed66d21ab1fb734350478b08d54 (patch)
tree02ff0fdc517e1ddfbd660b36af1ede404c7cc3c8
parente79ec70804904fc2ad4aebc06d06dbe1abd9658c (diff)
downloadmeta-raspberrypi-14734e73a3e77ed66d21ab1fb734350478b08d54.tar.gz
rpi-config: Update to 62bf3e9db62f547eb1a2a352dde957d2f94bd216
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bcm/bootfiles/rpi-config_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bcm/bootfiles/rpi-config_0.1.bb b/recipes-bcm/bootfiles/rpi-config_0.1.bb
index f0ae412..705edc2 100644
--- a/recipes-bcm/bootfiles/rpi-config_0.1.bb
+++ b/recipes-bcm/bootfiles/rpi-config_0.1.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 = "afeaed02ba5f01298dec3ac4e1bd98f27bcd876e" 10SRCREV = "62bf3e9db62f547eb1a2a352dde957d2f94bd216"
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 = "r1" 16PR = "r2"
17 17
18addtask deploy before do_package after do_install 18addtask deploy before do_package after do_install
19 19