mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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:
@@ -3,8 +3,5 @@
|
|||||||
# Released under the MIT license (see packages/COPYING)
|
# Released under the MIT license (see packages/COPYING)
|
||||||
|
|
||||||
require mtools_${PV}.bb
|
require mtools_${PV}.bb
|
||||||
S="${WORKDIR}/mtools-${PV}"
|
|
||||||
|
|
||||||
EXTRA_OECONF = "--without-x"
|
|
||||||
|
|
||||||
inherit autotools native
|
inherit autotools native
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them."
|
DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them."
|
||||||
HOMEPAGE="http://mtools.linux.lu"
|
HOMEPAGE="http://mtools.linux.lu"
|
||||||
LICENSE="GPL"
|
LICENSE="GPL"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
#http://mtools.linux.lu/mtools-${PV}.tar.gz
|
#http://mtools.linux.lu/mtools-${PV}.tar.gz
|
||||||
SRC_URI="http://folks.o-hand.com/richard/poky/sources/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://mtools.patch;patch=1 \
|
||||||
file://no-x11.patch;patch=1"
|
file://no-x11.patch;patch=1"
|
||||||
|
|
||||||
#DEPENDS = "tetex-native"
|
S = "${WORKDIR}/mtools-${PV}"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
EXTRA_OECONF = "--without-x"
|
||||||
|
|||||||
Reference in New Issue
Block a user