All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] micropython-lib: Indicate that pcre is a runtime dependency
@ 2017-01-25  7:24 Chris Packham
  2017-01-25 21:38 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2017-01-25  7:24 UTC (permalink / raw)
  To: buildroot

libpcre is needed at runtime not a buildtime. Indicate this in Config.in
and remove MICROPYTHON_LIB_DEPENDENCIES.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
 package/micropython-lib/Config.in          | 2 +-
 package/micropython-lib/micropython-lib.mk | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/micropython-lib/Config.in b/package/micropython-lib/Config.in
index be8c87562..599af7797 100644
--- a/package/micropython-lib/Config.in
+++ b/package/micropython-lib/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_MICROPYTHON_LIB
 	bool "micropython-lib"
-	select BR2_PACKAGE_PCRE
+	select BR2_PACKAGE_PCRE # runtime
 	depends on BR2_PACKAGE_MICROPYTHON
 	help
 	  Core Python libraries ported to MicroPython.
diff --git a/package/micropython-lib/micropython-lib.mk b/package/micropython-lib/micropython-lib.mk
index 8c8b1426f..066572e5c 100644
--- a/package/micropython-lib/micropython-lib.mk
+++ b/package/micropython-lib/micropython-lib.mk
@@ -8,7 +8,6 @@ MICROPYTHON_LIB_VERSION = v1.8.6
 MICROPYTHON_LIB_SITE = $(call github,micropython,micropython-lib,$(MICROPYTHON_LIB_VERSION))
 MICROPYTHON_LIB_LICENSE = Python software foundation license v2 (some modules), MIT (everything else)
 MICROPYTHON_LIB_LICENSE_FILES = LICENSE
-MICROPYTHON_LIB_DEPENDENCIES = pcre
 
 define MICROPYTHON_LIB_INSTALL_TARGET_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
-- 
2.11.0.24.ge6920cf

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

* [Buildroot] [PATCH] micropython-lib: Indicate that pcre is a runtime dependency
  2017-01-25  7:24 [Buildroot] [PATCH] micropython-lib: Indicate that pcre is a runtime dependency Chris Packham
@ 2017-01-25 21:38 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-01-25 21:38 UTC (permalink / raw)
  To: buildroot

>>>>> "Chris" == Chris Packham <judge.packham@gmail.com> writes:

 > libpcre is needed at runtime not a buildtime. Indicate this in Config.in
 > and remove MICROPYTHON_LIB_DEPENDENCIES.

 > Signed-off-by: Chris Packham <judge.packham@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-01-25 21:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25  7:24 [Buildroot] [PATCH] micropython-lib: Indicate that pcre is a runtime dependency Chris Packham
2017-01-25 21:38 ` Peter Korsgaard

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.