From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH] dhclient: use LDFLAGS (fixes QA error)
Date: Mon, 06 Apr 2009 16:02:05 +0200 [thread overview]
Message-ID: <grd20t$rdt$3@ger.gmane.org> (raw)
In-Reply-To: <1239020332-6949-1-git-send-email-jeremy.laine@bolloretelecom.eu>
On 06-04-09 14:18, Jeremy Lainé wrote:
> From: Jeremy Lainé<jeremy.laine@m4x.org>
Acked-by: Koen Kooi <koen@openembedded.org>
>
>
> Signed-off-by: Jeremy Lainé<jeremy.laine@m4x.org>
> ---
> recipes/dhclient/dhclient_2.0pl5.bb | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/dhclient/dhclient_2.0pl5.bb b/recipes/dhclient/dhclient_2.0pl5.bb
> index 20b0dfc..0b1f614 100644
> --- a/recipes/dhclient/dhclient_2.0pl5.bb
> +++ b/recipes/dhclient/dhclient_2.0pl5.bb
> @@ -1,12 +1,14 @@
> SECTION = "console/network"
> DESCRIPTION = "ISC DHCP Distribution (client and server)."
> LICENSE = "BSD"
> +PR = "r1"
>
> SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-2.0-history/dhcp-${PV}.tar.gz \
> file://make.patch;patch=1"
> S = "${WORKDIR}/dhcp-${PV}"
>
> export BINDIR = "${sbindir}"
> +export LFLAGS = "${LDFLAGS}"
>
> do_configure () {
> ./configure ${TARGET_SYS}
prev parent reply other threads:[~2009-04-06 14:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-06 12:18 [STABLE][PATCH] dhclient: use LDFLAGS (fixes QA error) Jeremy Lainé
2009-04-06 14:02 ` Koen Kooi [this message]
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='grd20t$rdt$3@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.