summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-12 16:45:38 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-12 16:45:38 +0000
commit117b91a1720076fd694fe3505b2eb6ff848851fb (patch)
tree8cdcc9454bb57368232f48e6e97751d150d7f080
parent23a64bce2a001fd6ae248ee227400f73696ff9cf (diff)
downloadpoky-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>
-rw-r--r--meta/packages/m4/m4-native_1.4.12.bb4
-rw-r--r--meta/packages/m4/m4_1.4.12.bb4
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 @@
1require m4_${PV}.bb 1require m4_${PV}.bb
2inherit native 2inherit native
3 3
4PR = "r1"
5
6SRC_URI_append = " file://ac_config_links.patch;patch=1"
7
8INHIBIT_AUTOTOOLS_DEPS = "1" 4INHIBIT_AUTOTOOLS_DEPS = "1"
9DEPENDS += "gnu-config-native" 5DEPENDS += "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 @@
1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." 1DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
2LICENSE = "GPLv3" 2LICENSE = "GPLv3"
3SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" 3SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
4 file://ac_config_links.patch;patch=1"
5PR = "r2"
4 6
5inherit autotools 7inherit autotools
6 8