rpi-config: update git revision.

Several options have been added in the meantime to config.txt.

Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
Julian Scheel 2012-09-22 15:01:40 +02:00 committed by Andrei Gherzan
parent 4ff3a7835a
commit aaeb90959f

View File

@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
COMPATIBLE_MACHINE = "raspberrypi" COMPATIBLE_MACHINE = "raspberrypi"
SRCREV = "23e90347da3f1a6029984306e7eb5177adc34df8" SRCREV = "afeaed02ba5f01298dec3ac4e1bd98f27bcd876e"
SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PR = "r0" PR = "r1"
addtask deploy before do_package after do_install addtask deploy before do_package after do_install