diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-11 21:52:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-11 21:52:01 +0000 |
commit | 532361b00aab739928fdcb767d74f99d253d0b06 (patch) | |
tree | 426924000aecb31451aa904cfd1192a7e22cf72a /meta/packages/mtools/mtools-native_3.9.9.bb | |
parent | ffb1c7c470fdbcb6939b8b3c099785892dddc3f8 (diff) | |
download | poky-532361b00aab739928fdcb767d74f99d253d0b06.tar.gz |
mtools, cdrtools: Move from meta-extras to meta for boot CD support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2869 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mtools/mtools-native_3.9.9.bb')
-rw-r--r-- | meta/packages/mtools/mtools-native_3.9.9.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/packages/mtools/mtools-native_3.9.9.bb b/meta/packages/mtools/mtools-native_3.9.9.bb new file mode 100644 index 0000000000..16a0c37f7c --- /dev/null +++ b/meta/packages/mtools/mtools-native_3.9.9.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | # mtools-native OE build file | ||
2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved | ||
3 | # Released under the MIT license (see packages/COPYING) | ||
4 | |||
5 | require mtools_${PV}.bb | ||
6 | S="${WORKDIR}/mtools-${PV}" | ||
7 | |||
8 | inherit autotools native | ||