git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad39eb
)
dhclient: use LDFLAGS (fixes QA error)
author
Jeremy Lainé
<jeremy.laine@m4x.org>
Mon, 6 Apr 2009 12:00:46 +0000
(12:00 +0000)
committer
Jeremy Lainé
<jeremy.laine@m4x.org>
Mon, 6 Apr 2009 12:00:46 +0000
(12:00 +0000)
recipes/dhclient/dhclient_2.0pl5.bb
patch
|
blob
|
history
diff --git
a/recipes/dhclient/dhclient_2.0pl5.bb
b/recipes/dhclient/dhclient_2.0pl5.bb
index
20b0dfc
..
0b1f614
100644
(file)
--- 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}