micropython-lib: needs pcre
authorChris Packham <judge.packham@gmail.com>
Tue, 24 Jan 2017 10:14:22 +0000 (23:14 +1300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 24 Jan 2017 16:29:37 +0000 (17:29 +0100)
commit2b4d4db2a296859fd509978003c4fa41e4073644
treeb755d2e36456caad0150a560c4dead49072514ad
parent7ef4993889f70f25c27cf4bd101c7af57bc76c07
micropython-lib: needs pcre

The micropython libs load libpcre dynamically using the foreign function
interface (libffi). Without pcre the build will succeed but at run time
anything that uses the 're' module will have issues.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/micropython-lib/Config.in
package/micropython-lib/micropython-lib.mk