]> code.ossystems Code Review - openembedded-core.git/commitdiff
mtools: do not use X11 for non-native version too
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 26 Mar 2008 09:25:45 +0000 (09:25 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 26 Mar 2008 09:25:45 +0000 (09:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4119 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/mtools/mtools-native_3.9.9.bb
meta/packages/mtools/mtools_3.9.9.bb

index b96d8c211c717e2afeb55ea83646fcfd9ac87c06..c82f7404ebd4904fb6862d27b9471c357a7bddbb 100644 (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
index 235df5cd120e2654874ffd6e691c3ff3ca844631..974ba956b9359732e909fad5a7594358e2130e5c 100644 (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"