diff mbox series

[kirkstone] pixman: Remove 'PD' from 'LICENSE'

Message ID 20230904141547.112613-1-ppjadhav456@gmail.com
State New, archived
Headers show
Series [kirkstone] pixman: Remove 'PD' from 'LICENSE' | expand

Commit Message

Poonam Jadhav Sept. 4, 2023, 2:15 p.m. UTC
From: Poonam Jadhav <poonam.jadhav@kpit.com>

Remove 'PD' from 'LICENSE' for pixman recipe as it is not part of package.

PD license comes as a part of the generic do_populate_license task
and not as a part of the actual package. It is nowhere in the source
code pixman - Pixman: The pixel-manipulation library for X and cairo.
(mirrored from https://gitlab.freedesktop.org/pixman/pixman)
(cgit.freedesktop.org)

Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com>
---
 meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb
index 63fd6d2978..32714ab366 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb
@@ -19,7 +19,7 @@  UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
 
 PE = "1"
 
-LICENSE = "MIT & PD"
+LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \
                     file://pixman/pixman-matrix.c;endline=21;md5=4a018dff3e4e25302724c88ff95c2456 \
                     file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \