Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | DESCRIPTION = "Simple DirectMedia Layer networking library." |
| 2 | SECTION = "libs/network" |
| 3 | |
| 4 | LICENSE = "Zlib" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9cf3de2d872bf510f88eb20d06d700b5" |
| 6 | |
| 7 | inherit autotools pkgconfig |
| 8 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 9 | DEPENDS = "libsdl" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 10 | |
| 11 | SRC_URI = " \ |
| 12 | https://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz \ |
| 13 | file://libtool2.patch \ |
| 14 | file://am_foreign.patch \ |
| 15 | " |
| 16 | |
| 17 | S = "${WORKDIR}/SDL_net-${PV}" |
| 18 | |
| 19 | SRC_URI[md5sum] = "20e64e61d65662db66c379034f11f718" |
| 20 | SRC_URI[sha256sum] = "5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4" |