From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/emacs/emacs_23.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/emacs/emacs_23.1.bb') diff --git a/recipes/emacs/emacs_23.1.bb b/recipes/emacs/emacs_23.1.bb index feb56d4e44..a071815e96 100644 --- a/recipes/emacs/emacs_23.1.bb +++ b/recipes/emacs/emacs_23.1.bb @@ -8,8 +8,8 @@ DEFAULT_PREFERENCE = "-2" FILESPATH = "${FILE_DIRNAME}/emacs-${PV}:${FILE_DIRNAME}/files" SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ - file://emacs23.1-use-qemu.patch;patch=1 \ - file://nostdlib-unwind.patch;patch=1" + file://emacs23.1-use-qemu.patch;apply=yes \ + file://nostdlib-unwind.patch;apply=yes" SRC_URI[tarball.md5sum] = "a620d4452769d04ad8864d662f34f8dd" SRC_URI[tarball.sha256sum] = "a94cd46301f000d2d1dcd3fd7ef08ad952846d01ca5d4168b4ec3e38e857da47" -- cgit 1.2.3-korg