diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-15 12:09:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-15 16:02:34 -0700 |
commit | 58cbef934361fa841d2bc6b1b50238f0c4b8c744 (patch) | |
tree | 2816983cb2d1fd2374fceb07b1dcf77765992e67 /meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb | |
parent | dde0d656e1dd2e25d733e18bcfcf50f90eaddae9 (diff) | |
download | meta-openembedded-58cbef934361fa841d2bc6b1b50238f0c4b8c744.tar.gz |
python-ujson: Use python_setuptools_build_meta
Drop the patch to disable strip instead set the env variable.
set UJSON_BUILD_NO_STRIP=1 and get rid of one pending patch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb b/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb index c64c800626..18ce5cc301 100644 --- a/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb | |||
@@ -8,13 +8,15 @@ SRC_URI[sha256sum] = "b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86 | |||
8 | 8 | ||
9 | inherit pypi ptest setuptools3 | 9 | inherit pypi ptest setuptools3 |
10 | 10 | ||
11 | # let OE do the strip operation | ||
12 | export UJSON_BUILD_NO_STRIP = "1" | ||
13 | |||
14 | DEPENDS += "python3-setuptools-scm-native" | ||
15 | |||
11 | SRC_URI += " \ | 16 | SRC_URI += " \ |
12 | file://run-ptest \ | 17 | file://run-ptest \ |
13 | file://0001-setup.py-Do-not-strip-debugging-symbols.patch \ | ||
14 | " | 18 | " |
15 | 19 | ||
16 | DEPENDS += "python3-setuptools-scm-native" | ||
17 | |||
18 | RDEPENDS:${PN} += "\ | 20 | RDEPENDS:${PN} += "\ |
19 | python3-datetime \ | 21 | python3-datetime \ |
20 | python3-numbers \ | 22 | python3-numbers \ |