mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
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:
parent
65f0429033
commit
2c36d8b7f3
|
|
@ -280,6 +280,7 @@ RDEPENDS:packagegroup-meta-oe-devtools = "\
|
|||
protobuf-c \
|
||||
pugixml \
|
||||
python3-distutils-extra \
|
||||
python3-pcpp \
|
||||
python3-pycups \
|
||||
rapidjson \
|
||||
serialcheck \
|
||||
|
|
|
|||
13
meta-oe/recipes-devtools/python/python3-pcpp_1.30.bb
Normal file
13
meta-oe/recipes-devtools/python/python3-pcpp_1.30.bb
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user