diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-13 12:31:12 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-13 12:31:12 +0100 |
commit | 9143a0e2e1cb7335daaa8ac1f034e0a2e1804891 (patch) | |
tree | d37a65f7e1a357fca194a52e238444fed5b77799 | |
parent | c62aee2d8b4ce7ab5bf9b838cc25c25f298e3388 (diff) |
gnome-games: make ${PN} RDEPENDS on all subgames, this fixes the upgrade path
-rw-r--r-- | packages/gnome/gnome-games_2.24.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/gnome/gnome-games_2.24.0.bb b/packages/gnome/gnome-games_2.24.0.bb index 10e41effb6..a16e88b6e0 100644 --- a/packages/gnome/gnome-games_2.24.0.bb +++ b/packages/gnome/gnome-games_2.24.0.bb @@ -3,7 +3,7 @@ DEPENDS = " guile libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui l inherit gnome distutils-base gconf -PR = "r2" +PR = "r3" SRC_URI += "file://ggz-unbreak-m4.patch;patch=1 \ " @@ -38,6 +38,9 @@ CFLAGS_append = " -lguile -lgmp -lcrypt -lm -lltdl" FILES_${PN}-doc += " ${datadir}/gnome/help" FILES_${PN}-dbg += " ${bindir}/.debug ${libdir}/gnome-games/.debug" +ALLOW_EMPTY_${PN} = "1" +RDEPENDS_${PN} += "gnome-games-aisleriot gnome-games-blackjack gnome-games-cards gnome-games-glchess gnome-games-glines gnome-games-gnect gnome-games-gnibbles gnome-games-gnobots2 gnome-games-gnometris gnome-games-gnomine gnome-games-gnotravex gnome-games-gnotski gnome-games-gtali gnome-games-iagno gnome-games-mahjongg gnome-games-same-gnome gnome-games-sudoku " + PACKAGES =+ "gnome-games-common" DESCRIPTION_gnome-games-common = "GNOME games common resources" FILES_gnome-games-common = "${datadir}/ggz \ |