From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] empty: bump to version 0.6.20b
Date: Wed, 3 May 2017 17:18:27 +0200 [thread overview]
Message-ID: <20170503152613.3AB047FEEF@busybox.osuosl.org> (raw)
commit: https://git.buildroot.net/buildroot/commit/?id=920c7f470678dcc550dd0c8de20e92d9da7bb0d1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Drop upstream patch.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/empty/0002-fix-non-thread-build.patch | 49 ---------------------------
package/empty/empty.hash | 2 +-
package/empty/empty.mk | 2 +-
3 files changed, 2 insertions(+), 51 deletions(-)
diff --git a/package/empty/0002-fix-non-thread-build.patch b/package/empty/0002-fix-non-thread-build.patch
deleted file mode 100644
index a7e8d90..0000000
--- a/package/empty/0002-fix-non-thread-build.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-empty uses SysV semaphores, so the ifdef is wrong here.
-
-Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-
---- empty-0.6.19b.orig/empty.c 2012-09-19 13:24:05.000000000 +0200
-+++ empty-0.6.19b/empty.c 2015-07-09 02:00:09.000000000 +0200
-@@ -179,25 +179,23 @@ int main (int argc, char *argv[]) {
- 2 - unknown */
-
- /* semaphores */
--#ifdef _POSIX_SEMAPHORES
-- #if defined(__linux__) && defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
-- /* union semun is defined by including <sys/sem.h> */
-- #else
-- union semun {
-- int val;
-- struct semid_ds *buf;
-- #ifdef __SVR4
-- ushort_t *array;
-- #endif
-- #ifdef __hpux__
-- ushort *array;
-- #endif
-- #ifdef __linux__
-- unsigned short *array;
-- struct seminfo *__buf; /* buffer for IPC_INFO */
-- #endif
-- };
-- #endif
-+#if defined(__linux__) && defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
-+ /* union semun is defined by including <sys/sem.h> */
-+#else
-+ union semun {
-+ int val;
-+ struct semid_ds *buf;
-+ #ifdef __SVR4
-+ ushort_t *array;
-+ #endif
-+ #ifdef __hpux__
-+ ushort *array;
-+ #endif
-+ #ifdef __linux__
-+ unsigned short *array;
-+ struct seminfo *__buf; /* buffer for IPC_INFO */
-+ #endif
-+ };
- #endif
- union semun semu;
-
diff --git a/package/empty/empty.hash b/package/empty/empty.hash
index 9140288..e629396 100644
--- a/package/empty/empty.hash
+++ b/package/empty/empty.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 05b7cb361ef815774abda325c09c573f8c9039ccbb71eedc743439e4637c314a empty-0.6.19b.tgz
+sha256 7e6636e400856984c4405ce7bd0843aaa3329fa3efd20c58df8400a9eaa35f09 empty-0.6.20b.tgz
diff --git a/package/empty/empty.mk b/package/empty/empty.mk
index a1cc3c0..5e3ed42 100644
--- a/package/empty/empty.mk
+++ b/package/empty/empty.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EMPTY_VERSION = 0.6.19b
+EMPTY_VERSION = 0.6.20b
EMPTY_SOURCE = empty-$(EMPTY_VERSION).tgz
EMPTY_SITE = http://downloads.sourceforge.net/project/empty/empty/empty-$(EMPTY_VERSION)
EMPTY_LICENSE = BSD-3-Clause
reply other threads:[~2017-05-03 15:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170503152613.3AB047FEEF@busybox.osuosl.org \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox