mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
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>
14 lines
392 B
BlitzBasic
14 lines
392 B
BlitzBasic
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"
|