summaryrefslogtreecommitdiffstats
path: root/meta/packages/mtools
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-26 09:25:45 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-26 09:25:45 +0000
commit513eb4bddf39297ecb3e3f9e2f57fc0d53a786c5 (patch)
tree254e353248645757f8429c4ecb2eb775412cba9d /meta/packages/mtools
parent4bca8a4ca39060913f58e7f50ea4b83aa8c586bd (diff)
downloadpoky-513eb4bddf39297ecb3e3f9e2f57fc0d53a786c5.tar.gz
mtools: do not use X11 for non-native version too
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4119 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mtools')
-rw-r--r--meta/packages/mtools/mtools-native_3.9.9.bb3
-rw-r--r--meta/packages/mtools/mtools_3.9.9.bb6
2 files changed, 4 insertions, 5 deletions
diff --git a/meta/packages/mtools/mtools-native_3.9.9.bb b/meta/packages/mtools/mtools-native_3.9.9.bb
index b96d8c211c..c82f7404eb 100644
--- a/meta/packages/mtools/mtools-native_3.9.9.bb
+++ b/meta/packages/mtools/mtools-native_3.9.9.bb
@@ -3,8 +3,5 @@
3# Released under the MIT license (see packages/COPYING) 3# Released under the MIT license (see packages/COPYING)
4 4
5require mtools_${PV}.bb 5require mtools_${PV}.bb
6S="${WORKDIR}/mtools-${PV}"
7
8EXTRA_OECONF = "--without-x"
9 6
10inherit autotools native 7inherit autotools native
diff --git a/meta/packages/mtools/mtools_3.9.9.bb b/meta/packages/mtools/mtools_3.9.9.bb
index 235df5cd12..974ba956b9 100644
--- a/meta/packages/mtools/mtools_3.9.9.bb
+++ b/meta/packages/mtools/mtools_3.9.9.bb
@@ -5,7 +5,7 @@
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 = "r3" 8PR = "r4"
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 \
@@ -13,6 +13,8 @@ SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \
13 file://mtools.patch;patch=1 \ 13 file://mtools.patch;patch=1 \
14 file://no-x11.patch;patch=1" 14 file://no-x11.patch;patch=1"
15 15
16#DEPENDS = "tetex-native" 16S = "${WORKDIR}/mtools-${PV}"
17 17
18inherit autotools 18inherit autotools
19
20EXTRA_OECONF = "--without-x"