* [Buildroot] [PATCH v2] libqmi: new package
@ 2013-06-18 14:19 Patrick Ziegler
2013-06-19 20:51 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Patrick Ziegler @ 2013-06-18 14:19 UTC (permalink / raw)
To: buildroot
libqmi is a glib-based library for talking to WWAN modems and devices which
speak the Qualcomm MSM Interface (QMI) protocol.
Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
---
package/Config.in | 1 +
package/libqmi/Config.in | 9 +++++++++
package/libqmi/libqmi.mk | 16 ++++++++++++++++
3 files changed, 26 insertions(+)
create mode 100644 package/libqmi/Config.in
create mode 100644 package/libqmi/libqmi.mk
diff --git a/package/Config.in b/package/Config.in
index 5b066dc..426004b 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -484,6 +484,7 @@ source "package/libhid/Config.in"
source "package/libiqrf/Config.in"
source "package/libnfc/Config.in"
source "package/libnfc-llcp/Config.in"
+source "package/libqmi/Config.in"
source "package/libserial/Config.in"
source "package/libusb/Config.in"
source "package/libusb-compat/Config.in"
diff --git a/package/libqmi/Config.in b/package/libqmi/Config.in
new file mode 100644
index 0000000..0e1df08
--- /dev/null
+++ b/package/libqmi/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LIBQMI
+ bool "libqmi"
+ select BR2_PACKAGE_LIBGLIB2
+ depends on BR2_USE_WCHAR # libglib2
+ help
+ libqmi is a glib-based library for talking to WWAN modems and devices
+ which speak the Qualcomm MSM Interface (QMI) protocol.
+
+ http://www.freedesktop.org/wiki/Software/libqmi/
diff --git a/package/libqmi/libqmi.mk b/package/libqmi/libqmi.mk
new file mode 100644
index 0000000..911b1a7
--- /dev/null
+++ b/package/libqmi/libqmi.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# libqmi
+#
+################################################################################
+
+LIBQMI_VERSION = 1.4.0
+LIBQMI_SITE = http://www.freedesktop.org/software/libqmi/
+LIBQMI_SOURCE = libqmi-$(LIBQMI_VERSION).tar.xz
+LIBQMI_LICENSE = LGPLv2+ (library), GPLv2+ (programs)
+LIBQMI_LICENSE_FILES = COPYING
+LIBQMI_INSTALL_STAGING = YES
+
+LIBQMI_DEPENDENCIES = libglib2
+
+$(eval $(autotools-package))
--
1.8.1.2
--
Dipl.-Inf. (FH) Patrick Ziegler
University Of Applied Sciences
Kaiserslautern
Amerikastrasse 1
D-66482 Zweibruecken
Germany
Phone: +49 631 3724 5526
Mail: patrick.ziegler at fh-kl.de
PGP KeyID 0xB4796B8C
http://www.fh-kl.de
http://www.fh-kl.de/fachbereiche/imst/iuk-knowhow.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] libqmi: new package
2013-06-18 14:19 [Buildroot] [PATCH v2] libqmi: new package Patrick Ziegler
@ 2013-06-19 20:51 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-06-19 20:51 UTC (permalink / raw)
To: buildroot
>>>>> "Patrick" == Patrick Ziegler <patrick.ziegler@fh-kl.de> writes:
Patrick> libqmi is a glib-based library for talking to WWAN modems and devices which
Patrick> speak the Qualcomm MSM Interface (QMI) protocol.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-19 20:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 14:19 [Buildroot] [PATCH v2] libqmi: new package Patrick Ziegler
2013-06-19 20:51 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox