diff options
Diffstat (limited to 'recipes/prboom')
-rw-r--r-- | recipes/prboom/prboom_2.4.7.bb | 2 | ||||
-rw-r--r-- | recipes/prboom/prboom_2.5.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/prboom/prboom_2.4.7.bb b/recipes/prboom/prboom_2.4.7.bb index e94f84249a..312ebcfed8 100644 --- a/recipes/prboom/prboom_2.4.7.bb +++ b/recipes/prboom/prboom_2.4.7.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" DEPENDS = "virtual/libsdl libsdl-mixer libsdl-net" LICENSE = "GPL" -PR = "r1" +PR = "r2" RRECOMMENDS_${PN} = "freedoom" SRC_URI = "${SOURCEFORGE_MIRROR}/prboom/prboom-${PV}.tar.gz \ diff --git a/recipes/prboom/prboom_2.5.0.bb b/recipes/prboom/prboom_2.5.0.bb index 4fd0d2ae2d..92a276dcad 100644 --- a/recipes/prboom/prboom_2.5.0.bb +++ b/recipes/prboom/prboom_2.5.0.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" DEPENDS = "virtual/libsdl libsdl-mixer libsdl-net" LICENSE = "GPL" -PR = "r1" +PR = "r2" RRECOMMENDS_${PN} = "freedoom" SRC_URI = "${SOURCEFORGE_MIRROR}/prboom/prboom-${PV}.tar.gz \ |