All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] linenoise: bump version
@ 2014-09-08 18:30 Francois Perrad
  2014-09-08 18:30 ` [Buildroot] [PATCH 2/2] linenoise: install nothing on target Francois Perrad
  0 siblings, 1 reply; 3+ messages in thread
From: Francois Perrad @ 2014-09-08 18:30 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/linenoise/linenoise.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk
index 4cb1427..562b445 100644
--- a/package/linenoise/linenoise.mk
+++ b/package/linenoise/linenoise.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LINENOISE_VERSION = 27a3b4d5205a5fb3e2101128edd6653bd0c92189
+LINENOISE_VERSION = 828b9dacc52d4ad5a15c89be8fb8691d224f9a4f
 LINENOISE_SITE = $(call github,antirez,linenoise,$(LINENOISE_VERSION))
 LINENOISE_LICENSE = BSD-2c
 LINENOISE_INSTALL_STAGING = YES
-- 
1.9.1

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

* [Buildroot] [PATCH 2/2] linenoise: install nothing on target
  2014-09-08 18:30 [Buildroot] [PATCH 1/2] linenoise: bump version Francois Perrad
@ 2014-09-08 18:30 ` Francois Perrad
  2014-09-08 19:41   ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Francois Perrad @ 2014-09-08 18:30 UTC (permalink / raw)
  To: buildroot

linenoise is a static library, so it's enough to install on staging.
and the linenoise_example executable is not really useful.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/linenoise/linenoise.mk | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk
index 562b445..34f85ed 100644
--- a/package/linenoise/linenoise.mk
+++ b/package/linenoise/linenoise.mk
@@ -21,10 +21,4 @@ define LINENOISE_INSTALL_STAGING_CMDS
 	$(INSTALL) -m 755 -D $(@D)/linenoise_example    $(STAGING_DIR)/usr/bin/linenoise_example
 endef
 
-define LINENOISE_INSTALL_TARGET_CMDS
-	$(INSTALL) -m 644 -D $(@D)/linenoise.h          $(TARGET_DIR)/usr/include/linenoise.h
-	$(INSTALL) -m 644 -D $(@D)/liblinenoise.a       $(TARGET_DIR)/usr/lib/liblinenoise.a
-	$(INSTALL) -m 755 -D $(@D)/linenoise_example    $(TARGET_DIR)/usr/bin/linenoise_example
-endef
-
 $(eval $(generic-package))
-- 
1.9.1

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

* [Buildroot] [PATCH 2/2] linenoise: install nothing on target
  2014-09-08 18:30 ` [Buildroot] [PATCH 2/2] linenoise: install nothing on target Francois Perrad
@ 2014-09-08 19:41   ` Thomas Petazzoni
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-09-08 19:41 UTC (permalink / raw)
  To: buildroot

Dear Francois Perrad,

On Mon,  8 Sep 2014 20:30:34 +0200, Francois Perrad wrote:
> linenoise is a static library, so it's enough to install on staging.
> and the linenoise_example executable is not really useful.
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/linenoise/linenoise.mk | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk
> index 562b445..34f85ed 100644
> --- a/package/linenoise/linenoise.mk
> +++ b/package/linenoise/linenoise.mk
> @@ -21,10 +21,4 @@ define LINENOISE_INSTALL_STAGING_CMDS
>  	$(INSTALL) -m 755 -D $(@D)/linenoise_example    $(STAGING_DIR)/usr/bin/linenoise_example
>  endef
>  
> -define LINENOISE_INSTALL_TARGET_CMDS
> -	$(INSTALL) -m 644 -D $(@D)/linenoise.h          $(TARGET_DIR)/usr/include/linenoise.h
> -	$(INSTALL) -m 644 -D $(@D)/liblinenoise.a       $(TARGET_DIR)/usr/lib/liblinenoise.a
> -	$(INSTALL) -m 755 -D $(@D)/linenoise_example    $(TARGET_DIR)/usr/bin/linenoise_example
> -endef
> -
>  $(eval $(generic-package))

Then maybe add:

# Static library only, nothing to install on target
LINENOISE_INSTALL_TARGET = NO

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2014-09-08 19:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 18:30 [Buildroot] [PATCH 1/2] linenoise: bump version Francois Perrad
2014-09-08 18:30 ` [Buildroot] [PATCH 2/2] linenoise: install nothing on target Francois Perrad
2014-09-08 19:41   ` Thomas Petazzoni

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.