python3-pcpp: Add recipe for https://github.com/ned14/pcpp

It will be needed by lvgl.

Signed-off-by: Adam x Nilsson <adam.x.nilsson@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adam x Nilsson 2025-10-25 05:17:40 +02:00 committed by Khem Raj
parent 65f0429033
commit 2c36d8b7f3
2 changed files with 14 additions and 0 deletions

View File

@ -280,6 +280,7 @@ RDEPENDS:packagegroup-meta-oe-devtools = "\
protobuf-c \
pugixml \
python3-distutils-extra \
python3-pcpp \
python3-pycups \
rapidjson \
serialcheck \

View File

@ -0,0 +1,13 @@
SUMMARY = "A C99 preprocessor written in pure Python"
HOMEPAGE = "https://github.com/ned14/pcpp"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d3c12e3df3b040ebb89409b40ff32b3a"
SRC_URI[sha256sum] = "5af9fbce55f136d7931ae915fae03c34030a3b36c496e72d9636cedc8e2543a1"
inherit pypi setuptools3
RDEPENDS:${PN} = "python3-doctest python3-pickle"
BBCLASSEXTEND = "native"