* [STABLE][PATCH] dhcp 3.0.2: fix QA error
@ 2009-07-22 12:46 Koen Kooi
2009-07-22 12:50 ` Philip Balister
2009-07-23 11:29 ` Marcin Juszkiewicz
0 siblings, 2 replies; 3+ messages in thread
From: Koen Kooi @ 2009-07-22 12: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/dhcp/dhcp_3.0.2.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/recipes/dhcp/dhcp_3.0.2.bb b/recipes/dhcp/dhcp_3.0.2.bb
index faf22b2..2ce8083 100644
--- a/recipes/dhcp/dhcp_3.0.2.bb
+++ b/recipes/dhcp/dhcp_3.0.2.bb
@@ -2,7 +2,7 @@ SECTION = "console/network"
DESCRIPTION = "Internet Software Consortium DHCP package"
HOMEPAGE = "http://www.isc.org/"
LICENSE = "BSD"
-PR = "r8"
+PR = "r9"
SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-${PV}.tar.gz \
file://noattrmode.patch;patch=1 \
file://fixincludes.patch;patch=1 \
@@ -19,6 +19,8 @@ INITSCRIPT_PACKAGES = "dhcp-server"
INITSCRIPT_NAME_dhcp-server = dhcp-server
INITSCRIPT_PARAMS_dhcp-server = "start 30 2 3 4 5 . stop 30 0 1 6 ."
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_configure() {
./configure
}
--
1.6.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [STABLE][PATCH] dhcp 3.0.2: fix QA error
2009-07-22 12:46 [STABLE][PATCH] dhcp 3.0.2: fix QA error Koen Kooi
@ 2009-07-22 12:50 ` Philip Balister
2009-07-23 11:29 ` Marcin Juszkiewicz
1 sibling, 0 replies; 3+ messages in thread
From: Philip Balister @ 2009-07-22 12:50 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]
Acked-by: Philip Balister <philip@balister.org>
Koen Kooi wrote:
> From: Koen Kooi <koen@openembedded.org>
>
>
> Signed-off-by: Koen Kooi <koen@openembedded.org>
> ---
> recipes/dhcp/dhcp_3.0.2.bb | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/dhcp/dhcp_3.0.2.bb b/recipes/dhcp/dhcp_3.0.2.bb
> index faf22b2..2ce8083 100644
> --- a/recipes/dhcp/dhcp_3.0.2.bb
> +++ b/recipes/dhcp/dhcp_3.0.2.bb
> @@ -2,7 +2,7 @@ SECTION = "console/network"
> DESCRIPTION = "Internet Software Consortium DHCP package"
> HOMEPAGE = "http://www.isc.org/"
> LICENSE = "BSD"
> -PR = "r8"
> +PR = "r9"
> SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-${PV}.tar.gz \
> file://noattrmode.patch;patch=1 \
> file://fixincludes.patch;patch=1 \
> @@ -19,6 +19,8 @@ INITSCRIPT_PACKAGES = "dhcp-server"
> INITSCRIPT_NAME_dhcp-server = dhcp-server
> INITSCRIPT_PARAMS_dhcp-server = "start 30 2 3 4 5 . stop 30 0 1 6 ."
>
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
> do_configure() {
> ./configure
> }
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [STABLE][PATCH] dhcp 3.0.2: fix QA error
2009-07-22 12:46 [STABLE][PATCH] dhcp 3.0.2: fix QA error Koen Kooi
2009-07-22 12:50 ` Philip Balister
@ 2009-07-23 11:29 ` Marcin Juszkiewicz
1 sibling, 0 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2009-07-23 11:29 UTC (permalink / raw)
To: openembedded-devel
Dnia środa, 22 lipca 2009 o 14:46:10 Koen Kooi napisał(a):
> Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Regards,
--
JID: hrw@jabber.org
Website: http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-23 11:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22 12:46 [STABLE][PATCH] dhcp 3.0.2: fix QA error Koen Kooi
2009-07-22 12:50 ` Philip Balister
2009-07-23 11:29 ` Marcin Juszkiewicz
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.