diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-09 10:12:40 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-09 10:12:40 +0100 |
| commit | 6f28a05cccadfad87bcfa174b52e35fcd44925ed (patch) | |
| tree | 216199fce58a106693e78f9a820f8c1c9c75b8b5 | |
| parent | 247da0351e217a360f8405ff8bcf7ac92f59b156 (diff) | |
| download | poky-6f28a05cccadfad87bcfa174b52e35fcd44925ed.tar.gz | |
m4: Drop broken custom do_configure which stops site cache taking effect (amongst other issues) and drop duplicate PR setting
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/m4/m4_1.4.13.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/packages/m4/m4_1.4.13.bb b/meta/packages/m4/m4_1.4.13.bb index c22735e6f3..32d153ea12 100644 --- a/meta/packages/m4/m4_1.4.13.bb +++ b/meta/packages/m4/m4_1.4.13.bb | |||
| @@ -4,12 +4,6 @@ SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ | |||
| 4 | file://ac_config_links.patch;patch=1" | 4 | file://ac_config_links.patch;patch=1" |
| 5 | PR = "r2" | 5 | PR = "r2" |
| 6 | 6 | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | inherit autotools | 7 | inherit autotools |
| 10 | 8 | ||
| 11 | EXTRA_OEMAKE += "'infodir=${infodir}'" | 9 | EXTRA_OEMAKE += "'infodir=${infodir}'" |
| 12 | |||
| 13 | do_configure() { | ||
| 14 | oe_runconf | ||
| 15 | } | ||
