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:
14
recipes-games/packagegroups/packagegroup-games-pinball.bb
Normal file
14
recipes-games/packagegroups/packagegroup-games-pinball.bb
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user