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/console-tools/console-tools_0.3.2.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/console-tools/console-tools_0.3.2.bb') diff --git a/recipes/console-tools/console-tools_0.3.2.bb b/recipes/console-tools/console-tools_0.3.2.bb index 6fb2e8dd06..cd6ea48a80 100644 --- a/recipes/console-tools/console-tools_0.3.2.bb +++ b/recipes/console-tools/console-tools_0.3.2.bb @@ -4,11 +4,11 @@ DESCRIPTION = "Allows you to set-up and manipulate the Linux console." PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ - file://codepage.patch;patch=1 \ - file://configure.patch;patch=1 \ - file://compile.patch;patch=1 \ - file://kbdrate.patch;patch=1 \ - file://uclibc-fileno.patch;patch=1 \ + file://codepage.patch;apply=yes \ + file://configure.patch;apply=yes \ + file://compile.patch;apply=yes \ + file://kbdrate.patch;apply=yes \ + file://uclibc-fileno.patch;apply=yes \ file://config" export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ -- cgit v1.2.3 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/console-tools/console-tools_0.3.2.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/console-tools/console-tools_0.3.2.bb') diff --git a/recipes/console-tools/console-tools_0.3.2.bb b/recipes/console-tools/console-tools_0.3.2.bb index cd6ea48a80..5894a3af21 100644 --- a/recipes/console-tools/console-tools_0.3.2.bb +++ b/recipes/console-tools/console-tools_0.3.2.bb @@ -4,11 +4,11 @@ DESCRIPTION = "Allows you to set-up and manipulate the Linux console." PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ - file://codepage.patch;apply=yes \ - file://configure.patch;apply=yes \ - file://compile.patch;apply=yes \ - file://kbdrate.patch;apply=yes \ - file://uclibc-fileno.patch;apply=yes \ + file://codepage.patch \ + file://configure.patch \ + file://compile.patch \ + file://kbdrate.patch \ + file://uclibc-fileno.patch \ file://config" export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ -- cgit v1.2.3