diff options
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb')
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb new file mode 100644 index 0000000000..4a7ada94cb --- /dev/null +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Simple DirectMedia Layer networking library." | ||
2 | SECTION = "libs/network" | ||
3 | LICENSE = "Zlib" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=68a088513da90254b2fbe664f42af315" | ||
5 | |||
6 | SRC_URI = " \ | ||
7 | https://www.libsdl.org/projects/SDL_net/release/SDL2_net-${PV}.tar.gz \ | ||
8 | " | ||
9 | S = "${UNPACKDIR}/SDL2_net-${PV}" | ||
10 | |||
11 | inherit cmake pkgconfig | ||
12 | |||
13 | DEPENDS = "virtual/libsdl2" | ||
14 | |||
15 | SRC_URI[sha256sum] = "4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb" | ||
16 | |||
17 | FILES:${PN} += "${datadir}/licenses" | ||