From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [STABLE][PATCH 1/1] irda-utils: add patch to use LDFLAGS (fixes QA error)
Date: Mon, 20 Apr 2009 17:35:47 -0400 [thread overview]
Message-ID: <20090420213547.GE6379@denix.org> (raw)
In-Reply-To: <gsi85u$ec5$7@ger.gmane.org>
On Mon, Apr 20, 2009 at 06:34:06PM +0200, Koen Kooi wrote:
> Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Denys Dmytriyenko <denis@denix.org>
> On 20-04-09 17:25, Marcin Juszkiewicz wrote:
>> From: Jeremy Lain??<jeremy.laine@m4x.org>
>>
>> ---
>> recipes/irda-utils/irda-utils/ldflags.patch | 28
>> +++++++++++++++++++++++++++
>> recipes/irda-utils/irda-utils_0.9.16.bb | 3 +-
>> 2 files changed, 30 insertions(+), 1 deletions(-)
>> create mode 100644 recipes/irda-utils/irda-utils/ldflags.patch
>>
>> diff --git a/recipes/irda-utils/irda-utils/ldflags.patch
>> b/recipes/irda-utils/irda-utils/ldflags.patch
>> new file mode 100644
>> index 0000000..bb4f5cd
>> --- /dev/null
>> +++ b/recipes/irda-utils/irda-utils/ldflags.patch
>> @@ -0,0 +1,28 @@
>> +diff -urN irda-utils-0.9.16.orig/irattach/Makefile
>> irda-utils-0.9.16/irattach/Makefile
>> +--- irda-utils-0.9.16.orig/irattach/Makefile 2004-03-31
>> 23:55:41.000000000 +0200
>> ++++ irda-utils-0.9.16/irattach/Makefile 2009-04-08 10:17:39.000000000
>> +0200
>> +@@ -53,10 +53,10 @@
>> + all: $(TARGETS)
>> +
>> + irattach: irattach.o util.o
>> +- $(CC) $(CFLAGS) irattach.o util.o -o $@
>> ++ $(CC) $(CFLAGS) $(LDFLAGS) irattach.o util.o -o $@
>> +
>> + dongle_attach: dongle_attach.o
>> +- $(CC) $(CFLAGS) dongle_attach.o -o $@
>> ++ $(CC) $(CFLAGS) $(LDFLAGS) dongle_attach.o -o $@
>> +
>> + .c.o:
>> + $(CC) $(CFLAGS) $(INCLUDES) -c $<
>> +diff -urN irda-utils-0.9.16.orig/irdaping/Makefile
>> irda-utils-0.9.16/irdaping/Makefile
>> +--- irda-utils-0.9.16.orig/irdaping/Makefile 2004-03-31
>> 23:55:47.000000000 +0200
>> ++++ irda-utils-0.9.16/irdaping/Makefile 2009-04-08 10:17:57.000000000
>> +0200
>> +@@ -52,7 +52,7 @@
>> + all:: irdaping
>> +
>> + irdaping: $(OBJS)
>> +- $(CC) $(CFLAGS) $(OBJS) -o $@
>> ++ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@
>> +
>> + .c.o:
>> + $(CC) $(CFLAGS) $(INCLUDES) -c $<
>> diff --git a/recipes/irda-utils/irda-utils_0.9.16.bb
>> b/recipes/irda-utils/irda-utils_0.9.16.bb
>> index 19bcdf3..1d9d184 100644
>> --- a/recipes/irda-utils/irda-utils_0.9.16.bb
>> +++ b/recipes/irda-utils/irda-utils_0.9.16.bb
>> @@ -3,11 +3,12 @@ IrDA allows communication over Infrared with other
>> devices \
>> such as phones and laptops."
>> SECTION = "base"
>> LICENSE = "GPL"
>> -PR = "r8"
>> +PR = "r9"
>>
>> SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
>> file://configure.patch;patch=1 \
>> file://m4.patch;patch=1 \
>> + file://ldflags.patch;patch=1 \
>> file://init"
>>
>> export SYS_INCLUDES="-I${STAGING_INCDIR}"
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2009-04-20 21:40 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-20 15:24 [STABLE] Some fixes from .dev tree Marcin Juszkiewicz
2009-04-20 15:24 ` [STABLE][STABLE][PATCH 1/1] busybox 1.13.2: Add more upstream patches, bump PR Marcin Juszkiewicz
2009-04-20 16:32 ` Koen Kooi
2009-04-20 21:32 ` Denys Dmytriyenko
2009-04-20 15:24 ` [STABLE][PATCH 1/1] tracker: added libgnomecanvas to dependencies Marcin Juszkiewicz
2009-04-20 16:32 ` Koen Kooi
2009-04-20 21:44 ` Tom Rini
2009-04-20 15:24 ` [STABLE][PATCH 1/1] e2fsprogs_1.41.4.bb : remove bogus override of do_configure which breaks avr32 compile. Did a simple forward port of mkinstalldirs.patch that fixes the problem Marcin Juszkiewicz
2009-04-20 16:33 ` Koen Kooi
2009-04-20 21:44 ` Tom Rini
2009-04-20 15:24 ` [STABLE][PATCH 1/1] e2fsprogs: fix compile to use 3 args so it works Marcin Juszkiewicz
2009-04-20 16:33 ` Koen Kooi
2009-04-20 21:44 ` Tom Rini
2009-04-20 15:24 ` [STABLE][PATCH 1/1] e2fsprogs 1.41.4: depends on gettext-native, due to the removal of do_configure Marcin Juszkiewicz
2009-04-20 16:33 ` Koen Kooi
2009-04-20 17:31 ` Denys Dmytriyenko
2009-04-20 15:24 ` [STABLE][PATCH 1/1] util-linux-ng: Fixed dangling symlinks Marcin Juszkiewicz
2009-04-21 11:29 ` Koen Kooi
2009-04-21 20:46 ` Leon Woestenberg
2009-04-20 15:25 ` [STABLE][PATCH 1/1] util-linux-ng: depend on virtual/libintl to pass building with uclibc Marcin Juszkiewicz
2009-04-20 21:45 ` Tom Rini
2009-04-20 21:59 ` Leon Woestenberg
2009-04-20 15:25 ` [STABLE][PATCH 1/1] checksums.ini: added checksum for util-linux-ng 2.13.1 Marcin Juszkiewicz
2009-04-20 15:58 ` Leon Woestenberg
2009-04-20 16:34 ` Koen Kooi
2009-04-20 15:25 ` [STABLE][PATCH 1/1] hostap-utils-0.4.7: use LDFLAGS (fixes QA error) Marcin Juszkiewicz
2009-04-20 16:33 ` Koen Kooi
2009-04-20 21:35 ` Denys Dmytriyenko
2009-04-20 15:25 ` [STABLE][PATCH 1/1] irda-utils: add patch to " Marcin Juszkiewicz
2009-04-20 16:34 ` Koen Kooi
2009-04-20 21:35 ` Denys Dmytriyenko [this message]
2009-04-20 15:25 ` [STABLE][PATCH 1/1] uclibc: use LDFLAGS for ldd and ldconfig " Marcin Juszkiewicz
2009-04-21 6:16 ` Dirk Opfer
2009-04-21 11:30 ` Koen Kooi
2009-04-20 15:33 ` [STABLE] Some fixes from .dev tree Marcin Juszkiewicz
2009-04-21 13:38 ` Marcin Juszkiewicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090420213547.GE6379@denix.org \
--to=denis@denix.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.