From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: Make the do_patch apply=yes param implicit if extension is .diff/.patch For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/pam/libpam_1.1.0.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/pam/libpam_1.1.0.bb') diff --git a/recipes/pam/libpam_1.1.0.bb b/recipes/pam/libpam_1.1.0.bb index ea1549cfb9..3e8837649b 100644 --- a/recipes/pam/libpam_1.1.0.bb +++ b/recipes/pam/libpam_1.1.0.bb @@ -24,12 +24,12 @@ p = "${pn}-${PV}" S = "${WORKDIR}/${p}" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/pam/library/${p}.tar.bz2 \ - file://pam-nodocs.patch;apply=yes \ - file://fix_disabled_nls.patch;apply=yes \ + file://pam-nodocs.patch \ + file://fix_disabled_nls.patch \ " -UCLIBC_PATCHES = " file://pam-disable-nis-on-uclibc.patch;apply=yes \ - file://disable_modules_uclibc.patch;apply=yes \ +UCLIBC_PATCHES = " file://pam-disable-nis-on-uclibc.patch \ + file://disable_modules_uclibc.patch \ " SRC_URI_append_linux-uclibc = ${UCLIBC_PATCHES} -- cgit v1.2.3