From 3e89ab7f1a87682c47c5e776361984be8e85bcfa Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 29 May 2024 08:55:35 +0200 Subject: [PATCH] nwg-hello: update --- recipes-gtk/nwg-shell/nwg-hello_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-gtk/nwg-shell/nwg-hello_git.bb b/recipes-gtk/nwg-shell/nwg-hello_git.bb index e124e03..548e0e5 100644 --- a/recipes-gtk/nwg-shell/nwg-hello_git.bb +++ b/recipes-gtk/nwg-shell/nwg-hello_git.bb @@ -16,8 +16,8 @@ RRECOMMENDS:${PN} = "gnome-themes-extra" inherit setuptools3 useradd S = "${WORKDIR}/git" -PV = "0.1.8" -SRCREV = "0d207e17ba6e911a7d1536a9a0a8d5c627511709" +PV = "0.2.0" +SRCREV = "aa6a9e4a9024dba8ebaa98af53df82b3c19d379a" USERADD_PACKAGES = "${PN}" USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/bash greeter"