diff options
author | Qing He <qing.he@intel.com> | 2010-11-30 13:45:21 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:59 -0800 |
commit | 7e4e45a6693f6f4f4d2d0aedcaae1b1f8a56f24c (patch) | |
tree | 88e09b878bf6a266c3eae0a02c3f994fab48476f /meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb | |
parent | 070f173bdc2e4e6704ae40d0ce54b22b0940c5c8 (diff) | |
download | openembedded-core-7e4e45a6693f6f4f4d2d0aedcaae1b1f8a56f24c.tar.gz openembedded-core-7e4e45a6693f6f4f4d2d0aedcaae1b1f8a56f24c.tar.bz2 openembedded-core-7e4e45a6693f6f4f4d2d0aedcaae1b1f8a56f24c.zip |
dhcp: fix cross build
the new internal bind9 is not cross compiling friendly, use
the external library
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb')
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb index 3f770d98c3..99920be5c3 100644 --- a/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb +++ b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb @@ -1,7 +1,9 @@ require dhcp4.inc -PR = "r0" +PR = "r1" SRC_URI += "file://fixincludes.patch \ file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \ - file://fix-client-path.patch" + file://fix-client-path.patch \ + file://fix-external-bind.patch \ + " |