Fix LICENSE field of some recipes to correspond to Poky ones.

This commit is contained in:
Christophe Blaess
2022-09-09 13:59:47 +02:00
parent 1b57b51612
commit 90189dae67
8 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
DESCRIPTION = "A module to control Allwinner GPIO,SPI and I2C channels"
HOMEPAGE = "https://pypi.python.org/pypi/pyA20"
SECTION = "devel/python"
LICENSE = "GPLv3"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=4e584373bb0f46ef1e423cb7df37847d"
DEPENDS = "python3"