From ce9487cb7dfc40a43b957d025bc0936e81bdc17e Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 8 Apr 2008 12:49:09 +0000 Subject: mtools: do not link with X11 (from Poky) --- packages/mtools/mtools_3.9.9.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'packages/mtools/mtools_3.9.9.bb') 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" -- cgit v1.2.3