diff options
Diffstat (limited to 'recipes/console-tools')
-rw-r--r-- | recipes/console-tools/console-tools_0.3.2.bb | 10 |
1 files changed, 5 insertions, 5 deletions
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 \ |