Commit 15fed717 authored by Ryan Barnett's avatar Ryan Barnett Committed by Peter Korsgaard
Browse files

gpm: run autogen.sh as PRE_CONFIGURE step



Move the GPM_RUN_AUTOGEN to be a PRE_CONFIGURE step because this step
depends on the dependancies being built. If it is a POST_PATCH step
the dependencies won't be built and the GPM_RUN_AUTOGEN step will fail
(if the host doesn't have autotools).

Signed-off-by: default avatarRyan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 50f0f9d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ GPM_CONF_OPT = --without-curses
define GPM_RUN_AUTOGEN
	cd $(@D) && PATH=$(HOST_PATH) ./autogen.sh
endef
GPM_POST_PATCH_HOOKS += GPM_RUN_AUTOGEN
GPM_PRE_CONFIGURE_HOOKS += GPM_RUN_AUTOGEN

GPM_DEPENDENCIES += host-automake host-autoconf host-libtool