diff options
| -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" | ||
