diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /console-tools/console-tools_0.3.2.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'console-tools/console-tools_0.3.2.oe')
-rw-r--r-- | console-tools/console-tools_0.3.2.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/console-tools/console-tools_0.3.2.oe b/console-tools/console-tools_0.3.2.oe index b6e950a989..9daecd3731 100644 --- a/console-tools/console-tools_0.3.2.oe +++ b/console-tools/console-tools_0.3.2.oe @@ -2,12 +2,12 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" DESCRIPTION = "Allows you to set-up and manipulate the Linux console." -SRC_URI := ${SOURCEFORGE_MIRROR}/lct/console-tools-0.3.2.tar.gz \ +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" -export SUBDIRS='fontfiletools vttools kbdtools screenfonttools contrib \ - examples po intl compat' +export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ + examples po intl compat" acpaths = "-I config" do_configure_prepend () { |