diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-09 07:06:31 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-09 07:06:31 +0000 |
commit | bce687c36223ceaadc88825ab2c38a3e26341f0c (patch) | |
tree | a68b03d3bdbfedc89050f41f1139d3e70450b3fc | |
parent | 485de187afcab7a8a337aa8e70eaca75a6e99a06 (diff) |
console-tools compile fix.
BKrev: 409dd877KNxhHS3LZSDMJB2zLqAVDw
-rw-r--r-- | console-tools/console-tools-0.3.2/compile.patch | 0 | ||||
-rw-r--r-- | console-tools/console-tools_0.3.2.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/console-tools/console-tools-0.3.2/compile.patch b/console-tools/console-tools-0.3.2/compile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/console-tools/console-tools-0.3.2/compile.patch diff --git a/console-tools/console-tools_0.3.2.oe b/console-tools/console-tools_0.3.2.oe index e6d49ce8e2..75cbe75afb 100644 --- a/console-tools/console-tools_0.3.2.oe +++ b/console-tools/console-tools_0.3.2.oe @@ -3,7 +3,8 @@ DESCRIPTION = "Allows you to set-up and manipulate the Linux console." SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ file://${FILESDIR}/codepage.patch;patch=1 \ - file://${FILESDIR}/configure.patch;patch=1" + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/compile.patch;patch=1" export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ examples po intl compat" |