Andreas Müller 8a04aa655b pingus: Fix warning with latest oe-core
| 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

-  https://github.com/Pingus/${PN}/archive/v${PV}.tar.gz \
+  https://github.com/Pingus/${BPN}/archive/v${PV}.tar.gz \

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>
2019-05-26 02:17:11 +02:00
2015-10-13 07:34:25 +03:00
2015-02-03 08:21:06 +00:00

meta-games

Open Source games layer for OpenEmbedded.

Maintainers

Marko Lindqvist cazfi74@gmail.com

Dependencies

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD

URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD

Contributing

It is preferred to send patches as pull requests on the Github project directly, e.g. : https://github.com/cazfi/meta-games.

If using Github pull requests is not possible, it is possible to send patches on the OpenEmbedded development mailing list. To send changes to mailing list use something like:

git send-email --to openembedded-devel@lists.openembedded.org \
--subject-prefix='meta-games][PATCH'
Description
No description provided
Readme 541 KiB
Languages
BitBake 100%