summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Oprescu <bogdan.oprescu@enea.com>2022-08-12 15:57:11 +0200
committerBogdan Oprescu <bogdan.oprescu@enea.com>2022-08-12 16:12:33 +0200
commit255f2098b16aa1f7e8600e30ab9db59a669a3d79 (patch)
tree898dd52b76969c57f47ab2d80ab7bdb4644bbcae
parentce0397ba44158ff139c3d1bb98a81c29ff07aa99 (diff)
downloadmeta-el-common-255f2098b16aa1f7e8600e30ab9db59a669a3d79.tar.gz
Update license string to match latest format
An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers Change-Id: If2d4423d8ee86370559e35d2825e0073b264367c Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
-rw-r--r--recipes-enea/linx/linx-mod_2.6.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-enea/linx/linx-mod_2.6.7.bb b/recipes-enea/linx/linx-mod_2.6.7.bb
index ae2e33f..87ea4f4 100644
--- a/recipes-enea/linx/linx-mod_2.6.7.bb
+++ b/recipes-enea/linx/linx-mod_2.6.7.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://linx.sourceforge.net/"
4 4
5SECTION = "kernel/modules" 5SECTION = "kernel/modules"
6 6
7LICENSE = "GPLv2" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://../../COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 8LIC_FILES_CHKSUM = "file://../../COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
9 9
10DEPENDS = "linux-libc-headers linx" 10DEPENDS = "linux-libc-headers linx"