All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@buildroot.org
Cc: Gregory Dymarek <gregd72002@gmail.com>
Subject: [Buildroot] [PATCH 1/3] package/libks: new package
Date: Sat,  6 Nov 2021 12:11:43 +0100	[thread overview]
Message-ID: <20211106111145.1648068-1-bernd.kuhls@t-online.de> (raw)

Needed to bump freeswitch to 1.10.7.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 DEVELOPERS               |  1 +
 package/Config.in        |  1 +
 package/libks/Config.in  | 17 +++++++++++++++++
 package/libks/libks.hash |  3 +++
 package/libks/libks.mk   | 14 ++++++++++++++
 5 files changed, 36 insertions(+)
 create mode 100644 package/libks/Config.in
 create mode 100644 package/libks/libks.hash
 create mode 100644 package/libks/libks.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index cae9e27a65..56b1a4601f 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -367,6 +367,7 @@ F:	package/libglfw/
 F:	package/libglu/
 F:	package/libhdhomerun/
 F:	package/libilbc/
+F:	package/libks/
 F:	package/libldns/
 F:	package/libmicrohttpd/
 F:	package/libminiupnpc/
diff --git a/package/Config.in b/package/Config.in
index 17204504a4..bcc1e3e737 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1955,6 +1955,7 @@ menu "Other"
 	source "package/libglob/Config.in"
 	source "package/libical/Config.in"
 	source "package/libite/Config.in"
+	source "package/libks/Config.in"
 	source "package/liblinear/Config.in"
 	source "package/libloki/Config.in"
 	source "package/libnpth/Config.in"
diff --git a/package/libks/Config.in b/package/libks/Config.in
new file mode 100644
index 0000000000..b3252db554
--- /dev/null
+++ b/package/libks/Config.in
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_LIBKS
+	bool "libks"
+	depends on BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_STATIC_LIBS # dlfcn.h
+	depends on BR2_TOOLCHAIN_HAS_THREADS
+	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_UTIL_LINUX
+	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
+	help
+	  Foundational support for signalwire C products
+
+	  https://github.com/signalwire/libks
+
+comment "libks needs a toolchain w/ C++, threads, dynamic library"
+	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
+		|| !BR2_TOOLCHAIN_HAS_THREADS
+
diff --git a/package/libks/libks.hash b/package/libks/libks.hash
new file mode 100644
index 0000000000..5acbcd1ea6
--- /dev/null
+++ b/package/libks/libks.hash
@@ -0,0 +1,3 @@
+# Locally computed
+sha256  73c5751eadad4d3390d61b9765e9b860e0aba7336044ecf8b007dfc1818baa69  libks-1.7.0.tar.gz
+sha256  1d1327f37b58a4c9ce520fcf9dd3f348c7c639229ee7aed41c47164a8f7836cd  copyright
diff --git a/package/libks/libks.mk b/package/libks/libks.mk
new file mode 100644
index 0000000000..adf0107b30
--- /dev/null
+++ b/package/libks/libks.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# libks
+#
+################################################################################
+
+LIBKS_VERSION = 1.7.0
+LIBKS_SITE = $(call github,signalwire,libks,v$(LIBKS_VERSION))
+LIBKS_LICENSE = MIT
+LIBKS_LICENSE_FILES = copyright
+LIBKS_INSTALL_STAGING = YES
+LIBKS_DEPENDENCIES = openssl util-linux
+
+$(eval $(cmake-package))
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2021-11-06 11:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06 11:11 Bernd Kuhls [this message]
2021-11-06 11:11 ` [Buildroot] [PATCH v2 2/3] package/sofia-sip: bump version to 1.13.6 Bernd Kuhls
2022-01-07 23:24   ` Peter Korsgaard
2021-11-06 11:11 ` [Buildroot] [PATCH v2 3/3] package/freeswitch: bump version to 1.10.7 Bernd Kuhls
2022-01-07 23:26   ` Peter Korsgaard
     [not found]   ` <87bl0njfg0.fsf__32796.2444674753$1641597992$gmane$org@dell.be.48ers.dk>
2022-01-08  8:16     ` Bernd Kuhls
2022-01-07 23:24 ` [Buildroot] [PATCH 1/3] package/libks: new package 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=20211106111145.1648068-1-bernd.kuhls@t-online.de \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@buildroot.org \
    --cc=gregd72002@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.