diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/console-tools/console-tools_0.3.2.bb | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/console-tools/console-tools_0.3.2.bb')
-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 6fb2e8dd06..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;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 \ + file://configure.patch \ + file://compile.patch \ + file://kbdrate.patch \ + file://uclibc-fileno.patch \ file://config" export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ |