[oe] [STABLE][PATCH] dhclient: use LDFLAGS (fixes QA error)

Jeremy Lainé jeremy.laine at bolloretelecom.eu
Mon Apr 6 12:18:52 UTC 2009


From: Jeremy Lainé <jeremy.laine at m4x.org>


Signed-off-by: Jeremy Lainé <jeremy.laine at 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}
-- 
1.6.2.1





More information about the Openembedded-devel mailing list