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>
This commit is contained in:
Khem Raj
2024-09-15 12:09:15 -07:00
parent dde0d656e1
commit 58cbef9343
2 changed files with 6 additions and 41 deletions

View File

@@ -8,13 +8,15 @@ SRC_URI[sha256sum] = "b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86
inherit pypi ptest setuptools3
SRC_URI += " \
file://run-ptest \
file://0001-setup.py-Do-not-strip-debugging-symbols.patch \
"
# let OE do the strip operation
export UJSON_BUILD_NO_STRIP = "1"
DEPENDS += "python3-setuptools-scm-native"
SRC_URI += " \
file://run-ptest \
"
RDEPENDS:${PN} += "\
python3-datetime \
python3-numbers \