blob: b96d8c211c717e2afeb55ea83646fcfd9ac87c06 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# mtools-native OE build file
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
require mtools_${PV}.bb
S="${WORKDIR}/mtools-${PV}"
EXTRA_OECONF = "--without-x"
inherit autotools native
|