All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] mxml: add host-autotools-package macro
@ 2016-03-15 11:31 Ricardo Crudo
  2016-03-15 13:38 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Crudo @ 2016-03-15 11:31 UTC (permalink / raw)
  To: buildroot

Some packages need to process xml at host side

Signed-off-by: Ricardo Crudo <ricardo.crudo@gmail.com>
---
 package/mxml/mxml.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mxml/mxml.mk b/package/mxml/mxml.mk
index 7e9b4d6..ba70603 100644
--- a/package/mxml/mxml.mk
+++ b/package/mxml/mxml.mk
@@ -14,3 +14,4 @@ MXML_INSTALL_STAGING_OPTS = DSTROOT=$(STAGING_DIR) install
 MXML_INSTALL_TARGET_OPTS = DSTROOT=$(TARGET_DIR) install
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.7.3

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

end of thread, other threads:[~2016-03-30 17:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15 11:31 [Buildroot] [PATCH 1/1] mxml: add host-autotools-package macro Ricardo Crudo
2016-03-15 13:38 ` Thomas Petazzoni
2016-03-15 14:39   ` Ricardo Crudo
2016-03-30 17:34     ` 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.