[oe-commits] Koen Kooi : dhcp 3.0.2: fix QA error

git version control git at git.openembedded.org
Thu Jul 23 11:50:26 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 22cc726e9e05186a3ebb2cc8daa629b89ae7c8f4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=22cc726e9e05186a3ebb2cc8daa629b89ae7c8f4

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jul 22 02:46:10 2009 +0000

dhcp 3.0.2: fix QA error

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.org>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 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
 }





More information about the Openembedded-commits mailing list