]> code.ossystems Code Review - openembedded-core.git/commit
dhcp: upgrade to 4.1.1-P1
authorQing He <qing.he@intel.com>
Wed, 14 Jul 2010 14:09:26 +0000 (22:09 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 23 Jul 2010 22:53:30 +0000 (23:53 +0100)
commit95bb97aeb652bfe9fdd775ebda6036dc9d6770f0
tree173a18250ca42b9d4614d531fb9bf5794f2b7c6f
parent00a42b73b62b602f96afe23b015c6e07098b9926
dhcp: upgrade to 4.1.1-P1

from version 4.1.0

changes:
  original .bb file is based on dhcp3, whose build system differs from
  dhcp 4.x, add a new dhcp4.inc and preserve dhcp3.inc for reference,
  this should fix the conf file location bug of dhclient/dhcpd 4.1.0

  - defining _PATH_DHC{LIENT,PD}_CONF in make parameter no longer works,
    put these definition to includes/site.h
  - delete upstream version of conf files, which are not used, and
    with an installation path hardcoded to ${sysconfdir}
  - similar thing happen for leases file, use new configure option to
    specify
  - RANLIB, LIBDIR, etc. as make parameter are no longer necessary

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/dhcp/dhcp-4.1.1-P1/dhcp-3.0.3-dhclient-dbus.patch [moved from meta/packages/dhcp/files/dhcp-3.0.3-dhclient-dbus.patch with 100% similarity]
meta/packages/dhcp/dhcp-4.1.1-P1/fixincludes.patch [moved from meta/packages/dhcp/files/fixincludes.patch with 100% similarity]
meta/packages/dhcp/dhcp-4.1.1-P1/noattrmode.patch [moved from meta/packages/dhcp/files/noattrmode.patch with 100% similarity]
meta/packages/dhcp/dhcp-4.1.1-P1/site.h [new file with mode: 0644]
meta/packages/dhcp/dhcp3.inc [moved from meta/packages/dhcp/dhcp_4.1.0.bb with 94% similarity]
meta/packages/dhcp/dhcp4.inc [new file with mode: 0644]
meta/packages/dhcp/dhcp_4.1.1-P1.bb [new file with mode: 0644]