diff options
Diffstat (limited to 'recipes/gpe-login')
-rw-r--r-- | recipes/gpe-login/gpe-login_0.95.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/gpe-login/gpe-login_0.95.bb b/recipes/gpe-login/gpe-login_0.95.bb index 48371b53a9..f86c693522 100644 --- a/recipes/gpe-login/gpe-login_0.95.bb +++ b/recipes/gpe-login/gpe-login_0.95.bb @@ -3,9 +3,11 @@ SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" -RDEPENDS = "xkbd gpe-theme-clearlooks" +RDEPENDS_${PN} = "xkbd" +RRECOMMENDS_${PN} = "gpe-theme-clearlooks" RPROVIDES_${PN} = "gpe-session-starter" -PR = "r1" + +PR = "r2" SRC_URI_OVERRIDES_PACKAGE_ARCH = "1" |