Remove pam rule for screen 44/23444/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 25 Jun 2014 14:11:53 +0000 (16:11 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 25 Jun 2014 14:11:53 +0000 (16:11 +0200)
This rule depends on another inexistent rule and doesn't exist in Tizen
Common.

Change-Id: I3e361af479d0f35e88e2d95caa9b41262ffd6351
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-extended/screen/screen_4.0.3.bbappend [new file with mode: 0644]

diff --git a/recipes-extended/screen/screen_4.0.3.bbappend b/recipes-extended/screen/screen_4.0.3.bbappend
new file mode 100644 (file)
index 0000000..ea6a3c4
--- /dev/null
@@ -0,0 +1,4 @@
+do_install_append () {
+    # Remove screen rule that is not present in Tizen Common
+    rm -f ${D}/${sysconfdir}/pam.d/screen
+}