diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-26 09:25:45 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-26 09:25:45 +0000 |
commit | 513eb4bddf39297ecb3e3f9e2f57fc0d53a786c5 (patch) | |
tree | 254e353248645757f8429c4ecb2eb775412cba9d /meta | |
parent | 4bca8a4ca39060913f58e7f50ea4b83aa8c586bd (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/mtools/mtools-native_3.9.9.bb | 3 | ||||
-rw-r--r-- | meta/packages/mtools/mtools_3.9.9.bb | 6 |
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 | ||
5 | require mtools_${PV}.bb | 5 | require mtools_${PV}.bb |
6 | S="${WORKDIR}/mtools-${PV}" | ||
7 | |||
8 | EXTRA_OECONF = "--without-x" | ||
9 | 6 | ||
10 | inherit autotools native | 7 | inherit 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 @@ | |||
5 | DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." | 5 | DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." |
6 | HOMEPAGE="http://mtools.linux.lu" | 6 | HOMEPAGE="http://mtools.linux.lu" |
7 | LICENSE="GPL" | 7 | LICENSE="GPL" |
8 | PR = "r3" | 8 | PR = "r4" |
9 | 9 | ||
10 | #http://mtools.linux.lu/mtools-${PV}.tar.gz | 10 | #http://mtools.linux.lu/mtools-${PV}.tar.gz |
11 | SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \ | 11 | SRC_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" | 16 | S = "${WORKDIR}/mtools-${PV}" |
17 | 17 | ||
18 | inherit autotools | 18 | inherit autotools |
19 | |||
20 | EXTRA_OECONF = "--without-x" | ||