From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ey0-f175.google.com ([209.85.215.175]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RVfSk-0008LO-IC for openembedded-devel@lists.openembedded.org; Wed, 30 Nov 2011 09:24:18 +0100 Received: by mail-ey0-f175.google.com with SMTP id d13so325412eaa.6 for ; Wed, 30 Nov 2011 00:17:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references; bh=hwJ6VhMqLUSGAyCfn2NCCvGNjaEJiU0lTH/+yV4DuE4=; b=CKI38bSQkXg0EMGtMhL6aStZLyejEJTwWhPXDf1azGeMGwVK6MelICMVcghl5eea7c ouiOF0Viy/YntrXh1kScGc5VAZijU17yljkaa7PH6uXh4tL+eOHJJW26AfMGDL9fvjRp Gei1Wa6BcAvPPHn/f5DKFXBDS2EqAwuRfSrZ4= Received: by 10.213.32.80 with SMTP id b16mr280414ebd.81.1322641060903; Wed, 30 Nov 2011 00:17:40 -0800 (PST) Received: from localhost ([94.230.152.246]) by mx.google.com with ESMTPS id z58sm3689650eea.3.2011.11.30.00.17.37 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Nov 2011 00:17:38 -0800 (PST) From: Martin Jansa To: openembedded-devel@lists.openembedded.org Date: Wed, 30 Nov 2011 09:16:50 +0100 Message-Id: X-Mailer: git-send-email 1.7.8.rc4 In-Reply-To: <55137a5d61c11567ab74d1c1382e04da35cecd5f.1322640506.git.Martin.Jansa@gmail.com> References: <55137a5d61c11567ab74d1c1382e04da35cecd5f.1322640506.git.Martin.Jansa@gmail.com> In-Reply-To: References: Subject: [meta-efl 03/11] elsa: use common-* instead of system-auth in pam config X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 08:24:18 -0000 Signed-off-by: Martin Jansa --- ...am-use-common-auth-instead-of-system-auth.patch | 29 ++++++++++++++++++++ meta-efl/recipes-efl/efl/elsa_svn.bb | 4 ++- 2 files changed, 32 insertions(+), 1 deletions(-) create mode 100644 meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch diff --git a/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch b/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch new file mode 100644 index 0000000..a9beea0 --- /dev/null +++ b/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch @@ -0,0 +1,29 @@ +From 27dc9147a822d69be90edd0d137b80c0c609d5d2 Mon Sep 17 00:00:00 2001 +From: Martin Jansa +Date: Thu, 24 Nov 2011 13:25:33 +0100 +Subject: [PATCH] pam: use common-auth instead of system-auth + +Signed-off-by: Martin Jansa +--- + PROTO/elsa/data/elsa | 8 ++++---- + 1 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/data/elsa b/data/elsa +index 3476d55..47d29222 100644 +--- a/data/elsa ++++ b/data/elsa +@@ -1,7 +1,7 @@ + # File autogenerated by pamd_mimic in pam eclass + + +-auth include system-auth +-account include system-auth +-password include system-auth +-session include system-auth ++auth include common-auth ++account include common-account ++password include common-password ++session include common-session +-- +1.7.8.rc3 + diff --git a/meta-efl/recipes-efl/efl/elsa_svn.bb b/meta-efl/recipes-efl/efl/elsa_svn.bb index 17af886..e2f6fd7 100644 --- a/meta-efl/recipes-efl/efl/elsa_svn.bb +++ b/meta-efl/recipes-efl/efl/elsa_svn.bb @@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SECTION = "e/apps" inherit e gettext -SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep" +SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep \ + file://0001-pam-use-common-auth-instead-of-system-auth.patch \ +" S = "${WORKDIR}/${SRCNAME}" EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" -- 1.7.8.rc4