All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH 1/4] libmaxminddb: add new recipe
@ 2020-11-05  9:30 Yu, Mingli
  2020-11-05  9:30 ` [meta-networking][PATCH 2/4] ndpi: " Yu, Mingli
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Yu, Mingli @ 2020-11-05  9:30 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

The libmaxminddb library provides a C library for reading MaxMind
DB files, including the GeoIP2 databases from MaxMind.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../libmaxminddb/libmaxminddb_1.4.3.bb        | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb

diff --git a/meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb b/meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb
new file mode 100644
index 000000000..d5c303861
--- /dev/null
+++ b/meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb
@@ -0,0 +1,20 @@
+SUMMARY = "C library for the MaxMind DB file format"
+DESCRIPTION = "The libmaxminddb library provides a C library for reading MaxMind DB files, \
+ncluding the GeoIP2 databases from MaxMind. This is a custom binary \
+format designed to facilitate fast lookups of IP addresses while allowing \
+for great flexibility in the type of data associated with an address."
+
+HOMEPAGE = "https://github.com/maxmind/libmaxminddb"
+SECTION = "libdevel"
+LICENSE = " Apache-2.0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+"
+SRC_URI = "https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${BPN}-${PV}.tar.gz \
+"
+SRC_URI[sha256sum] = "a5fdf6c7b4880fdc7620f8ace5bd5cbe9f65650c9493034b5b9fc7d83551a439"
+
+S = "${WORKDIR}/${BPN}-${PV}"
+
+inherit autotools-brokensep
+
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-11-10  2:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05  9:30 [meta-networking][PATCH 1/4] libmaxminddb: add new recipe Yu, Mingli
2020-11-05  9:30 ` [meta-networking][PATCH 2/4] ndpi: " Yu, Mingli
2020-11-09 17:48   ` [oe] " Khem Raj
2020-11-10  2:15     ` [meta-networking][PATCH] packagegroup-meta-networking.bb: add ntopng related recipes Yu, Mingli
2020-11-05  9:30 ` [meta-networking][PATCH 3/4] ntopng: add new recipe Yu, Mingli
2020-11-05 19:20   ` [oe] " Khem Raj
2020-11-09  2:13     ` [meta-networking][PATCH v2 1/4] libmaxminddb: " Yu, Mingli
2020-11-09 17:47       ` Khem Raj
2020-11-09  4:29     ` [meta-networking][PATCH v2 3/4] ntopng: " Yu, Mingli
2020-11-05  9:30 ` [meta-networking][PATCH 4/4] ntop: remove the recipe Yu, Mingli
2020-11-09  8:02   ` [oe] " Khem Raj
2020-11-09  8:10     ` [meta-networking][PATCH v2 " Yu, Mingli
2020-11-09  8:15     ` [meta-networking][PATCH v3 " Yu, Mingli
2020-11-09 17:45       ` Khem Raj
2020-11-10  1:51         ` [meta-networking][PATCH v4 " Yu, Mingli

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.