mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
b2fe96995a
Currently build fails with: Hunk #1 FAILED at 204. 1 out of 1 hunk FAILED -- rejects in file CMakeLists.txt Patch 0001-cmake-always-install-SDL2_net.pc.patch does not apply (enforce with -f) Remove the patch Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
17 lines
483 B
BlitzBasic
17 lines
483 B
BlitzBasic
DESCRIPTION = "Simple DirectMedia Layer networking library."
|
|
SECTION = "libs/network"
|
|
LICENSE = "Zlib"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=036a54229112040a743509a86b30c80c"
|
|
|
|
SRC_URI = " \
|
|
https://www.libsdl.org/projects/SDL_net/release/SDL2_net-${PV}.tar.gz"
|
|
S = "${UNPACKDIR}/SDL2_net-${PV}"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
DEPENDS = "virtual/libsdl2"
|
|
|
|
SRC_URI[sha256sum] = "9cbca2527feb3f1a622d48ba65cc7dee9b1e3f2c55ceafb7d7720bb058aafb30"
|
|
|
|
FILES:${PN} += "${datadir}/licenses"
|