summaryrefslogtreecommitdiffstats
path: root/meta/packages/bison/bison-native_2.0.bb
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/bison/bison-native_2.0.bb
parent61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff)
downloadpoky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/bison/bison-native_2.0.bb')
-rw-r--r--meta/packages/bison/bison-native_2.0.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/packages/bison/bison-native_2.0.bb b/meta/packages/bison/bison-native_2.0.bb
index 760295db6d..84bdb91ed9 100644
--- a/meta/packages/bison/bison-native_2.0.bb
+++ b/meta/packages/bison/bison-native_2.0.bb
@@ -1,7 +1,4 @@
1require bison_${PV}.bb 1require bison_${PV}.bb
2SECTION = "devel"
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/bison-${PV}"
4S = "${WORKDIR}/bison-${PV}"
5PR = "r2" 2PR = "r2"
6 3
7inherit native autotools 4inherit native autotools