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
This commit is contained in:
Marcin Juszkiewicz 2008-03-26 09:25:45 +00:00
parent 4bca8a4ca3
commit 513eb4bddf
2 changed files with 4 additions and 5 deletions

View File

@ -3,8 +3,5 @@
# Released under the MIT license (see packages/COPYING)
require mtools_${PV}.bb
S="${WORKDIR}/mtools-${PV}"
EXTRA_OECONF = "--without-x"
inherit autotools native

View File

@ -5,7 +5,7 @@
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 = "r3"
PR = "r4"
#http://mtools.linux.lu/mtools-${PV}.tar.gz
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 \
file://mtools.patch;patch=1 \
file://no-x11.patch;patch=1"
#DEPENDS = "tetex-native"
S = "${WORKDIR}/mtools-${PV}"
inherit autotools
EXTRA_OECONF = "--without-x"