From ed70c46d187da7c16ab40796d9665b7ccbe0715d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 2 Apr 2024 19:07:13 +0300 Subject: [PATCH] freeciv: Drop freeciv-3.0 Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv/allow-root.patch | 17 ----------------- recipes-games/freeciv/freeciv_3.0.10.bb | 10 ---------- 2 files changed, 27 deletions(-) delete mode 100644 recipes-games/freeciv/freeciv/allow-root.patch delete mode 100644 recipes-games/freeciv/freeciv_3.0.10.bb diff --git a/recipes-games/freeciv/freeciv/allow-root.patch b/recipes-games/freeciv/freeciv/allow-root.patch deleted file mode 100644 index 0fe7b3f..0000000 --- a/recipes-games/freeciv/freeciv/allow-root.patch +++ /dev/null @@ -1,17 +0,0 @@ -Allow root to run freeciv - -Signed-off-by: Marko Lindqvist - -diff --git a/configure.ac b/configure.ac -index f2ca1f093d..555f23e0b6 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -678,6 +678,8 @@ dnl Defaults to override with host specific values - HOST_PATH_SEPARATOR=":" - HOST_DIR_SEPARATOR="/" - -+AC_DEFINE([ALWAYS_ROOT], [1], [Can execute program as root - OpenEmbedded]) -+ - dnl Settings specific to host OS - case "$host_os" in - diff --git a/recipes-games/freeciv/freeciv_3.0.10.bb b/recipes-games/freeciv/freeciv_3.0.10.bb deleted file mode 100644 index 129fd7b..0000000 --- a/recipes-games/freeciv/freeciv_3.0.10.bb +++ /dev/null @@ -1,10 +0,0 @@ - -require freeciv-qt5.inc - -SRC_URI += "\ -${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.xz \ -file://allow-root.patch \ -file://dummy-qtver.patch \ -" - -SRC_URI[sha256sum] = "c185c8ea0d6a2e974a5ad12fb837ca3ceb9aed3e7e884355f01035f5e779d23c"