diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-12 16:45:38 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-12 16:45:38 +0000 |
commit | 117b91a1720076fd694fe3505b2eb6ff848851fb (patch) | |
tree | 8cdcc9454bb57368232f48e6e97751d150d7f080 /meta/packages | |
parent | 23a64bce2a001fd6ae248ee227400f73696ff9cf (diff) | |
download | poky-117b91a1720076fd694fe3505b2eb6ff848851fb.tar.gz |
m4: Apply config_links patch to non-native version as well (from Esben Haabendal <eha@doredevelopment.dk>)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/m4/m4-native_1.4.12.bb | 4 | ||||
-rw-r--r-- | meta/packages/m4/m4_1.4.12.bb | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/meta/packages/m4/m4-native_1.4.12.bb b/meta/packages/m4/m4-native_1.4.12.bb index 74fa3c865a..64442292e0 100644 --- a/meta/packages/m4/m4-native_1.4.12.bb +++ b/meta/packages/m4/m4-native_1.4.12.bb | |||
@@ -1,10 +1,6 @@ | |||
1 | require m4_${PV}.bb | 1 | require m4_${PV}.bb |
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | PR = "r1" | ||
5 | |||
6 | SRC_URI_append = " file://ac_config_links.patch;patch=1" | ||
7 | |||
8 | INHIBIT_AUTOTOOLS_DEPS = "1" | 4 | INHIBIT_AUTOTOOLS_DEPS = "1" |
9 | DEPENDS += "gnu-config-native" | 5 | DEPENDS += "gnu-config-native" |
10 | 6 | ||
diff --git a/meta/packages/m4/m4_1.4.12.bb b/meta/packages/m4/m4_1.4.12.bb index 479f86095a..39b790339e 100644 --- a/meta/packages/m4/m4_1.4.12.bb +++ b/meta/packages/m4/m4_1.4.12.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." | 1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." |
2 | LICENSE = "GPLv3" | 2 | LICENSE = "GPLv3" |
3 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" | 3 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ |
4 | file://ac_config_links.patch;patch=1" | ||
5 | PR = "r2" | ||
4 | 6 | ||
5 | inherit autotools | 7 | inherit autotools |
6 | 8 | ||