diff options
author | Raymond Danks <raymond@edanks.com> | 2006-04-18 01:41:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-18 01:41:36 +0000 |
commit | fe2cdc3f39f63eda365229766238c1b031b1eb59 (patch) | |
tree | 8da76625dde8a993a1e4aac3f9a8d59265f17b0c /packages/mtools/mtools-native_3.9.9.bb | |
parent | dad650aea1b5d2296f9c2c792ed11de0c063d4d1 (diff) |
mtools: initial add
Diffstat (limited to 'packages/mtools/mtools-native_3.9.9.bb')
-rw-r--r-- | packages/mtools/mtools-native_3.9.9.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/mtools/mtools-native_3.9.9.bb b/packages/mtools/mtools-native_3.9.9.bb new file mode 100644 index 0000000000..4fdd36d740 --- /dev/null +++ b/packages/mtools/mtools-native_3.9.9.bb @@ -0,0 +1,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 |