summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-lief_0.17.1.bb (renamed from meta-python/recipes-devtools/python/python3-lief_0.16.7.bb)6
-rw-r--r--meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-pybind11_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb2
6 files changed, 8 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb b/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb
index 81eab1d5c7..5b6cf0624f 100644
--- a/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb
@@ -15,4 +15,4 @@ RDEPENDS:${PN} += " \
15 python3-six \ 15 python3-six \
16" 16"
17 17
18BBCLASSEXTEND = "native" 18BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb b/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb
index b906be4ac2..355f1fd88b 100644
--- a/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "281ec16f1d09bbcca7a4227e82cd10b4d5fb291f638df77c29b7acf493
11 11
12RDEPENDS:${PN} += "python3-asttokens" 12RDEPENDS:${PN} += "python3-asttokens"
13 13
14BBCLASSEXTEND = "native" 14BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.7.bb b/meta-python/recipes-devtools/python/python3-lief_0.17.1.bb
index e511d0232b..de54d45ef2 100644
--- a/meta-python/recipes-devtools/python/python3-lief_0.16.7.bb
+++ b/meta-python/recipes-devtools/python/python3-lief_0.17.1.bb
@@ -2,12 +2,12 @@ SUMMARY = "Library to instrument executable formats"
2DESCRIPTION = "LIEF: Library to Instrument Executable Formats" 2DESCRIPTION = "LIEF: Library to Instrument Executable Formats"
3HOMEPAGE = "https://github.com/lief-project/LIEF" 3HOMEPAGE = "https://github.com/lief-project/LIEF"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=be298b85ef6036ef77810ae0dce93776" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547"
6SECTION = "libs" 6SECTION = "libs"
7 7
8SRCREV = "a4fcb58cfb5f0016a944f7ac20dcf4fca08aa6a9" 8SRCREV = "fe54643fe3d7a699c68b164dae87afb1eb059342"
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.16.x;tag=${PV} \ 10 git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.17.x;tag=${PV} \
11 file://0001-build-requirements.txt-Allow-newer-versions.patch \ 11 file://0001-build-requirements.txt-Allow-newer-versions.patch \
12 file://0002-api-python-config-default.toml-Debug.patch \ 12 file://0002-api-python-config-default.toml-Debug.patch \
13" 13"
diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb
index 0bb31cd5d9..53ec5b33b9 100644
--- a/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb
@@ -22,3 +22,4 @@ RDEPENDS:${PN}-ptest += " \
22 python3-statistics \ 22 python3-statistics \
23" 23"
24 24
25BBCLASSEXTEND += "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb b/meta-python/recipes-devtools/python/python3-pybind11_3.0.1.bb
index 7d71767297..cc2f0c66dc 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11_3.0.1.bb
@@ -7,7 +7,7 @@ DEPENDS = "\
7 python3-ninja-native \ 7 python3-ninja-native \
8" 8"
9 9
10SRCREV = "a2e59f0e7065404b44dfe92a28aca47ba1378dc4" 10SRCREV = "f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8"
11SRC_URI = "\ 11SRC_URI = "\
12 git://github.com/pybind/pybind11.git;branch=stable;protocol=https \ 12 git://github.com/pybind/pybind11.git;branch=stable;protocol=https \
13" 13"
diff --git a/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb b/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb
index 045ccb9f1e..a0f5188f28 100644
--- a/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb
@@ -11,7 +11,7 @@ PR = "r0"
11 11
12RDEPENDS:${PN} += "python3-icontract" 12RDEPENDS:${PN} += "python3-icontract"
13 13
14BBCLASSEXTEND = "native" 14BBCLASSEXTEND = "native nativesdk"
15 15
16do_install:append() { 16do_install:append() {
17 # similarly to https://gitlab.com/akuster/meta-security/-/commit/0fd8e0f8cae612010bafecbff77ed9bb6f647a2d#4e154e295e639fd6c298ca644c75291eb99e0a57_0_16 17 # similarly to https://gitlab.com/akuster/meta-security/-/commit/0fd8e0f8cae612010bafecbff77ed9bb6f647a2d#4e154e295e639fd6c298ca644c75291eb99e0a57_0_16