summaryrefslogtreecommitdiff
path: root/packages/mtools/mtools_3.9.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mtools/mtools_3.9.9.bb')
-rw-r--r--packages/mtools/mtools_3.9.9.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/mtools/mtools_3.9.9.bb b/packages/mtools/mtools_3.9.9.bb
index 7c872a144f..eca9909e8f 100644
--- a/packages/mtools/mtools_3.9.9.bb
+++ b/packages/mtools/mtools_3.9.9.bb
@@ -5,12 +5,15 @@
DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them."
HOMEPAGE="http://mtools.linux.lu"
LICENSE="GPL"
-PR = "r2"
+PR = "r4"
SRC_URI="http://mtools.linux.lu/mtools-${PV}.tar.gz \
file://mtools-makeinfo.patch;patch=1 \
- file://mtools.patch;patch=1"
+ file://mtools.patch;patch=1 \
+ file://no-x11.patch;patch=1"
-#DEPENDS = "tetex-native"
+S = "${WORKDIR}/mtools-${PV}"
inherit autotools
+
+EXTRA_OECONF = "--without-x"