summaryrefslogtreecommitdiffstats
path: root/meta/packages/m4/m4_1.4.9.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/m4/m4_1.4.9.bb
parent61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff)
downloadpoky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/m4/m4_1.4.9.bb')
-rw-r--r--meta/packages/m4/m4_1.4.9.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/m4/m4_1.4.9.bb b/meta/packages/m4/m4_1.4.9.bb
index 0f31675744..8110bcc635 100644
--- a/meta/packages/m4/m4_1.4.9.bb
+++ b/meta/packages/m4/m4_1.4.9.bb
@@ -1,8 +1,6 @@
1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \ 1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
2processor."
3LICENSE = "GPLv2" 2LICENSE = "GPLv2"
4SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" 3SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
5S = "${WORKDIR}/m4-${PV}"
6 4
7inherit autotools 5inherit autotools
8 6