From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH 1/1] hostap-utils-0.4.7: use LDFLAGS (fixes QA error)
Date: Mon, 20 Apr 2009 18:33:55 +0200 [thread overview]
Message-ID: <gsi85j$ec5$6@ger.gmane.org> (raw)
In-Reply-To: <1240241104-21935-10-git-send-email-marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
On 20-04-09 17:25, Marcin Juszkiewicz wrote:
> From: Jeremy Lainé<jeremy.laine@m4x.org>
>
> ---
> recipes/hostap/hostap-utils-0.4.7/ldflags.patch | 24 +++++++++++++++++++++++
> recipes/hostap/hostap-utils_0.4.7.bb | 24 ++++++++++++++++++++++-
> 2 files changed, 47 insertions(+), 1 deletions(-)
> create mode 100644 recipes/hostap/hostap-utils-0.4.7/ldflags.patch
>
> diff --git a/recipes/hostap/hostap-utils-0.4.7/ldflags.patch b/recipes/hostap/hostap-utils-0.4.7/ldflags.patch
> new file mode 100644
> index 0000000..d2ca298
> --- /dev/null
> +++ b/recipes/hostap/hostap-utils-0.4.7/ldflags.patch
> @@ -0,0 +1,24 @@
> +diff -urN hostap-utils-0.4.7.orig/Makefile hostap-utils-0.4.7/Makefile
> +--- hostap-utils-0.4.7.orig/Makefile 2005-01-01 06:42:51.000000000 +0000
> ++++ hostap-utils-0.4.7/Makefile 2009-04-08 08:36:46.000000000 +0000
> +@@ -14,17 +14,17 @@
> + hostap_crypt_conf: hostap_crypt_conf.c
> +
> + hostap_diag: hostap_diag.o util.o
> +- $(CC) -o hostap_diag $(CFLAGS) hostap_diag.o util.o
> ++ $(CC) -o hostap_diag $(CFLAGS) $(LDFLAGS) hostap_diag.o util.o
> +
> + hostap_diag.o: hostap_diag.c util.h
> +
> + util.o: util.c util.h
> +
> + hostap_io_debug: hostap_io_debug.c
> +- $(CC) -o hostap_io_debug $(CFLAGS) hostap_io_debug.c
> ++ $(CC) -o hostap_io_debug $(CFLAGS) $(LDFLAGS) hostap_io_debug.c
> +
> + hostap_rid: hostap_rid.o util.o
> +- $(CC) -o hostap_rid $(CFLAGS) hostap_rid.o util.o
> ++ $(CC) -o hostap_rid $(CFLAGS) $(LDFLAGS) hostap_rid.o util.o
> +
> + hostap_rid.o: hostap_rid.c util.h
> +
> diff --git a/recipes/hostap/hostap-utils_0.4.7.bb b/recipes/hostap/hostap-utils_0.4.7.bb
> index 9fe362b..5635947 100644
> --- a/recipes/hostap/hostap-utils_0.4.7.bb
> +++ b/recipes/hostap/hostap-utils_0.4.7.bb
> @@ -1 +1,23 @@
> -require hostap-utils.inc
> +DESCRIPTION = "User mode helpers for the hostap driver"
> +HOMEPAGE = "http://hostap.epitest.fi"
> +SECTION = "kernel/userland"
> +PRIORITY = "optional"
> +LICENSE = "GPL"
> +PR = "r6"
> +
> +SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
> + file://hostap-fw-load.patch;patch=1 \
> + file://ldflags.patch;patch=1"
> +
> +S = "${WORKDIR}/hostap-utils-${PV}"
> +
> +BINARIES = "hostap_crypt_conf hostap_diag hostap_fw_load hostap_io_debug \
> + hostap_rid prism2_param prism2_srec split_combined_hex"
> +
> +do_install() {
> + install -d ${D}${sbindir}/
> + for f in ${BINARIES}
> + do
> + install -m 0755 $f ${D}${sbindir}/
> + done
> +}
next prev parent reply other threads:[~2009-04-20 16:59 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 [this message]
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
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='gsi85j$ec5$6@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@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.