All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv2 1/3] lzop: add LZOP definition for the host variant
@ 2013-01-22 11:03 Gustavo Zacarias
  2013-01-22 11:03 ` [Buildroot] [PATCHv2 2/3] xz: add XZ " Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2013-01-22 11:03 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/lzop/lzop.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/lzop/lzop.mk b/package/lzop/lzop.mk
index 1f7c835..9803b39 100644
--- a/package/lzop/lzop.mk
+++ b/package/lzop/lzop.mk
@@ -3,6 +3,7 @@
 # lzop
 #
 #############################################################
+
 LZOP_VERSION = 1.03
 LZOP_SOURCE = lzop-$(LZOP_VERSION).tar.gz
 LZOP_SITE = http://www.lzop.org/download/
@@ -12,3 +13,5 @@ LZOP_DEPENDENCIES = lzo
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
+
+LZOP = $(HOST_DIR)/usr/bin/lzop
-- 
1.7.12.4

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

end of thread, other threads:[~2013-04-24 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22 11:03 [Buildroot] [PATCHv2 1/3] lzop: add LZOP definition for the host variant Gustavo Zacarias
2013-01-22 11:03 ` [Buildroot] [PATCHv2 2/3] xz: add XZ " Gustavo Zacarias
2013-01-22 11:03 ` [Buildroot] [PATCHv2 3/3] fs/common: add support for LZO and XZ compression methods Gustavo Zacarias
2013-04-24 20:20 ` [Buildroot] [PATCHv2 1/3] lzop: add LZOP definition for the host variant 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.