mtd-utils_1.2.0+git: remove the second docfdisk from the binary list
[openembedded.git] / packages / libsdl / libsdl-net_1.2.7.bb
blob8cbea5bd01462bd98fb4155154e71d57fffbae92
1 DESCRIPTION = "Simple DirectMedia Layer networking library."
2 SECTION = "libs/network"
3 PRIORITY = "optional"
4 DEPENDS = "virtual/libsdl"
5 LICENSE = "LGPL"
6 PR = "r1"
8 SRC_URI = "http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz \
9 file://libtool2.patch;patch=1 \
12 S = "${WORKDIR}/SDL_net-${PV}"
14 inherit autotools
16 EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config"
18 do_stage() {
19 autotools_stage_all