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/lyx/lyx_1.6.1.bb | 2 +- recipes/lyx/lyx_1.6.4.1.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/lyx') diff --git a/recipes/lyx/lyx_1.6.1.bb b/recipes/lyx/lyx_1.6.1.bb index d29cfdb973..9be6495a59 100644 --- a/recipes/lyx/lyx_1.6.1.bb +++ b/recipes/lyx/lyx_1.6.1.bb @@ -9,7 +9,7 @@ PR = "r0" SRC_URI = "\ ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-${PV}.tar.bz2 \ - file://no-session-manager.patch;patch=1 \ + file://no-session-manager.patch;apply=yes \ " inherit qt4x11 autotools diff --git a/recipes/lyx/lyx_1.6.4.1.bb b/recipes/lyx/lyx_1.6.4.1.bb index 1dd007e231..ff38e8aa10 100644 --- a/recipes/lyx/lyx_1.6.4.1.bb +++ b/recipes/lyx/lyx_1.6.4.1.bb @@ -8,8 +8,8 @@ RDEPENDS = "python-shell python-textutils" SRC_URI = "\ ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-${PV}.tar.bz2 \ - file://no-session-manager.patch;patch=1 \ - file://qt4tools-detect.diff;patch=1 \ + file://no-session-manager.patch;apply=yes \ + file://qt4tools-detect.diff;apply=yes \ " inherit qt4x11 autotools -- cgit v1.2.3