From cde2fba552beeb78d3c83b68fe5c255bc9e4a7a6 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 18 Dec 2013 02:25:35 +0200 Subject: [PATCH] pandora-xfce-image: specify IMAGE_LOGIN_MANAGER missing /etc/securetty otherwise? it's already specified in pandora-core-image, so why not here? --- recipes/images/pandora-xfce-image-nowifi.bb | 4 ++-- recipes/images/pandora-xfce-image.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/images/pandora-xfce-image-nowifi.bb b/recipes/images/pandora-xfce-image-nowifi.bb index 181eb67..cd97356 100755 --- a/recipes/images/pandora-xfce-image-nowifi.bb +++ b/recipes/images/pandora-xfce-image-nowifi.bb @@ -2,11 +2,11 @@ IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es" -#IMAGE_LOGIN_MANAGER = "shadow" +IMAGE_LOGIN_MANAGER = "shadow" inherit image -PR = "r6" +PR = "r7" export IMAGE_BASENAME = "pandora-xfce-image-nowifi" diff --git a/recipes/images/pandora-xfce-image.bb b/recipes/images/pandora-xfce-image.bb index 0bb6fc6..3b5863b 100755 --- a/recipes/images/pandora-xfce-image.bb +++ b/recipes/images/pandora-xfce-image.bb @@ -2,11 +2,11 @@ IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es" -#IMAGE_LOGIN_MANAGER = "shadow" +IMAGE_LOGIN_MANAGER = "shadow" inherit image -PR = "r33" +PR = "r34" export IMAGE_BASENAME = "pandora-xfce-image" -- 2.39.5