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/libtool/libtool-native_2.2.6.bb | |
parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
download | poky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz |
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/libtool/libtool-native_2.2.6.bb')
-rw-r--r-- | meta/packages/libtool/libtool-native_2.2.6.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/packages/libtool/libtool-native_2.2.6.bb b/meta/packages/libtool/libtool-native_2.2.6.bb index a6eb392e88..c806043a4b 100644 --- a/meta/packages/libtool/libtool-native_2.2.6.bb +++ b/meta/packages/libtool/libtool-native_2.2.6.bb | |||
@@ -2,12 +2,9 @@ require libtool.inc | |||
2 | require libtool_${PV}.bb | 2 | require libtool_${PV}.bb |
3 | 3 | ||
4 | PR = "r19" | 4 | PR = "r19" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" | ||
6 | SRC_URI_append = " file://cross_compile.patch;patch=1 \ | 5 | SRC_URI_append = " file://cross_compile.patch;patch=1 \ |
7 | file://prefix.patch;patch=1" | 6 | file://prefix.patch;patch=1" |
8 | 7 | ||
9 | S = "${WORKDIR}/libtool-${PV}" | ||
10 | |||
11 | inherit native | 8 | inherit native |
12 | 9 | ||
13 | do_configure_prepend () { | 10 | do_configure_prepend () { |