diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-22 14:50:05 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-23 15:38:49 -0400 |
commit | 2efdf23c6d1743060ef98109e6fe29f6efef8175 (patch) | |
tree | c0a1b498c437a6897059fc150f5f3ecbea5d964a | |
parent | 2585c8864b5ba85c9aa1fe81e21e771173125b97 (diff) | |
download | meta-ti-2efdf23c6d1743060ef98109e6fe29f6efef8175.tar.gz |
beaglebone-getting-started: updated to latest git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-misc/payload/beaglebone-getting-started.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-misc/payload/beaglebone-getting-started.bb b/recipes-misc/payload/beaglebone-getting-started.bb index 548a9c00..ede7b3c5 100644 --- a/recipes-misc/payload/beaglebone-getting-started.bb +++ b/recipes-misc/payload/beaglebone-getting-started.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | DESCRIPTION = "BeagleBone Getting Started Guide" | 1 | DESCRIPTION = "BeagleBone Getting Started Guide" |
2 | 2 | ||
3 | PR = "r19" | 3 | PR = "r20" |
4 | 4 | ||
5 | inherit allarch | 5 | inherit allarch |
6 | 6 | ||
7 | LICENSE = "GPLv2+ & MIT & PD & others" | 7 | LICENSE = "GPLv2+ & MIT & PD & others" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639" |
9 | 9 | ||
10 | SRCREV = "4750e2bdd29ce037a045149b50ad73906d26999f" | 10 | SRCREV = "7d1f070ab2e981a89db302b1b61e85562b949dac" |
11 | SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" | 11 | SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |