Skip to content

Commit 0e95d27

Browse files
authored
Merge pull request #25 from hnez/master
Kirkstone release support
2 parents 1dc1978 + 4481168 commit 0e95d27

8 files changed

+16
-8
lines changed

conf/layer.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ BBFILE_PRIORITY_labgrid = "8"
1212
LAYERDEPENDS_labgrid = "core"
1313
LAYERDEPENDS_labgrid += "meta-python"
1414

15-
LAYERSERIES_COMPAT_labgrid = "gatesgarth hardknott honister"
15+
LAYERSERIES_COMPAT_labgrid = "gatesgarth hardknott honister kirkstone"

recipes-backport/python/python3-xmodem_0.4.6.bb

+8
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ RDEPENDS:${PN} += " \
1212
"
1313

1414
BBCLASSEXTEND = "native nativesdk"
15+
16+
do_install:append() {
17+
# Move the documentation files to the expected location so they are
18+
# packaged in the *-docs package.
19+
mkdir -p ${D}${docdir}/
20+
mv ${D}/usr/doc/* ${D}${docdir}/
21+
rmdir ${D}/usr/doc
22+
}

recipes-devtools/python/python3-labgrid_git.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DESCRIPTION = "Embedded systems control library for development, testing and installation"
22
HOMEPAGE = "https://github.com/labgrid-project"
3-
LICENSE = "LGPL-2.1+"
3+
LICENSE = "LGPL-2.1-or-later"
44
LIC_FILES_CHKSUM = "file://LICENSE;md5=c0e9407a08421b8c72f578433434f0bd"
55

66
RDEPENDS:${PN} = " \

recipes-devtools/python/python3-lxa-iobus_git.bb

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ SRC_URI = " \
1515
file://environment \
1616
"
1717

18-
PV = "0.3+git${SRCPV}"
19-
SRCREV = "0261687d428171ed134399b66506ce7958bcddca"
18+
PV = "0.4.2+git${SRCPV}"
19+
SRCREV = "246063a2043c4d3ca357ec1c7dbea8623b9d9775"
2020

2121
S = "${WORKDIR}/git"
2222

recipes-devtools/python/python3-pyserial_3.4.0.1.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SUMMARY = "Serial Port Support for Python"
2-
LICENSE = "BSD"
2+
LICENSE = "BSD-3-Clause"
33
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d476d94926db6e0008a5b3860d1f5c0d"
44

55
inherit pypi setuptools3

recipes-devtools/python/python3-usbmuxctl_git.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DESCRIPTION = "Control software for Linux Automation GmbH USB-Mux that enables automated testing of embedded USB devices."
22
HOMEPAGE = "https://github.com/linux-automation/usbmuxctl"
3-
LICENSE = "LGPL-2.1+"
3+
LICENSE = "LGPL-2.1-or-later"
44
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
55

66
RDEPENDS:${PN} = " \

recipes-devtools/python/python3-usbsdmux_git.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DESCRIPTION = "Control software for usb-sd-mux that switches a SD-Card between a Device Under Test (DUT) and a host PC."
22
HOMEPAGE = "https://github.com/linux-automation/usbsdmux"
3-
LICENSE = "LGPL-2.1+"
3+
LICENSE = "LGPL-2.1-or-later"
44
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
55

66
SRC_URI = " \

recipes-devtools/sispmctl/sispmctl_4.9.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DESCRIPTION = "Control Gembird SIS-PM programmable power outlet strips"
22
HOMEPAGE = "http://sispmctl.sourceforge.net/"
3-
LICENSE = "GPLv2"
3+
LICENSE = "GPL-2.0-only"
44
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
55
DEPENDS = "libusb"
66

0 commit comments

Comments
 (0)