Skip to content

Commit

Permalink
Fix LICENSE field of some recipes to correspond to Poky ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpb- committed Sep 9, 2022
1 parent 1b57b51 commit 90189da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/u-boot-sunxi.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DESCRIPTION = "U-Boot port for sunxi"

require recipes-bsp/u-boot/u-boot.inc

LICENSE = "GPLv2"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"

# No patches for other machines yet
Expand Down
2 changes: 1 addition & 1 deletion recipes-devtools/python/pya20_0.2.12.bb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion recipes-graphics/libump/libump_git.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DESCRIPTION = "Unified Memory Provider userspace API source code needed for xf86-video-mali compilation"

LICENSE = "Apache-2"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=edf7fb6071cae7ec80d537a05ee17198"

inherit autotools
Expand Down
2 changes: 1 addition & 1 deletion recipes-graphics/xorg-xserver/libdri2_git.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DESCRIPTION = "Library for the DRI2 extension to the X Window System"

LICENSE = "MIT-X"
LICENSE = "MIT-CMU"
LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c"

DEPENDS = "libdrm libxext libxfixes xorgproto"
Expand Down
2 changes: 1 addition & 1 deletion recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require recipes-graphics/xorg-driver/xorg-driver-video.inc

DESCRIPTION = "X.Org X server -- A10/A13 display driver"

LICENSE = "MIT-X"
LICENSE = "MIT-CMU"
LIC_FILES_CHKSUM = "file://COPYING;md5=f91dc3ee5ce59eb4b528e67e98a31266"

DEPENDS += "sunxi-mali libump xorgproto"
Expand Down
2 changes: 1 addition & 1 deletion recipes-kernel/xradio/xradio.bb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUMMARY = "Xradio WiFi driver for orangepi-zero"
LICENSE = "GPLv2"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"

inherit module
Expand Down
2 changes: 1 addition & 1 deletion recipes-multimedia/gstreamer/gst-plugin-cedar_git.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUMMARY = "CedarX Hardware Encoding GStreamer plug-in"
SECTION = "multimedia"
LICENSE = "GPLv2"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
HOMEPAGE = "http://github.com/ebutera/gst-plugin-cedar"
DEPENDS = "gstreamer gst-plugins-base"
Expand Down
2 changes: 1 addition & 1 deletion recipes-support/sunxi-tools/sunxi-tools_git.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DESCRIPTION = "Tools to help hacking Allwinner A10 and A20"

LICENSE = "GPLv2+"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=97bd67b5d0309e452b637f76e1c9a23c"

PR = "r0"
Expand Down

0 comments on commit 90189da

Please sign in to comment.