diff options
Diffstat (limited to 'meta/recipes-extended/pam/libpam/libpam-xtests.patch')
| -rw-r--r-- | meta/recipes-extended/pam/libpam/libpam-xtests.patch | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/meta/recipes-extended/pam/libpam/libpam-xtests.patch b/meta/recipes-extended/pam/libpam/libpam-xtests.patch index ea145899b4..f2dafa72a5 100644 --- a/meta/recipes-extended/pam/libpam/libpam-xtests.patch +++ b/meta/recipes-extended/pam/libpam/libpam-xtests.patch | |||
| @@ -1,13 +1,21 @@ | |||
| 1 | This patch is used to create a new sub package libpam-xtests to do more checks. | 1 | From 060726f7e60c8ecb5bf50fd776910b290d9a0a69 Mon Sep 17 00:00:00 2001 |
| 2 | From: Kang Kai <kai.kang@windriver.com> | ||
| 3 | Date: Tue, 19 Jul 2011 17:08:31 +0800 | ||
| 4 | Subject: [PATCH] This patch is used to create a new sub package libpam-xtests | ||
| 5 | to do more checks. | ||
| 2 | 6 | ||
| 3 | Upstream-Status: Pending | 7 | Upstream-Status: Pending |
| 4 | 8 | ||
| 5 | Signed-off-by: Kang Kai <kai.kang@windriver.com> | 9 | Signed-off-by: Kang Kai <kai.kang@windriver.com> |
| 6 | Index: Linux-PAM-1.3.0/xtests/Makefile.am | 10 | --- |
| 7 | =================================================================== | 11 | xtests/Makefile.am | 17 ++++++++++++++++- |
| 8 | --- Linux-PAM-1.3.0.orig/xtests/Makefile.am | 12 | 1 file changed, 16 insertions(+), 1 deletion(-) |
| 9 | +++ Linux-PAM-1.3.0/xtests/Makefile.am | 13 | |
| 10 | @@ -7,7 +7,7 @@ AM_CFLAGS = -DLIBPAM_COMPILE -I$(top_src | 14 | diff --git a/xtests/Makefile.am b/xtests/Makefile.am |
| 15 | index acf9746..9826c9f 100644 | ||
| 16 | --- a/xtests/Makefile.am | ||
| 17 | +++ b/xtests/Makefile.am | ||
| 18 | @@ -8,7 +8,7 @@ AM_CFLAGS = -DLIBPAM_COMPILE -I$(top_srcdir)/libpam/include \ | ||
| 11 | LDADD = $(top_builddir)/libpam/libpam.la \ | 19 | LDADD = $(top_builddir)/libpam/libpam.la \ |
| 12 | $(top_builddir)/libpam_misc/libpam_misc.la | 20 | $(top_builddir)/libpam_misc/libpam_misc.la |
| 13 | 21 | ||
| @@ -16,7 +24,7 @@ Index: Linux-PAM-1.3.0/xtests/Makefile.am | |||
| 16 | 24 | ||
| 17 | EXTRA_DIST = run-xtests.sh tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \ | 25 | EXTRA_DIST = run-xtests.sh tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \ |
| 18 | tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd \ | 26 | tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd \ |
| 19 | @@ -51,3 +51,18 @@ EXTRA_PROGRAMS = $(XTESTS) | 27 | @@ -55,3 +55,18 @@ EXTRA_PROGRAMS = $(XTESTS) |
| 20 | 28 | ||
| 21 | xtests: $(XTESTS) run-xtests.sh | 29 | xtests: $(XTESTS) run-xtests.sh |
| 22 | "$(srcdir)"/run-xtests.sh "$(srcdir)" ${XTESTS} ${NOSRCTESTS} | 30 | "$(srcdir)"/run-xtests.sh "$(srcdir)" ${XTESTS} ${NOSRCTESTS} |
