diff options
author | Holger Freyther <zecke@selfish.org> | 2006-04-30 01:02:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-30 01:02:08 +0000 |
commit | 455b85596c1ea553b6b0608f4aa07cce828e7c4f (patch) | |
tree | b7301bfc0ab0ac2d6b2277dedad59efd7dcaf5f3 /packages/console-tools/console-tools_0.3.2.bb | |
parent | 52e5e901bb892e190a66b2370dc1c58554609a17 (diff) |
packages/console-tools/console-tools_0.3.2:
Add a patch from Bero to use fileno instead of doing
other manipulation...
Apply the patch as well
Diffstat (limited to 'packages/console-tools/console-tools_0.3.2.bb')
-rw-r--r-- | packages/console-tools/console-tools_0.3.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/console-tools/console-tools_0.3.2.bb b/packages/console-tools/console-tools_0.3.2.bb index f7455825e0..01c2e42a31 100644 --- a/packages/console-tools/console-tools_0.3.2.bb +++ b/packages/console-tools/console-tools_0.3.2.bb @@ -8,6 +8,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ file://configure.patch;patch=1 \ file://compile.patch;patch=1 \ file://kbdrate.patch;patch=1 \ + file://uclibc-fileno.patch;patch=1 \ file://config/*.m4" export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ |