All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] pxaregs: GNU_HASH QA fix.
@ 2009-04-24  7:27 Koen Kooi
  2009-04-24  7:47 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2009-04-24  7:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

From: Stanislav Brabec <utx@penguin.cz>


Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 recipes/pxaregs/pxaregs_1.14.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/pxaregs/pxaregs_1.14.bb b/recipes/pxaregs/pxaregs_1.14.bb
index d57dace..ada5220 100644
--- a/recipes/pxaregs/pxaregs_1.14.bb
+++ b/recipes/pxaregs/pxaregs_1.14.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://www.mn-logistik.de/unsupported/pxa250/pxaregs.c \
 S = "${WORKDIR}"
 
 do_compile() {
-    ${CC} pxaregs.c -o pxaregs ${CFLAGS}
+    ${CC} pxaregs.c -o pxaregs ${CFLAGS} ${LDFLAGS}
 }
 
 do_install() {
-- 
1.5.6.5




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

* Re: [STABLE][PATCH] pxaregs: GNU_HASH QA fix.
  2009-04-24  7:27 [STABLE][PATCH] pxaregs: GNU_HASH QA fix Koen Kooi
@ 2009-04-24  7:47 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2009-04-24  7:47 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Apr 24, 2009 at 09:27:23AM +0200, Koen Kooi wrote:
> From: Stanislav Brabec <utx@penguin.cz>
> 
> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>

Acked-by: Denys Dmytriyenko <denis@denix.org>

> ---
>  recipes/pxaregs/pxaregs_1.14.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/pxaregs/pxaregs_1.14.bb b/recipes/pxaregs/pxaregs_1.14.bb
> index d57dace..ada5220 100644
> --- a/recipes/pxaregs/pxaregs_1.14.bb
> +++ b/recipes/pxaregs/pxaregs_1.14.bb
> @@ -12,7 +12,7 @@ SRC_URI = "http://www.mn-logistik.de/unsupported/pxa250/pxaregs.c \
>  S = "${WORKDIR}"
>  
>  do_compile() {
> -    ${CC} pxaregs.c -o pxaregs ${CFLAGS}
> +    ${CC} pxaregs.c -o pxaregs ${CFLAGS} ${LDFLAGS}
>  }
>  
>  do_install() {
> -- 
> 1.5.6.5
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2009-04-24  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24  7:27 [STABLE][PATCH] pxaregs: GNU_HASH QA fix Koen Kooi
2009-04-24  7:47 ` Denys Dmytriyenko

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.