summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/files/configure-Only-link-against-libpcap-on-FreeBSD.patch
Commit message (Collapse)AuthorAgeFilesLines
* openvswitch: deal with missing RDEPENDS of libpcapMark Asselstine2013-11-191-0/+70
Bitbake was properly detecting a dependency on libpcap but since it was not an explicit RDEPENDS the libpcap package was not being built in all cases which had the potential to break rootfs image building. The obvious solution was to add libpcap to the RDEPENDS but looking upstream it was found that they have removed the use of this library for all but FreeBSD since for other systems it is unused. So using the upstream patch here eliminates the dependency and in turn the issue described above. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>