diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-20 19:31:46 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-21 15:54:49 +0300 |
commit | cfd873e2231380c608b27d21b53ba603ab730b19 (patch) | |
tree | 1cb10114fa1434f0e67b4e6ae9ede5d96c10f557 | |
parent | 7c73b36d4a7c486071247e22120270e5366f854e (diff) | |
download | meta-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 | ||
8 | COMPATIBLE_MACHINE = "raspberrypi" | 8 | COMPATIBLE_MACHINE = "raspberrypi" |
9 | 9 | ||
10 | SRCREV = "62bf3e9db62f547eb1a2a352dde957d2f94bd216" | 10 | SRCREV = "5d2ca5f9bcb1b239c051e20c05a233fd79cf09d5" |
11 | SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ | 11 | SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | PR = "r3" | 16 | PR = "r4" |
17 | 17 | ||
18 | addtask deploy before do_package after do_install | 18 | addtask deploy before do_package after do_install |
19 | 19 | ||