diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-21 14:28:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:54:37 +0000 |
commit | dacf40d50323910fbba125d17accdb49543657e9 (patch) | |
tree | b2f9db5441bfafa33b6bbe1bd445c45d3f175a88 /meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb | |
parent | 29a1c77d219f8c39f7aeb9afe1e5b303e4772fc3 (diff) | |
download | poky-dacf40d50323910fbba125d17accdb49543657e9.tar.gz |
dhcp: Fix case where ${B} != ${S}
Add patch to allow out of tree builds to work.
(From OE-Core rev: a3238c1e1317c4fd5526c8854403a2160cb51bb0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb')
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb b/meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb index 0f247ae055..3ec9f3b083 100644 --- a/meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb +++ b/meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb | |||
@@ -6,6 +6,7 @@ SRC_URI += "file://fixincludes.patch \ | |||
6 | file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \ | 6 | file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \ |
7 | file://fix-external-bind.patch \ | 7 | file://fix-external-bind.patch \ |
8 | file://link-with-lcrypto.patch \ | 8 | file://link-with-lcrypto.patch \ |
9 | file://fixsepbuild.patch \ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | SRC_URI[md5sum] = "6489e919ac093d17249270ee9be1020e" | 12 | SRC_URI[md5sum] = "6489e919ac093d17249270ee9be1020e" |