Remove duplicate packages.

This commit is contained in:
fewtarius 2023-02-28 05:56:51 -05:00
parent 6860665c6d
commit f7ddee1251
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
3 changed files with 0 additions and 72 deletions

View file

@ -1,16 +0,0 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="strace"
PKG_VERSION="5.18"
PKG_SHA256="60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db3d1187"
PKG_LICENSE="BSD"
PKG_SITE="https://strace.io/"
PKG_URL="https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility"
PKG_TOOLCHAIN="autotools"
if [ "${TARGET_ARCH}" = x86_64 -o "${TARGET_ARCH}" = "aarch64" ]; then
PKG_CONFIGURE_OPTS_TARGET="--enable-mpers=no"
fi

View file

@ -1,17 +0,0 @@
diff --git a/configure.ac b/configure.ac
index 4e7bc2a89..3b762c94c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,11 +11,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
AC_PREREQ(2.57)
-AC_INIT([strace],
- st_esyscmd_s([./build-aux/git-version-gen .tarball-version]),
- [strace-devel@lists.strace.io],
- [strace],
- [https://strace.io])
+AC_INIT([strace],[5.11])
m4_define([copyright_year], st_esyscmd_s([./build-aux/copyright-year-gen .year]))
m4_define([manpage_date], st_esyscmd_s([./build-aux/file-date-gen doc/strace.1.in]))
AC_COPYRIGHT([Copyright (c) 1999-]copyright_year[ The strace developers.])

View file

@ -1,39 +0,0 @@
From ba71a5f3778df1bb19ba593f6a5550c01f5349ad Mon Sep 17 00:00:00 2001
From: MilhouseVH <milhouseVH.github@nmacleod.com>
Date: Tue, 28 Jan 2020 03:17:14 +0000
Subject: [PATCH] fix API change since autoconf-archive-2019.01.06
---
Makefile.am | 2 +-
Makefile.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 723460f2e..a6a0f5f9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -408,7 +408,7 @@ strace_LDADD += $(libiberty_LIBS)
endif
endif
-@CODE_COVERAGE_RULES@
+include $(top_srcdir)/aminclude_static.am
CODE_COVERAGE_BRANCH_COVERAGE = 1
CODE_COVERAGE_GENHTML_OPTIONS = $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) \
--prefix $(shell cd $(abs_top_srcdir)/.. && pwd || echo .)
diff --git a/Makefile.in b/Makefile.in
index b0ec9f686..9b4b93d8b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10351,7 +10351,7 @@ $(top_srcdir)/xlat/xfs_dqblk_flags.h: $(top_srcdir)/xlat/xfs_dqblk_flags.in $(to
$(top_srcdir)/xlat/xfs_quota_flags.h: $(top_srcdir)/xlat/xfs_quota_flags.in $(top_srcdir)/xlat/gen.sh
$(AM_V_GEN)$(top_srcdir)/xlat/gen.sh $< $@
-@CODE_COVERAGE_RULES@
+include $(top_srcdir)/aminclude_static.am
.PHONY: check-valgrind-local
check-valgrind-local:
--
2.7.4