summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/console-tools/console-tools_0.3.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-12-12 14:52:04 +0000
committerRichard Purdie <richard@openedhand.com>2005-12-12 14:52:04 +0000
commit8fd58431099933596268fb47245e673cf55ce3c6 (patch)
treef4405b22fa75ec422d7012cb5cc80e057c5ba5ce /openembedded/packages/console-tools/console-tools_0.3.2.bb
parent3c470b4e199b91c16da139eef47df253627f00e3 (diff)
downloadpoky-8fd58431099933596268fb47245e673cf55ce3c6.tar.gz
oe/packages Updates from Openembedded
git-svn-id: https://svn.o-hand.com/repos/poky@189 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/console-tools/console-tools_0.3.2.bb')
-rw-r--r--openembedded/packages/console-tools/console-tools_0.3.2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded/packages/console-tools/console-tools_0.3.2.bb b/openembedded/packages/console-tools/console-tools_0.3.2.bb
index 2a94a4f896..f7455825e0 100644
--- a/openembedded/packages/console-tools/console-tools_0.3.2.bb
+++ b/openembedded/packages/console-tools/console-tools_0.3.2.bb
@@ -1,12 +1,13 @@
1SECTION = "base" 1SECTION = "base"
2LICENSE = "GPL" 2LICENSE = "GPL"
3DESCRIPTION = "Allows you to set-up and manipulate the Linux console." 3DESCRIPTION = "Allows you to set-up and manipulate the Linux console."
4PR = "r1" 4PR = "r2"
5 5
6SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ 6SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \
7 file://codepage.patch;patch=1 \ 7 file://codepage.patch;patch=1 \
8 file://configure.patch;patch=1 \ 8 file://configure.patch;patch=1 \
9 file://compile.patch;patch=1 \ 9 file://compile.patch;patch=1 \
10 file://kbdrate.patch;patch=1 \
10 file://config/*.m4" 11 file://config/*.m4"
11 12
12export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ 13export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \
@@ -43,4 +44,4 @@ pkg_prerm_${PN} () {
43 update-alternatives --remove deallocvt deallocvt.${PN} 44 update-alternatives --remove deallocvt deallocvt.${PN}
44 update-alternatives --remove openvt openvt.${PN} 45 update-alternatives --remove openvt openvt.${PN}
45} 46}
46 47