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

git version control git at git.openembedded.org
Wed Jul 22 12:45:13 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 517bcd18c8250cd890e8fd5ba7bfe426b00e86ae
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=517bcd18c8250cd890e8fd5ba7bfe426b00e86ae

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jul 22 14:39:06 2009 +0200

dhcp 3.0.2: fix QA error

---

 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