diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-07-20 10:20:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:40:44 +0100 |
commit | d9ad9bc3df28d6895f868fbba7033a13b2164668 (patch) | |
tree | eb366b842749d6f4e808e983eb439eb6112bd0a0 /meta | |
parent | 142ac1aba1376009adb538ca2115a8e52e11a301 (diff) | |
download | poky-d9ad9bc3df28d6895f868fbba7033a13b2164668.tar.gz |
libpcap: fix pcap-config to not return -Wl,-rpath
(From OE-Core rev: 9090abb6240d8a3bf2ff0acd84e13c363440896b)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index 427078f7e2..7d4e841c3e 100644 --- a/meta/recipes-connectivity/libpcap/libpcap.inc +++ b/meta/recipes-connectivity/libpcap/libpcap.inc | |||
@@ -13,7 +13,7 @@ DEPENDS = "flex-native bison-native" | |||
13 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" | 13 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" |
14 | PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" | 14 | PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" |
15 | 15 | ||
16 | INC_PR = "r1" | 16 | INC_PR = "r2" |
17 | 17 | ||
18 | SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" | 18 | SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" |
19 | 19 | ||
@@ -29,4 +29,5 @@ do_configure_prepend () { | |||
29 | if [ ! -e acinclude.m4 ]; then | 29 | if [ ! -e acinclude.m4 ]; then |
30 | cat aclocal.m4 > acinclude.m4 | 30 | cat aclocal.m4 > acinclude.m4 |
31 | fi | 31 | fi |
32 | sed -i -e's,^V_RPATH_OPT=.*$,V_RPATH_OPT=,' ${S}/pcap-config.in | ||
32 | } | 33 | } |