diff options
Diffstat (limited to 'meta-oe/recipes-extended/sigrok')
4 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb index 1e5ffdd856..1e63179e84 100644 --- a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb +++ b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb | |||
@@ -19,7 +19,6 @@ inherit autotools pkgconfig mime | |||
19 | 19 | ||
20 | SRC_URI = "http://sigrok.org/download/source/libsigrok/libsigrok-${PV}.tar.gz" | 20 | SRC_URI = "http://sigrok.org/download/source/libsigrok/libsigrok-${PV}.tar.gz" |
21 | 21 | ||
22 | SRC_URI[md5sum] = "e258d471b6d5eaa58daf927a0dc3ba67" | ||
23 | SRC_URI[sha256sum] = "4d341f90b6220d3e8cb251dacf726c41165285612248f2c52d15df4590a1ce3c" | 22 | SRC_URI[sha256sum] = "4d341f90b6220d3e8cb251dacf726c41165285612248f2c52d15df4590a1ce3c" |
24 | 23 | ||
25 | FILES:${PN} += "${datadir}/*" | 24 | FILES:${PN} += "${datadir}/*" |
diff --git a/meta-oe/recipes-extended/sigrok/libsigrokdecode/0001-configure.ac-add-py-3.10-support.patch b/meta-oe/recipes-extended/sigrok/libsigrokdecode/0001-configure.ac-add-py-3.10-support.patch index 45556afa8a..a051f90c43 100644 --- a/meta-oe/recipes-extended/sigrok/libsigrokdecode/0001-configure.ac-add-py-3.10-support.patch +++ b/meta-oe/recipes-extended/sigrok/libsigrokdecode/0001-configure.ac-add-py-3.10-support.patch | |||
@@ -18,7 +18,7 @@ index 4802f35..e0e468f 100644 | |||
18 | # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build | 18 | # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build |
19 | SR_PKG_CHECK([python3], [SRD_PKGLIBS], | 19 | SR_PKG_CHECK([python3], [SRD_PKGLIBS], |
20 | - [python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2]) | 20 | - [python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2]) |
21 | + [python-3.12-embed], [python-3.11-embed], [python-3.10-embed], [python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2]) | 21 | + [python-3.13-embed], [python-3.12-embed], [python-3.11-embed], [python-3.10-embed], [python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2]) |
22 | AS_IF([test "x$sr_have_python3" = xno], | 22 | AS_IF([test "x$sr_have_python3" = xno], |
23 | [AC_MSG_ERROR([Cannot find Python 3 development headers.])]) | 23 | [AC_MSG_ERROR([Cannot find Python 3 development headers.])]) |
24 | 24 | ||
diff --git a/meta-oe/recipes-extended/sigrok/libsigrokdecode_0.5.3.bb b/meta-oe/recipes-extended/sigrok/libsigrokdecode_0.5.3.bb index 24091bcf90..4ea2287e40 100644 --- a/meta-oe/recipes-extended/sigrok/libsigrokdecode_0.5.3.bb +++ b/meta-oe/recipes-extended/sigrok/libsigrokdecode_0.5.3.bb | |||
@@ -13,5 +13,4 @@ SRC_URI = "http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-${P | |||
13 | file://0001-configure.ac-add-py-3.10-support.patch \ | 13 | file://0001-configure.ac-add-py-3.10-support.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[md5sum] = "7ba4ed4ef1f06ae96979751e096c2821" | ||
17 | SRC_URI[sha256sum] = "c50814aa6743cd8c4e88c84a0cdd8889d883c3be122289be90c63d7d67883fc0" | 16 | SRC_URI[sha256sum] = "c50814aa6743cd8c4e88c84a0cdd8889d883c3be122289be90c63d7d67883fc0" |
diff --git a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb index 48f96cc435..f9da51fe6c 100644 --- a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb +++ b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb | |||
@@ -13,7 +13,6 @@ PACKAGECONFIG ??= "decode" | |||
13 | inherit autotools pkgconfig mime-xdg | 13 | inherit autotools pkgconfig mime-xdg |
14 | 14 | ||
15 | SRC_URI = "http://sigrok.org/download/source/sigrok-cli/sigrok-cli-${PV}.tar.gz" | 15 | SRC_URI = "http://sigrok.org/download/source/sigrok-cli/sigrok-cli-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "856fd496cd99d1091aa128405c522a36" | ||
17 | SRC_URI[sha256sum] = "71d0443f36897bf565732dec206830dbea0f2789b6601cf10536b286d1140ab8" | 16 | SRC_URI[sha256sum] = "71d0443f36897bf565732dec206830dbea0f2789b6601cf10536b286d1140ab8" |
18 | 17 | ||
19 | FILES:${PN} += "${datadir}/icons/hicolor" | 18 | FILES:${PN} += "${datadir}/icons/hicolor" |