diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-10-01 06:21:11 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-01 03:58:45 +0000 |
commit | 6fe2b1b6689ed2f5944aa679e5c94430e21e3c0e (patch) | |
tree | 5a2a0c8eef11d8a2fe5b3009a7c9fb97c6caf1c7 /recipes-ti/beagleboard | |
parent | 7129eceb9d3abe0b4b0d74dbc7d250e5602d536d (diff) | |
download | meta-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/beagleboard')
-rw-r--r-- | recipes-ti/beagleboard/beaglebone-getting-started.bb | 11 |
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 @@ | |||
1 | DESCRIPTION = "BeagleBone Getting Started Guide" | 1 | SUMMARY = "BeagleBone Getting Started Guide" |
2 | 2 | ||
3 | PR = "r21" | 3 | PR = "r22" |
4 | 4 | ||
5 | inherit allarch | 5 | inherit allarch |
6 | 6 | ||
7 | LICENSE = "GPLv2+ & MIT & PD & others" | 7 | LICENSE = "CC-BY-SA-3.0 & GPLv3+ & MIT & PD" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa" |
9 | 9 | ||
10 | SRCREV = "6c548a307c948b28a99d48fd17d9790b56182196" | 10 | SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5" |
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" |
@@ -18,3 +18,4 @@ do_install() { | |||
18 | } | 18 | } |
19 | 19 | ||
20 | FILES_${PN} += "${datadir}/${PN}" | 20 | FILES_${PN} += "${datadir}/${PN}" |
21 | INSANE_SKIP_${PN} = "file-rdeps" | ||