summaryrefslogtreecommitdiffstats
path: root/meta/packages/gmp
diff options
context:
space:
mode:
authorRichard Purdie <richard@ted.(none)>2009-01-02 15:34:40 +0000
committerRichard Purdie <richard@ted.(none)>2009-01-02 15:34:40 +0000
commitf8a23031e2a02e5fbef63a01d33e036bc57240b3 (patch)
tree97ba7224a9a46fcd5ecec81ab3258c06bc6f9498 /meta/packages/gmp
parent61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff)
downloadpoky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/gmp')
-rw-r--r--meta/packages/gmp/gmp-native.inc4
-rw-r--r--meta/packages/gmp/gmp-sdk.inc4
2 files changed, 0 insertions, 8 deletions
diff --git a/meta/packages/gmp/gmp-native.inc b/meta/packages/gmp/gmp-native.inc
index c3d36e0fdb..362d290319 100644
--- a/meta/packages/gmp/gmp-native.inc
+++ b/meta/packages/gmp/gmp-native.inc
@@ -1,8 +1,4 @@
1require gmp_${PV}.bb 1require gmp_${PV}.bb
2
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}"
4S = "${WORKDIR}/gmp-${PV}"
5
6inherit native 2inherit native
7 3
8# darwin 'hacks' 4# darwin 'hacks'
diff --git a/meta/packages/gmp/gmp-sdk.inc b/meta/packages/gmp/gmp-sdk.inc
index a6b15332a3..5d4fe1d509 100644
--- a/meta/packages/gmp/gmp-sdk.inc
+++ b/meta/packages/gmp/gmp-sdk.inc
@@ -1,8 +1,4 @@
1require gmp_${PV}.bb 1require gmp_${PV}.bb
2
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}"
4S = "${WORKDIR}/gmp-${PV}"
5
6inherit sdk 2inherit sdk
7 3
8 4