| Submitter | Christopher Larson |
|---|---|
| Date | July 20, 2012, 11:46 p.m. |
| Message ID | <7fceb93ca1b5b53effc47efe423e798498fae904.1342827927.git.chris_larson@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/32769/ |
| State | Accepted |
| Commit | 9090abb6240d8a3bf2ff0acd84e13c363440896b |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index 427078f..7d4e841 100644 --- a/meta/recipes-connectivity/libpcap/libpcap.inc +++ b/meta/recipes-connectivity/libpcap/libpcap.inc @@ -13,7 +13,7 @@ DEPENDS = "flex-native bison-native" PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" -INC_PR = "r1" +INC_PR = "r2" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" @@ -29,4 +29,5 @@ do_configure_prepend () { if [ ! -e acinclude.m4 ]; then cat aclocal.m4 > acinclude.m4 fi + sed -i -e's,^V_RPATH_OPT=.*$,V_RPATH_OPT=,' ${S}/pcap-config.in }