KIRKSTONE: adapt to kirkstone

License syntax, SRC_URI syntax, overwrite

Change-Id: I37ccaf76e6d8558ecb3aa4cf9e0fbbec1a95b0a5
This commit is contained in:
Christophe Priouzeau
2022-06-06 14:29:08 +02:00
committed by bernard PUEL
parent 40264726e7
commit 2a2c5d495a
5 changed files with 5 additions and 9 deletions

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
inherit pkgconfig autotools-brokensep gettext inherit pkgconfig autotools-brokensep gettext
SRC_URI = "git://github.com/1udo6arre/svd-tools.git;protocol=https" SRC_URI = "git://github.com/1udo6arre/svd-tools.git;protocol=https;branch=master"
SRCREV = "5b7b813481877a3b6fb8f96b4f0d413b47fb987a" SRCREV = "5b7b813481877a3b6fb8f96b4f0d413b47fb987a"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/libb64/libb64"
LICENSE = "PD" LICENSE = "PD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ce551aad762074c7ab618a0e07a8dca3" LIC_FILES_CHKSUM = "file://LICENSE;md5=ce551aad762074c7ab618a0e07a8dca3"
SRC_URI = "git://github.com/libb64/libb64.git;protocol=https;branch=master" SRC_URI = "git://github.com/libb64/libb64.git;protocol=https;nobranch=1"
SRCREV="04a1ee7590ebb8a81bbd3854ec141c2d4c2bead9" SRCREV="04a1ee7590ebb8a81bbd3854ec141c2d4c2bead9"
PV = "1.4.1+git${SRCPV}" PV = "1.4.1+git${SRCPV}"

View File

@ -1,9 +1,5 @@
SUMMARY = "STM32MP1 Firmware examples for CM4" SUMMARY = "STM32MP1 Firmware examples for CM4"
LICENSE = " \ LICENSE = "Apache-2.0 & MIT & BSD-3-Clause"
Apache-2.0 \
& MIT \
& BSD-3-Clause \
"
LIC_FILES_CHKSUM = "file://License.md;md5=532c0d9fc2820ec1304ab8e0f227acc7" LIC_FILES_CHKSUM = "file://License.md;md5=532c0d9fc2820ec1304ab8e0f227acc7"
SRC_URI = "git://github.com/STMicroelectronics/STM32CubeMP1.git;protocol=https;branch=master" SRC_URI = "git://github.com/STMicroelectronics/STM32CubeMP1.git;protocol=https;branch=master"

View File

@ -9,7 +9,7 @@ NO_GENERIC_LICENSE[Firmware-cypress-bcm4343] = "LICENCE.cypress"
inherit allarch inherit allarch
SRC_URI = "git://github.com/murata-wireless/cyw-bt-patch;protocol=https" SRC_URI = "git://github.com/murata-wireless/cyw-bt-patch;protocol=https;branch=master"
SRCREV = "c5f1b13697d4ac8eec2cb6f21636085fbb55acd1" SRCREV = "c5f1b13697d4ac8eec2cb6f21636085fbb55acd1"
PV = "3.0" PV = "3.0"

View File

@ -3,7 +3,7 @@ AUTHOR = "Alan Ott"
HOMEPAGE = "http://www.signal11.us/oss/hidapi/" HOMEPAGE = "http://www.signal11.us/oss/hidapi/"
SECTION = "libs" SECTION = "libs"
LICENSE = "BSD-3-Clause | GPLv3" LICENSE = "BSD-3-Clause | GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077"
SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master \ SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master \