mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
493 B
BlitzBasic
20 lines
493 B
BlitzBasic
DESCRIPTION = "Simple DirectMedia Layer networking library."
|
|
SECTION = "libs/network"
|
|
|
|
LICENSE = "Zlib"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9cf3de2d872bf510f88eb20d06d700b5"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
DEPENDS = "libsdl"
|
|
|
|
SRC_URI = " \
|
|
https://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz \
|
|
file://libtool2.patch \
|
|
file://am_foreign.patch \
|
|
"
|
|
|
|
S = "${UNPACKDIR}/SDL_net-${PV}"
|
|
|
|
SRC_URI[sha256sum] = "5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4"
|