diff options
author | Richard Purdie <richard@ted.(none)> | 2009-01-02 15:34:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@ted.(none)> | 2009-01-02 15:34:40 +0000 |
commit | f8a23031e2a02e5fbef63a01d33e036bc57240b3 (patch) | |
tree | 97ba7224a9a46fcd5ecec81ab3258c06bc6f9498 /meta/packages/dosfstools | |
parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
download | poky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz |
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/dosfstools')
-rw-r--r-- | meta/packages/dosfstools/dosfstools-native_2.10.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/dosfstools/dosfstools-native_2.10.bb b/meta/packages/dosfstools/dosfstools-native_2.10.bb index 1fbbe37c76..494e5135c9 100644 --- a/meta/packages/dosfstools/dosfstools-native_2.10.bb +++ b/meta/packages/dosfstools/dosfstools-native_2.10.bb | |||
@@ -3,11 +3,8 @@ | |||
3 | # Released under the MIT license (see packages/COPYING) | 3 | # Released under the MIT license (see packages/COPYING) |
4 | 4 | ||
5 | require dosfstools_${PV}.bb | 5 | require dosfstools_${PV}.bb |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dosfstools-${PV}" | ||
7 | 6 | ||
8 | S="${WORKDIR}/dosfstools-${PV}" | 7 | PR="r5" |
9 | |||
10 | PR="r4" | ||
11 | 8 | ||
12 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ | 9 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ |
13 | file://mkdosfs-bootcode.patch;patch=1 \ | 10 | file://mkdosfs-bootcode.patch;patch=1 \ |