diff options
author | Mei Lei <lei.mei@intel.com> | 2011-07-21 16:46:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-22 11:51:03 +0100 |
commit | 40b4ac7d7a2c342121ca9e6ab07949c4bef36aa9 (patch) | |
tree | b010098e3bf852f382a4584d8b6a209e4664d570 /meta/recipes-connectivity/dhcp/dhcp4.inc | |
parent | 2dd9a8ff006732d07563b7812e9487c17e859eb9 (diff) | |
download | poky-40b4ac7d7a2c342121ca9e6ab07949c4bef36aa9.tar.gz |
dhcp: Fix libdir issue for multilib
(From OE-Core rev: 83a1a46b707895c564b8dc393917b09cc283bf27)
Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp4.inc')
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp4.inc b/meta/recipes-connectivity/dhcp/dhcp4.inc index 885cc19413..bdaa5e9b00 100644 --- a/meta/recipes-connectivity/dhcp/dhcp4.inc +++ b/meta/recipes-connectivity/dhcp/dhcp4.inc | |||
@@ -25,7 +25,7 @@ EXTRA_OECONF = "--with-srv-lease-file=${localstatedir}/lib/dhcp/dhcpd.leases \ | |||
25 | --with-srv6-lease-file=${localstatedir}/lib/dhcp/dhcpd6.leases \ | 25 | --with-srv6-lease-file=${localstatedir}/lib/dhcp/dhcpd6.leases \ |
26 | --with-cli-lease-file=${localstatedir}/lib/dhcp/dhclient.leases \ | 26 | --with-cli-lease-file=${localstatedir}/lib/dhcp/dhclient.leases \ |
27 | --with-cli6-lease-file=${localstatedir}/lib/dhcp/dhclient6.leases \ | 27 | --with-cli6-lease-file=${localstatedir}/lib/dhcp/dhclient6.leases \ |
28 | --with-libbind=${STAGING_LIBDIR}/.. \ | 28 | --with-libbind=${STAGING_LIBDIR}/ \ |
29 | " | 29 | " |
30 | 30 | ||
31 | do_compile_prepend () { | 31 | do_compile_prepend () { |