Merge pull request #39 from schnitzeltony/master

pingus: Fix warning with latest oe-core
This commit is contained in:
Marko Lindqvist
2019-05-26 07:39:48 +03:00
committed by GitHub

View File

@@ -9,14 +9,16 @@ RDEPENDS_${PN} += "libmikmod bash"
inherit scons pythonnative
SRC_URI = "\
https://github.com/Pingus/${PN}/archive/v${PV}.tar.gz \
file://0001-Add-missing-header-for-std-function-and-std-bind.patch \
file://0002-Fix-build-with-boost-1.69.0.patch \
file://version.patch \
file://sdl_pkgconfig.patch \
file://pingus.desktop \
file://pingus.png \
git://github.com/Pingus/pingus.git \
file://0001-Add-missing-header-for-std-function-and-std-bind.patch \
file://0002-Fix-build-with-boost-1.69.0.patch \
file://version.patch \
file://sdl_pkgconfig.patch \
file://pingus.desktop \
file://pingus.png \
"
SRCREV = "a147274b76509ae543db2286a8710afe2d426666"
S = "${WORKDIR}/git"
EXTRA_OESCONS = "CC='${CC} -fPIC' CXX='${CXX} -fPIC' LINKFLAGS='${LDFLAGS}'"
CLEANBROKEN = "1"