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