summaryrefslogtreecommitdiff
path: root/package/micropython-lib
AgeCommit message (Collapse)Author
2017-01-25micropython-lib: Indicate that pcre is a runtime dependencyChris Packham
libpcre is needed at runtime not a buildtime. Indicate this in Config.in and remove MICROPYTHON_LIB_DEPENDENCIES. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-24micropython-lib: bump version to v1.8.6Chris Packham
Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-24micropython-lib: needs pcreChris Packham
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>
2016-08-25micropython-lib: bump version to v1.8.2Chris Packham
Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-01-18package/micropython-lib: bump to version 1.0Jörg Krause
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-11-24micropython-lib: Add hash fileChris Packham
Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-09-17micropython-lib: new packagesChris Packham
Core Python libraries ported to MicroPython. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>