mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user