All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] lzop: add LZOP definition for the host variant
@ 2013-01-21 22:55 Gustavo Zacarias
  2013-01-21 22:55 ` [Buildroot] [PATCH 2/3] xz: add XZ " Gustavo Zacarias
  2013-01-21 22:55 ` [Buildroot] [PATCH 3/3] initramfs: add support for LZO and XZ compression methods Gustavo Zacarias
  0 siblings, 2 replies; 15+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 22:55 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] 15+ messages in thread

end of thread, other threads:[~2013-01-24 12:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21 22:55 [Buildroot] [PATCH 1/3] lzop: add LZOP definition for the host variant Gustavo Zacarias
2013-01-21 22:55 ` [Buildroot] [PATCH 2/3] xz: add XZ " Gustavo Zacarias
2013-01-21 22:55 ` [Buildroot] [PATCH 3/3] initramfs: add support for LZO and XZ compression methods Gustavo Zacarias
2013-01-21 23:38   ` Stefan Fröberg
2013-01-21 23:44     ` Gustavo Zacarias
2013-01-22  0:34       ` Stefan Fröberg
2013-01-22 17:05   ` Thomas Petazzoni
2013-01-22 18:17     ` Stefan Fröberg
2013-01-24  7:11       ` Arnout Vandecappelle
2013-01-24 11:55         ` Stefan Fröberg
2013-01-24 10:48       ` Gustavo Zacarias
2013-01-24 12:08         ` Stefan Fröberg
2013-01-24 12:13           ` Gustavo Zacarias
2013-01-24  7:09   ` Arnout Vandecappelle
2013-01-24 10:57     ` Gustavo Zacarias

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.