From f400a5fb73de12040d1fb62a22345e1829467192 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 26 Jul 2022 14:32:53 +0300 Subject: [PATCH] freeciv: Move setting ac_cv_working_gettimeofday to freeciv.inc Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv.inc | 1 + recipes-games/freeciv/freeciv_3.0.2.bb | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index c335935..3a0ceed 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -25,6 +25,7 @@ B = "${WORKDIR}/build-${PV}" inherit autotools pkgconfig gettext EXTRA_OECONF = "\ +ac_cv_working_gettimeofday=yes \ --enable-patient-connect \ --enable-shared --enable-client=${FREECIV_GUI} \ --disable-mapimg \ diff --git a/recipes-games/freeciv/freeciv_3.0.2.bb b/recipes-games/freeciv/freeciv_3.0.2.bb index 979ed49..ba9a64e 100644 --- a/recipes-games/freeciv/freeciv_3.0.2.bb +++ b/recipes-games/freeciv/freeciv_3.0.2.bb @@ -7,8 +7,4 @@ file://dummy-qtver.patch \ file://CacheVarForGettimeofday.patch \ " -EXTRA_OECONF += "\ -ac_cv_working_gettimeofday=yes \ -" - SRC_URI[sha256sum] = "7407ea1a08267b1c5ee3439dc2db5c2d7b90ece7fcc3664ca2ad594435a57175"