summaryrefslogtreecommitdiffstats
path: root/meta/packages/mtools/mtools_3.9.9.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-26 09:03:34 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-26 09:03:34 +0000
commit4bca8a4ca39060913f58e7f50ea4b83aa8c586bd (patch)
tree2f2c7602969b2a4db2d0e87fe9ca170c52d165c3 /meta/packages/mtools/mtools_3.9.9.bb
parent678bf73f1dfcde9a2b185396a0c8f11a7c73f207 (diff)
downloadpoky-4bca8a4ca39060913f58e7f50ea4b83aa8c586bd.tar.gz
mtools: do not link with X11
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4118 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mtools/mtools_3.9.9.bb')
-rw-r--r--meta/packages/mtools/mtools_3.9.9.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/mtools/mtools_3.9.9.bb b/meta/packages/mtools/mtools_3.9.9.bb
index 29132c6421..235df5cd12 100644
--- a/meta/packages/mtools/mtools_3.9.9.bb
+++ b/meta/packages/mtools/mtools_3.9.9.bb
@@ -5,12 +5,13 @@
5DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." 5DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them."
6HOMEPAGE="http://mtools.linux.lu" 6HOMEPAGE="http://mtools.linux.lu"
7LICENSE="GPL" 7LICENSE="GPL"
8PR = "r2" 8PR = "r3"
9 9
10#http://mtools.linux.lu/mtools-${PV}.tar.gz 10#http://mtools.linux.lu/mtools-${PV}.tar.gz
11SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \ 11SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \
12 file://mtools-makeinfo.patch;patch=1 \ 12 file://mtools-makeinfo.patch;patch=1 \
13 file://mtools.patch;patch=1" 13 file://mtools.patch;patch=1 \
14 file://no-x11.patch;patch=1"
14 15
15#DEPENDS = "tetex-native" 16#DEPENDS = "tetex-native"
16 17