summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-10-01 06:21:11 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-01 03:58:45 +0000
commit6fe2b1b6689ed2f5944aa679e5c94430e21e3c0e (patch)
tree5a2a0c8eef11d8a2fe5b3009a7c9fb97c6caf1c7 /recipes-ti
parent7129eceb9d3abe0b4b0d74dbc7d250e5602d536d (diff)
downloadmeta-ti-6fe2b1b6689ed2f5944aa679e5c94430e21e3c0e.tar.gz
beaglebone-getting-started: update to the latest and fix licenses
This is as per https://github.com/jadonk/beaglebone-getting-started/blob/master/LICENSE.txt * Mention CC-BY-SA-3.0 * Update to GPLv3+ since RNDIS addition * Remove ambiguous "others" license Package now contains sample bash scripts for the host * skip file-rdeps QA check Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/beagleboard/beaglebone-getting-started.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-getting-started.bb b/recipes-ti/beagleboard/beaglebone-getting-started.bb
index 6c61a4e9..adde30b4 100644
--- a/recipes-ti/beagleboard/beaglebone-getting-started.bb
+++ b/recipes-ti/beagleboard/beaglebone-getting-started.bb
@@ -1,13 +1,13 @@
1DESCRIPTION = "BeagleBone Getting Started Guide" 1SUMMARY = "BeagleBone Getting Started Guide"
2 2
3PR = "r21" 3PR = "r22"
4 4
5inherit allarch 5inherit allarch
6 6
7LICENSE = "GPLv2+ & MIT & PD & others" 7LICENSE = "CC-BY-SA-3.0 & GPLv3+ & MIT & PD"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa"
9 9
10SRCREV = "6c548a307c948b28a99d48fd17d9790b56182196" 10SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5"
11SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" 11SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
@@ -18,3 +18,4 @@ do_install() {
18} 18}
19 19
20FILES_${PN} += "${datadir}/${PN}" 20FILES_${PN} += "${datadir}/${PN}"
21INSANE_SKIP_${PN} = "file-rdeps"