Skip to content

Commit

Permalink
pinball: Add packagegroup for pinball and tables
Browse files Browse the repository at this point in the history
Change-Id: Iff55ca6c6666ef39599a9dc29def52c0e65434e8
Forwarded: cazfi#55
Bug-oe: cazfi#51
Bug-pinball: adoptware/pinball#9
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jan 27, 2021
1 parent c7137c2 commit df464d3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions recipes-games/packagegroups/packagegroup-games-pinball.bb
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit df464d3

Please sign in to comment.