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/m4 | |
parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
download | poky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz |
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/m4')
-rw-r--r-- | meta/packages/m4/m4-native_1.4.12.bb | 3 | ||||
-rw-r--r-- | meta/packages/m4/m4_1.4.12.bb | 4 | ||||
-rw-r--r-- | meta/packages/m4/m4_1.4.9.bb | 4 |
3 files changed, 2 insertions, 9 deletions
diff --git a/meta/packages/m4/m4-native_1.4.12.bb b/meta/packages/m4/m4-native_1.4.12.bb index 8beb8748e3..64442292e0 100644 --- a/meta/packages/m4/m4-native_1.4.12.bb +++ b/meta/packages/m4/m4-native_1.4.12.bb | |||
@@ -1,9 +1,6 @@ | |||
1 | require m4_${PV}.bb | 1 | require m4_${PV}.bb |
2 | |||
3 | inherit native | 2 | inherit native |
4 | 3 | ||
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/m4" | ||
6 | |||
7 | INHIBIT_AUTOTOOLS_DEPS = "1" | 4 | INHIBIT_AUTOTOOLS_DEPS = "1" |
8 | DEPENDS += "gnu-config-native" | 5 | DEPENDS += "gnu-config-native" |
9 | 6 | ||
diff --git a/meta/packages/m4/m4_1.4.12.bb b/meta/packages/m4/m4_1.4.12.bb index e2676269c1..479f86095a 100644 --- a/meta/packages/m4/m4_1.4.12.bb +++ b/meta/packages/m4/m4_1.4.12.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \ | 1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." |
2 | processor." | ||
3 | LICENSE = "GPLv3" | 2 | LICENSE = "GPLv3" |
4 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" | 3 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" |
5 | S = "${WORKDIR}/m4-${PV}" | ||
6 | 4 | ||
7 | inherit autotools | 5 | inherit autotools |
8 | 6 | ||
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 @@ | |||
1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \ | 1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." |
2 | processor." | ||
3 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
4 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" | 3 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" |
5 | S = "${WORKDIR}/m4-${PV}" | ||
6 | 4 | ||
7 | inherit autotools | 5 | inherit autotools |
8 | 6 | ||