summaryrefslogtreecommitdiff
path: root/packages/mtools/mtools_3.9.9.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-04-08 12:49:09 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-04-08 12:49:09 +0000
commitce9487cb7dfc40a43b957d025bc0936e81bdc17e (patch)
tree3e71e747a4e09d24a0bc2fa331b81fe262f8430b /packages/mtools/mtools_3.9.9.bb
parent396ba9cd4a593593b3b260e44ac5964e3fff9b72 (diff)
mtools: do not link with X11 (from Poky)
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"