blob: 47a0e0e973cb76ad18a3957d22013f1bcc43550b [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Parser of the C language, written in pure Python"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002HOMEPAGE = "https://github.com/eliben/pycparser"
Patrick Williamsddad1a12017-02-23 20:36:32 -06003LICENSE = "BSD-3-Clause"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05004LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169"
Patrick Williamsddad1a12017-02-23 20:36:32 -06005
Brad Bishop19323692019-04-05 15:28:33 -04006SRC_URI[md5sum] = "76396762adc3fa769c83d8e202d36b6f"
7SRC_URI[sha256sum] = "a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3"
8
Patrick Williamsddad1a12017-02-23 20:36:32 -06009
10BBCLASSEXTEND = "native nativesdk"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011
12RDEPENDS_${PN}_class-target += "\
Brad Bishop316dfdd2018-06-25 12:45:53 -040013 ${PYTHON_PN}-ply \
14 ${PYTHON_PN}-pprint \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015 cpp \
16 cpp-symlinks \
17 "