[Buildroot] [PATCH 01/14] jpeg: Allow building of libjpeg for the host

Will Newton will.newton at gmail.com
Mon Jan 23 16:35:09 UTC 2012


Signed-off-by: Will Newton <will.newton at imgtec.com>
---
 package/jpeg/jpeg.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/jpeg/jpeg.mk b/package/jpeg/jpeg.mk
index 555c3e1..a882268 100644
--- a/package/jpeg/jpeg.mk
+++ b/package/jpeg/jpeg.mk
@@ -16,3 +16,4 @@ endef
 JPEG_POST_INSTALL_TARGET_HOOKS += JPEG_REMOVE_USELESS_TOOLS

 $(eval $(call AUTOTARGETS))
+$(eval $(call AUTOTARGETS,host))
-- 
1.7.1
-------------- next part --------------
From 07f7cde4ac42482c0f91bcc710e56eadeeb89ff3 Mon Sep 17 00:00:00 2001
From: Will Newton <will.newton at imgtec.com>
Date: Thu, 19 Jan 2012 15:59:18 +0000
Subject: [PATCH 01/14] jpeg: Allow building of libjpeg for the host


Signed-off-by: Will Newton <will.newton at imgtec.com>
---
 package/jpeg/jpeg.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/jpeg/jpeg.mk b/package/jpeg/jpeg.mk
index 555c3e1..a882268 100644
--- a/package/jpeg/jpeg.mk
+++ b/package/jpeg/jpeg.mk
@@ -16,3 +16,4 @@ endef
 JPEG_POST_INSTALL_TARGET_HOOKS += JPEG_REMOVE_USELESS_TOOLS
 
 $(eval $(call AUTOTARGETS))
+$(eval $(call AUTOTARGETS,host))
-- 
1.7.1



More information about the buildroot mailing list