mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libxkbui: Fix license WARNING
WARNING: libxkbui-1_1.0.2-r10 do_populate_lic: libxkbui: No generic license file exists for: GPL in any provider sources have: Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. so picked "SGI-1" Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
09ccbeb7ac
commit
901b9a2ec8
@@ -1,6 +1,6 @@
|
||||
require recipes-graphics/xorg-lib/xorg-lib-common.inc
|
||||
SUMMARY = "X11 keyboard UI presentation library"
|
||||
LICENSE = "GPL"
|
||||
LICENSE = "SGI-1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94"
|
||||
DEPENDS += "virtual/libx11 libxt libxkbfile"
|
||||
PE = "1"
|
||||
|
||||
Reference in New Issue
Block a user