summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev-extraconf_1.0.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-07-30 21:01:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 14:08:36 +0100
commit94c259e0c1782e7f41588d3be13e686b3625fb4d (patch)
tree18ff2ed061079751160dacb3fdfbc6ecbc7801c4 /meta/recipes-core/udev/udev-extraconf_1.0.bb
parent0cc01a67f1c0bf1bff491c9c644348d6be318a72 (diff)
downloadpoky-94c259e0c1782e7f41588d3be13e686b3625fb4d.tar.gz
udev-extraconf: change LICENSE to MIT
* Original recipe added by RP in fc128ab1e4fec27d44cebfa690a9bc233eda0caf was saying GPL (later GPLv2) * COPYING.GPL was added to reflect that * Meta-oe has similar recipe with MIT license and even more scripts, so lets change LICENSE here too * Most code was derived from the meta-oe version or added to OE arguably under MIT and the MIT license makes most sense here (From OE-Core rev: 54a4a0b42d4515260841229d69f9cc43485bcb78) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev/udev-extraconf_1.0.bb')
-rw-r--r--meta/recipes-core/udev/udev-extraconf_1.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/udev/udev-extraconf_1.0.bb b/meta/recipes-core/udev/udev-extraconf_1.0.bb
index ca079f132c..9995899f9e 100644
--- a/meta/recipes-core/udev/udev-extraconf_1.0.bb
+++ b/meta/recipes-core/udev/udev-extraconf_1.0.bb
@@ -1,11 +1,12 @@
1SUMMARY = "Extra machine specific configuration files" 1SUMMARY = "Extra machine specific configuration files"
2DESCRIPTION = "Extra machine specific configuration files for udev, specifically blacklist information." 2DESCRIPTION = "Extra machine specific configuration files for udev, specifically blacklist information."
3LICENSE = "GPLv2" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5 6
6inherit allarch 7inherit allarch
7 8
8PR = "r5" 9PR = "r6"
9 10
10SRC_URI = " \ 11SRC_URI = " \
11 file://automount.rules \ 12 file://automount.rules \
@@ -14,7 +15,6 @@ SRC_URI = " \
14 file://autonet.rules \ 15 file://autonet.rules \
15 file://network.sh \ 16 file://network.sh \
16 file://localextra.rules \ 17 file://localextra.rules \
17 file://COPYING.GPL \
18" 18"
19 19
20 20