diff options
author | Mauro Condarelli <mc5686@mclink.it> | 2016-02-06 23:59:48 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-19 21:56:42 +0100 |
commit | f699fab4ee178111b7f2870af1461e7dc9e29c04 (patch) | |
tree | e5da39dc82ff8606125bf02758b4c89f905ca449 /package/python-pycparser/Config.in | |
parent | 35e19d4f3fd3d40acdbe6fc2cdac7abf13aedb08 (diff) | |
download | buildroot-f699fab4ee178111b7f2870af1461e7dc9e29c04.tar.gz buildroot-f699fab4ee178111b7f2870af1461e7dc9e29c04.zip |
python-pycparser: python runtime added
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pycparser/Config.in')
-rw-r--r-- | package/python-pycparser/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-pycparser/Config.in b/package/python-pycparser/Config.in new file mode 100644 index 0000000000..49190c3405 --- /dev/null +++ b/package/python-pycparser/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_PYCPARSER + bool "python-pycparser" + help + C parser in Python + + https://github.com/eliben/pycparser |