* [Buildroot] [PATCH v2 1/2] python-libconfig: new package
@ 2014-03-04 13:58 Derycke, Johan
2014-03-04 14:45 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Derycke, Johan @ 2014-03-04 13:58 UTC (permalink / raw)
To: buildroot
v2
-Fixed indentations and blank lines
-added package/Config.in
Signed-off-by: Johan Derycke <johan.derycke@barco.com>
---
package/Config.in | 1 +
package/python-libconfig/Config.in | 9 +++++++++
package/python-libconfig/python-libconfig.mk | 17 +++++++++++++++++
3 files changed, 27 insertions(+)
create mode 100644 package/python-libconfig/Config.in
create mode 100644 package/python-libconfig/python-libconfig.mk
diff --git a/package/Config.in b/package/Config.in
index 417c9b8..fb29097 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -442,6 +442,7 @@ source "package/python-id3/Config.in"
source "package/python-ipy/Config.in"
source "package/python-json-schema-validator/Config.in"
source "package/python-keyring/Config.in"
+source "package/python-libconfig/Config.in"
source "package/python-mad/Config.in"
source "package/python-meld3/Config.in"
source "package/python-msgpack/Config.in"
diff --git a/package/python-libconfig/Config.in
b/package/python-libconfig/Config.in
new file mode 100644
index 0000000..170926d
--- /dev/null
+++ b/package/python-libconfig/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_LIBCONFIG
+ bool "python-libconfig"
+ depends on BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_BOOST_PYTHON
+ select BR2_PACKAGE_LIBCONFIG
+ help
+ Python bindings to the C++ library libconfig
+
+ https://github.com/cnangel/python-libconfig
diff --git a/package/python-libconfig/python-libconfig.mk
b/package/python-libconfig/python-libconfig.mk
new file mode 100644
index 0000000..3f5984b
--- /dev/null
+++ b/package/python-libconfig/python-libconfig.mk
@@ -0,0 +1,17 @@
+################################################################################
+#
+# python-libconfig
+#
+################################################################################
+
+PYTHON_LIBCONFIG_VERSION = b271c3d9dac938ad5cd29b67bd08cc5536a5a391
+PYTHON_LIBCONFIG_SITE = $(call github,cnangel,python-libconfig,
$(PYTHON_LIBCONFIG_VERSION))
+
+PYTHON_LIBCONFIG_LICENSE = BSD
+PYTHON_LIBCONFIG_LICENSE_FILES = README
+
+PYTHON_LIBCONFIG_SETUP_TYPE = setuptools
+
+PYTHON_LIBCONFIG_DEPENDENCIES = libconfig boost
+
+$(eval $(python-package))
--
1.7.10.4
This message is subject to the following terms and conditions: MAIL DISCLAIMER<http://www.barco.com/en/maildisclaimer>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2 1/2] python-libconfig: new package
2014-03-04 13:58 [Buildroot] [PATCH v2 1/2] python-libconfig: new package Derycke, Johan
@ 2014-03-04 14:45 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-03-04 14:45 UTC (permalink / raw)
To: buildroot
Dear Derycke, Johan,
On Tue, 4 Mar 2014 13:58:10 +0000, Derycke, Johan wrote:
> v2
> -Fixed indentations and blank lines
> -added package/Config.in
The changelog should not be part of the commit log itself. See
http://buildroot.org/downloads/manual/manual.html#_patch_revision_changelog.
> +PYTHON_LIBCONFIG_VERSION = b271c3d9dac938ad5cd29b67bd08cc5536a5a391
> +PYTHON_LIBCONFIG_SITE = $(call github,cnangel,python-libconfig,
> $(PYTHON_LIBCONFIG_VERSION))
Your patch is line-wrapped. Can you use "git send-email" to ensure
patches don't get line-wrapped by your e-mail client?
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-04 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 13:58 [Buildroot] [PATCH v2 1/2] python-libconfig: new package Derycke, Johan
2014-03-04 14:45 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox