From 58cbef934361fa841d2bc6b1b50238f0c4b8c744 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Sep 2024 12:09:15 -0700 Subject: 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 --- meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb') 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 inherit pypi ptest setuptools3 +# let OE do the strip operation +export UJSON_BUILD_NO_STRIP = "1" + +DEPENDS += "python3-setuptools-scm-native" + SRC_URI += " \ file://run-ptest \ - file://0001-setup.py-Do-not-strip-debugging-symbols.patch \ " -DEPENDS += "python3-setuptools-scm-native" - RDEPENDS:${PN} += "\ python3-datetime \ python3-numbers \ -- cgit v1.2.3-54-g00ecf