mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 22:45:37 +01:00
63666ef1b7
Recent changes in various repositories broke the build of the yotta module again :( This change fixes the build. Build tested with frdm-k64f-gcc. I didn't update the yotta version number because I don't know what is your policy with regards to version changes.
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"name": "mbedtls",
|
|
"version": "2.1.3",
|
|
"description": "The mbed TLS crypto/SSL/TLS library",
|
|
"licenses": [
|
|
{
|
|
"url": "https://spdx.org/licenses/Apache-2.0",
|
|
"type": "Apache-2.0"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"targetDependencies": {
|
|
"mbed": { "cmsis-core": "~0.4.0" }
|
|
},
|
|
"testTargetDependencies": {
|
|
"mbed": { "sockets": "~0.6.0" }
|
|
}
|
|
}
|