diff options
-rw-r--r-- | recipes-core/packagegroups/packagegroup-rpi-test.bb | 4 | ||||
-rw-r--r-- | recipes-devtools/python/python3-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch (renamed from recipes-devtools/python/python-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch) | 0 | ||||
-rw-r--r-- | recipes-devtools/python/python3-rtimu_git.bb (renamed from recipes-devtools/python/python-rtimu_git.bb) | 2 | ||||
-rw-r--r-- | recipes-devtools/python/python3-sense-hat_2.2.0.bb (renamed from recipes-devtools/python/python-sense-hat_2.2.0.bb) | 8 |
4 files changed, 7 insertions, 7 deletions
diff --git a/recipes-core/packagegroups/packagegroup-rpi-test.bb b/recipes-core/packagegroups/packagegroup-rpi-test.bb index 654416f..57400b1 100644 --- a/recipes-core/packagegroups/packagegroup-rpi-test.bb +++ b/recipes-core/packagegroups/packagegroup-rpi-test.bb | |||
@@ -15,8 +15,8 @@ RDEPENDS_${PN} = "\ | |||
15 | rpio \ | 15 | rpio \ |
16 | rpi-gpio \ | 16 | rpi-gpio \ |
17 | pi-blaster \ | 17 | pi-blaster \ |
18 | python-rtimu \ | 18 | python3-rtimu \ |
19 | python-sense-hat \ | 19 | python3-sense-hat \ |
20 | connman \ | 20 | connman \ |
21 | connman-client \ | 21 | connman-client \ |
22 | wireless-regdb \ | 22 | wireless-regdb \ |
diff --git a/recipes-devtools/python/python-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch b/recipes-devtools/python/python3-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch index 4a93a1c..4a93a1c 100644 --- a/recipes-devtools/python/python-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch +++ b/recipes-devtools/python/python3-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch | |||
diff --git a/recipes-devtools/python/python-rtimu_git.bb b/recipes-devtools/python/python3-rtimu_git.bb index 63c92b3..c0cb311 100644 --- a/recipes-devtools/python/python-rtimu_git.bb +++ b/recipes-devtools/python/python3-rtimu_git.bb | |||
@@ -12,4 +12,4 @@ SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git/Linux/python/" | 13 | S = "${WORKDIR}/git/Linux/python/" |
14 | 14 | ||
15 | inherit setuptools | 15 | inherit setuptools3 |
diff --git a/recipes-devtools/python/python-sense-hat_2.2.0.bb b/recipes-devtools/python/python3-sense-hat_2.2.0.bb index f7c4e34..5ea0014 100644 --- a/recipes-devtools/python/python-sense-hat_2.2.0.bb +++ b/recipes-devtools/python/python3-sense-hat_2.2.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" | 5 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" |
6 | 6 | ||
7 | inherit setuptools pypi | 7 | inherit setuptools3 pypi |
8 | 8 | ||
9 | PYPI_PACKAGE = "sense-hat" | 9 | PYPI_PACKAGE = "sense-hat" |
10 | 10 | ||
@@ -18,7 +18,7 @@ DEPENDS += " \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN} += " \ | 20 | RDEPENDS_${PN} += " \ |
21 | python-numpy \ | 21 | ${PYTHON_PN}-numpy \ |
22 | python-rtimu \ | 22 | ${PYTHON_PN}-rtimu \ |
23 | python-imaging \ | 23 | ${PYTHON_PN}-imaging \ |
24 | " | 24 | " |