blob: d112d9f7743e9d7bc85b9efe4bb361947e184b44 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SUMMARY = "Parser of the C language, written in pure Python"
2HOMEPAGE = "https://github.com/eliben/pycparser"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169"
5
6SRC_URI[md5sum] = "72370da54358202a60130e223d488136"
7SRC_URI[sha256sum] = "99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226"
8
9BBCLASSEXTEND = "native nativesdk"
10
11RDEPENDS_${PN}_class-target += "\
12 ${PYTHON_PN}-ply \
13 ${PYTHON_PN}-pprint \
14 cpp \
15 cpp-symlinks \
16 "