From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@buildroot.org
Cc: Karoly Kasza <kaszak@gmail.com>,
Fabrice Fontaine <fontaine.fabrice@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/irqbalance: bump to version 1.9.0
Date: Thu, 23 Jun 2022 20:02:53 +0200 [thread overview]
Message-ID: <20220623180253.429711-1-fontaine.fabrice@gmail.com> (raw)
Drop patch (not needed since
https://github.com/Irqbalance/irqbalance/commit/bc16d7d4d5e478f44a89b93f3d7fd460268769dd)
https://github.com/Irqbalance/irqbalance/releases/tag/v1.9.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
...igure.ac-use-pkg-config-to-find-numa.patch | 38 -------------------
package/irqbalance/irqbalance.hash | 2 +-
package/irqbalance/irqbalance.mk | 2 +-
3 files changed, 2 insertions(+), 40 deletions(-)
delete mode 100644 package/irqbalance/0001-configure.ac-use-pkg-config-to-find-numa.patch
diff --git a/package/irqbalance/0001-configure.ac-use-pkg-config-to-find-numa.patch b/package/irqbalance/0001-configure.ac-use-pkg-config-to-find-numa.patch
deleted file mode 100644
index 751367ccfb..0000000000
--- a/package/irqbalance/0001-configure.ac-use-pkg-config-to-find-numa.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 274cb8ea470a10ce46b783e77784b0eb08cf20d8 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Sun, 1 Aug 2021 23:26:01 +0200
-Subject: [PATCH] configure.ac: use pkg-config to find numa
-
-Use pkg-config to find numa and fallback to current mechanism.
-Thanks to pkg-config, numa dependencies such as -latomic will be
-retrieved.
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Upstream status: https://github.com/Irqbalance/irqbalance/pull/188]
----
- configure.ac | 9 ++++++++-
- 1 file changed, 8 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index c45b9ce..50c62ba 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -23,7 +23,14 @@ AC_CHECK_HEADERS([numa.h])
-
- AC_CHECK_FUNCS(getopt_long)
-
--AC_CHECK_LIB(numa, numa_available)
-+PKG_CHECK_MODULES([NUMA], [numa], [has_numa=yes], [AC_CHECK_LIB(numa, numa_available)])
-+AS_IF([test "x$has_numa" = "xyes"], [
-+ AC_SUBST([NUMA_CFLAGS])
-+ AC_SUBST([NUMA_LIBS])
-+ LIBS="$LIBS $NUMA_LIBS"
-+ AC_SUBST([LIBS])
-+])
-+
- AC_CHECK_LIB(m, floor)
-
- PKG_CHECK_MODULES([GLIB2], [glib-2.0], [], [AC_MSG_ERROR([glib-2.0 is required])])
---
-2.30.2
-
diff --git a/package/irqbalance/irqbalance.hash b/package/irqbalance/irqbalance.hash
index 49118f8c7d..3dd83a017f 100644
--- a/package/irqbalance/irqbalance.hash
+++ b/package/irqbalance/irqbalance.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 2e7ddb9687a6a5cc1f41626659eac2ad9d6b5875629156b92f693bd404d8ae63 irqbalance-1.8.0.tar.gz
+sha256 883d3f6296f7e4a17e09dc2c91bd972e110fe574c119d9e45ec0c4e35c7317bb irqbalance-1.9.0.tar.gz
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
diff --git a/package/irqbalance/irqbalance.mk b/package/irqbalance/irqbalance.mk
index 1efc0b7fa2..abd64e6b9e 100644
--- a/package/irqbalance/irqbalance.mk
+++ b/package/irqbalance/irqbalance.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IRQBALANCE_VERSION = 1.8.0
+IRQBALANCE_VERSION = 1.9.0
IRQBALANCE_SITE = $(call github,irqbalance,irqbalance,v$(IRQBALANCE_VERSION))
IRQBALANCE_LICENSE = GPL-2.0
IRQBALANCE_LICENSE_FILES = COPYING
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2022-06-23 18:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-23 18:02 Fabrice Fontaine [this message]
2022-06-25 6:36 ` [Buildroot] [PATCH 1/1] package/irqbalance: bump to version 1.9.0 Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220623180253.429711-1-fontaine.fabrice@gmail.com \
--to=fontaine.fabrice@gmail.com \
--cc=buildroot@buildroot.org \
--cc=kaszak@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.