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:
755f936
)
dhcp 3.0.2: fix QA error
author
Koen Kooi
<koen@openembedded.org>
Wed, 22 Jul 2009 12:39:06 +0000
(14:39 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 22 Jul 2009 12:39:06 +0000
(14:39 +0200)
recipes/dhcp/dhcp_3.0.2.bb
patch
|
blob
|
history
diff --git
a/recipes/dhcp/dhcp_3.0.2.bb
b/recipes/dhcp/dhcp_3.0.2.bb
index
faf22b2
..
2ce8083
100644
(file)
--- 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 = "r
8
"
+PR = "r
9
"
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
}