* [STABLE][PATCH] netkit-ftp: Fixed GNU_HASH QA error.
@ 2009-04-28 11:46 Koen Kooi
2009-04-28 11:47 ` Philip Balister
0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2009-04-28 11:46 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
From: Koen Kooi <koen@openembedded.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
---
recipes/netkit-ftp/netkit-ftp_0.17.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/recipes/netkit-ftp/netkit-ftp_0.17.bb b/recipes/netkit-ftp/netkit-ftp_0.17.bb
index 41c3b08..20ad1fb 100644
--- a/recipes/netkit-ftp/netkit-ftp_0.17.bb
+++ b/recipes/netkit-ftp/netkit-ftp_0.17.bb
@@ -4,9 +4,11 @@ LICENSE = "BSD"
SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ftp-${PV}.tar.gz \
file://mconfig.patch;patch=1"
+PR = "r1"
+
EXTRA_OEMAKE = ""
do_compile () {
- oe_runmake 'CC=${CC}' 'LD=${LD}' all
+ oe_runmake 'CC=${CC}' 'LD=${LD}' 'LDFLAGS=${LDFLAGS}' all
}
do_install () {
--
1.5.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [STABLE][PATCH] netkit-ftp: Fixed GNU_HASH QA error.
2009-04-28 11:46 [STABLE][PATCH] netkit-ftp: Fixed GNU_HASH QA error Koen Kooi
@ 2009-04-28 11:47 ` Philip Balister
0 siblings, 0 replies; 2+ messages in thread
From: Philip Balister @ 2009-04-28 11:47 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 883 bytes --]
Koen Kooi wrote:
> From: Koen Kooi <koen@openembedded.org>
>
>
> Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Philip Balister <philip@balister.org>
> ---
> recipes/netkit-ftp/netkit-ftp_0.17.bb | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/netkit-ftp/netkit-ftp_0.17.bb b/recipes/netkit-ftp/netkit-ftp_0.17.bb
> index 41c3b08..20ad1fb 100644
> --- a/recipes/netkit-ftp/netkit-ftp_0.17.bb
> +++ b/recipes/netkit-ftp/netkit-ftp_0.17.bb
> @@ -4,9 +4,11 @@ LICENSE = "BSD"
> SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ftp-${PV}.tar.gz \
> file://mconfig.patch;patch=1"
>
> +PR = "r1"
> +
> EXTRA_OEMAKE = ""
> do_compile () {
> - oe_runmake 'CC=${CC}' 'LD=${LD}' all
> + oe_runmake 'CC=${CC}' 'LD=${LD}' 'LDFLAGS=${LDFLAGS}' all
> }
>
> do_install () {
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-28 11:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 11:46 [STABLE][PATCH] netkit-ftp: Fixed GNU_HASH QA error Koen Kooi
2009-04-28 11:47 ` Philip Balister
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.