summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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