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>
This commit is contained in:
Richard Purdie 2009-11-12 16:45:38 +00:00
parent 23a64bce2a
commit 117b91a172
2 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,6 @@
require m4_${PV}.bb
inherit native
PR = "r1"
SRC_URI_append = " file://ac_config_links.patch;patch=1"
INHIBIT_AUTOTOOLS_DEPS = "1"
DEPENDS += "gnu-config-native"

View File

@ -1,6 +1,8 @@
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
LICENSE = "GPLv3"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
file://ac_config_links.patch;patch=1"
PR = "r2"
inherit autotools