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/gettext | |
parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
download | poky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz |
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/gettext')
-rw-r--r-- | meta/packages/gettext/gettext-native_0.14.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/gettext/gettext-native_0.14.1.bb b/meta/packages/gettext/gettext-native_0.14.1.bb index 37549dbdad..05135d2990 100644 --- a/meta/packages/gettext/gettext-native_0.14.1.bb +++ b/meta/packages/gettext/gettext-native_0.14.1.bb | |||
@@ -1,6 +1,4 @@ | |||
1 | require gettext_${PV}.bb | 1 | require gettext_${PV}.bb |
2 | S = "${WORKDIR}/gettext-${PV}" | ||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}" | ||
4 | inherit native | 2 | inherit native |
5 | PROVIDES = "" | 3 | PROVIDES = "" |
6 | 4 | ||