diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 16:00:39 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 20:55:03 +0300 |
commit | b67e4610f3947e0468d620a2e6749326f9093d70 (patch) | |
tree | 22d31b651c46aabc02b73a22d77b05527bf41fb4 | |
parent | 05d8b58bc8bd29dcf9f3f439e47352d15c1ce158 (diff) | |
download | meta-raspberrypi-b67e4610f3947e0468d620a2e6749326f9093d70.tar.gz |
firmware.inc: Remove extra newlines
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-bcm/common/firmware.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc index 2f06dc7..5ad68e1 100644 --- a/recipes-bcm/common/firmware.inc +++ b/recipes-bcm/common/firmware.inc | |||
@@ -1,8 +1,6 @@ | |||
1 | |||
2 | # 22/08/2012 firmware; this can be overridden from distro config | 1 | # 22/08/2012 firmware; this can be overridden from distro config |
3 | RPIFW_SRCREV ?= "c42f21261f1eeae0df7ad02f34773e279e7af8c5" | 2 | RPIFW_SRCREV ?= "c42f21261f1eeae0df7ad02f34773e279e7af8c5" |
4 | RPIFW_DATE ?= "20120822" | 3 | RPIFW_DATE ?= "20120822" |
5 | 4 | ||
6 | |||
7 | SRCREV = "${RPIFW_SRCREV}" | 5 | SRCREV = "${RPIFW_SRCREV}" |
8 | PV = "${RPIFW_DATE}" \ No newline at end of file | 6 | PV = "${RPIFW_DATE}" |