diff --git a/meta-python/recipes-devtools/python3-py-utlx/python3-py-utlx_2.4.0.bb b/meta-python/recipes-devtools/python3-py-utlx/python3-py-utlx_2.4.0.bb
new file mode 100644
index 0000000000..55be32ba45
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-py-utlx/python3-py-utlx_2.4.0.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Python utility library (utlx)"
+HOMEPAGE = "https://pypi.org/project/py-utlx/"
+LICENSE = "Zlib"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5ec25ca3fcbff4a4c70d5244a47d2906"
+
+PYPI_PACKAGE = "py_utlx"
+
+SRC_URI[sha256sum] = "66b49b28113b11ae9e9710ea6dabeb9a0a18a5411be6896d1cbbc9f39845c15c"
+
+inherit pypi python_setuptools_build_meta
+
+RDEPENDS:${PN} += " \
+    python3-chardet \
+    python3-pkg-about \
+"
+
+BBCLASSEXTEND = "native nativesdk"
