summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-16 03:47:41 -0700
committerSteve Sakoman <steve@sakoman.com>2022-04-18 12:13:17 -1000
commit8fd5133fc7f6bc84193ec6fcbc1746c59bfc8caf (patch)
treea618fe2d036c62f23aef56a6bfcf922b61abab29 /meta-selftest
parentf76fc325520386c0d25c6d6b422c85e9fb87e663 (diff)
downloadopenembedded-core-contrib-8fd5133fc7f6bc84193ec6fcbc1746c59bfc8caf.tar.gz
libxshmfence: Correct LICENSE to HPND
The license in this code is listed as MIT and whilst it is compatible with and usable as MIT, it actually looks like HPND. Clarify the license field accordingly. (From OE-Core master rev: 922b645f443c33060a8990d32e6b7b62ea5497c3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb
index 0cd0494da8..fd113b5ec5 100644
--- a/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb
+++ b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb
@@ -2,7 +2,7 @@ SUMMARY = "Test recipe for recipeutils.patch_recipe()"
require recipeutils-test.inc
-LICENSE = "Proprietary"
+LICENSE = "HPND"
LIC_FILES_CHKSUM = "file://${WORKDIR}/somefile;md5=d41d8cd98f00b204e9800998ecf8427e"
DEPENDS += "zlib"