pinball: Add packagegroup for pinball and tables

Change-Id: Iff55ca6c6666ef39599a9dc29def52c0e65434e8
Forwarded: https://github.com/cazfi/meta-games/pull/55
Bug-oe: https://github.com/cazfi/meta-games/issues/51
Bug-pinball: https://github.com/adoptware/pinball/issues/9
Signed-off-by: Philippe Coval <rzr@users.sf.net>
This commit is contained in:
Philippe Coval
2021-01-27 11:56:31 +01:00
parent c7137c297c
commit df464d3d03

View File

@@ -0,0 +1,14 @@
# Copyright (C) 2020 Philippe Coval <https://purl.org/rzr/pinball>
SUMMARY = "Pinball simulator and extra tables"
DESCRIPTION = "Package group bringing Emilia libre pinball simulator game and tables"
inherit packagegroup
PACKAGES = "packagegroup-games-pinball"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += " pinball"
RDEPENDS_${PN} += " pinball-table-gnu"
RDEPENDS_${PN} += " pinball-table-hurd"