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/tinylogin/tinylogin_1.4.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/tinylogin') diff --git a/recipes/tinylogin/tinylogin_1.4.bb b/recipes/tinylogin/tinylogin_1.4.bb index ab5f88dc2e..a6526470f4 100644 --- a/recipes/tinylogin/tinylogin_1.4.bb +++ b/recipes/tinylogin/tinylogin_1.4.bb @@ -9,10 +9,10 @@ PR = "r7" #SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \ SRC_URI = "http://limpens.net/trac/at91-kit-trac/export/4/trunk/sources/tinylogin-${PV}.tar.bz2 \ - file://cvs-20040608.patch;patch=1;pnum=1 \ - file://add-system.patch;patch=1;pnum=1 \ - file://adduser-empty_pwd.patch;patch=1 \ - file://remove-index.patch;patch=1" + file://cvs-20040608.patch;apply=yes \ + file://add-system.patch;apply=yes \ + file://adduser-empty_pwd.patch;apply=yes \ + file://remove-index.patch;apply=yes" EXTRA_OEMAKE = "" -- cgit 1.2.3-korg