Skip to content

Commit

Permalink
fix build enigma2-plugin-systemplugins-serviceapp with new gcc on arm…
Browse files Browse the repository at this point in the history
… plattform
  • Loading branch information
atvcaptain committed Dec 5, 2016
1 parent 32f9874 commit 31c9a45
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -8,14 +8,15 @@ RDEPENDS_${PN} = "enigma2 uchardet openssl exteplayer3"
RCONFLICTS_${PN} = "enigma2-plugin-extensions-serviceapp"
RREPLACES_${PN} = "enigma2-plugin-extensions-serviceapp"

#SRCREV = "${AUTOREV}"
SRCREV = "fce6867eab86399e2e7f6eae2062c2549c678a23"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/mx3L/serviceapp.git;branch=master"

S = "${WORKDIR}/git"

inherit autotools gitpkgv pythonnative pkgconfig

CXXFLAGS += " -std=gnu++98"

PV = "0.5+git${SRCPV}"
PKGV = "0.5+git${GITPKGV}"

Expand Down

0 comments on commit 31c9a45

Please sign in to comment.