From: Grazvydas Ignotas Date: Wed, 18 Dec 2013 00:25:35 +0000 (+0200) Subject: pandora-xfce-image: specify IMAGE_LOGIN_MANAGER X-Git-Tag: sz_160~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde2fba552beeb78d3c83b68fe5c255bc9e4a7a6;p=openpandora.oe.git pandora-xfce-image: specify IMAGE_LOGIN_MANAGER missing /etc/securetty otherwise? it's already specified in pandora-core-image, so why not here? --- 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"