From 7c3f8ffdbed56eb2791745c5e6a562b5431040ca Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 16 Apr 2022 03:53:26 -0700 Subject: 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 Signed-off-by: Robert Yang Signed-off-by: Anuj Mittal --- meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb index d153c7a603..b0b6cb6b56 100644 --- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb @@ -6,7 +6,7 @@ using file descriptor passing." require xorg-lib-common.inc -LICENSE = "MIT-style" +LICENSE = "HPND" LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" DEPENDS += "virtual/libx11" -- cgit 1.2.3-korg