mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
23 lines
654 B
BlitzBasic
23 lines
654 B
BlitzBasic
# mtools OE build file
|
|
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
|
|
# Released under the MIT license (see packages/COPYING)
|
|
|
|
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 = "r4"
|
|
|
|
#http://mtools.linux.lu/mtools-${PV}.tar.gz
|
|
SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \
|
|
file://mtools-makeinfo.patch;patch=1 \
|
|
file://mtools.patch;patch=1 \
|
|
file://no-x11.patch;patch=1"
|
|
|
|
S = "${WORKDIR}/mtools-${PV}"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF = "--without-x"
|
|
|
|
BBCLASSEXTEND = "native"
|