cazfi / meta-games

GNU General Public License v2.0
5 stars 12 forks source link

pingus: Fix warning with latest oe-core #39

Closed schnitzeltony closed 5 years ago

schnitzeltony commented 5 years ago

| WARNING: pingus-0.7.6-r0 do_package_qa: QA Issue: pingus: SRC_URI uses PN not BPN [src-uri-bad]

Additionally: github rebuilds tarballs from time to time changing checksums. So just

would cause: | WARNING: pingus-0.7.6-r0 do_package_qa: QA Issue: https://github.com/Pingus/pingus/archive/v0.7.6.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 : SRC_URI uses unstable GitHub archives [src-uri-bad]

So get sources by downloading git repo.

While at it replace 2 spaces indention by 4 spaces.

Signed-off-by: Andreas Müller schnitzeltony@gmail.com