From 4e108857e0d40105f7ecbc55e99bd6c367bb7386 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Aug 2011 00:17:52 +0000 Subject: recipes: Delete patch=1, its default and replace pnum with striplevel Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj --- meta/recipes-devtools/mtools/mtools_3.9.9.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/mtools') diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb index faf8317089..2e4c1cba7d 100644 --- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb @@ -10,9 +10,9 @@ PR = "r4" #http://mtools.linux.lu/mtools-${PV}.tar.gz SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \ - file://mtools-makeinfo.patch;patch=1 \ - file://mtools.patch;patch=1 \ - file://no-x11.patch;patch=1" + file://mtools-makeinfo.patch \ + file://mtools.patch \ + file://no-x11.patch" S = "${WORKDIR}/mtools-${PV}" -- cgit 1.2.3-korg