summaryrefslogtreecommitdiff
path: root/package/gpm
diff options
context:
space:
mode:
authorRyan Barnett <ryanbarnett3@gmail.com>2014-02-04 10:38:57 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-04 10:49:42 +0100
commit15fed7179a8c7d9d82ee96751600d3b6e8b391af (patch)
treef7a93df38131c52035143496c6528180aa0e7bf1 /package/gpm
parent50f0f9d63c7252d1d46e901be24caef581b1e547 (diff)
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: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gpm')
-rw-r--r--package/gpm/gpm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpm/gpm.mk b/package/gpm/gpm.mk
index 296966add..58fab0047 100644
--- a/package/gpm/gpm.mk
+++ b/package/gpm/gpm.mk
@@ -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