diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-12-12 14:52:04 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-12-12 14:52:04 +0000 |
| commit | 8fd58431099933596268fb47245e673cf55ce3c6 (patch) | |
| tree | f4405b22fa75ec422d7012cb5cc80e057c5ba5ce /openembedded/packages/console-tools/console-tools_0.3.2.bb | |
| parent | 3c470b4e199b91c16da139eef47df253627f00e3 (diff) | |
| download | poky-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.bb | 5 |
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 @@ | |||
| 1 | SECTION = "base" | 1 | SECTION = "base" |
| 2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
| 3 | DESCRIPTION = "Allows you to set-up and manipulate the Linux console." | 3 | DESCRIPTION = "Allows you to set-up and manipulate the Linux console." |
| 4 | PR = "r1" | 4 | PR = "r2" |
| 5 | 5 | ||
| 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ | 6 | SRC_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 | ||
| 12 | export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ | 13 | export 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 | ||
