From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 02/28] libpcap: fix pcap-config to not return -Wl, -rpath
Date: Wed, 25 Jul 2012 00:18:56 -0700 [thread overview]
Message-ID: <9090abb6240d8a3bf2ff0acd84e13c363440896b.1343200454.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1343200454.git.sgw@linux.intel.com>
In-Reply-To: <cover.1343200454.git.sgw@linux.intel.com>
From: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
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 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
}
--
1.7.7.6
next prev parent reply other threads:[~2012-07-25 7:30 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 7:18 [CONSOLIDATED PULL 00/28] Fixes & eglibc 2.16 Saul Wold
2012-07-25 7:18 ` [CONSOLIDATED PULL 01/28] initscripts: don't bg mk_dirs in populate-volatile Saul Wold
2012-07-25 7:18 ` Saul Wold [this message]
2012-07-25 7:18 ` [CONSOLIDATED PULL 03/28] tcmode-default: Bump EGLIBC Version to 2.16 Saul Wold
2012-07-25 7:18 ` [CONSOLIDATED PULL 04/28] bash: enable parallel build Saul Wold
2012-07-25 7:18 ` [CONSOLIDATED PULL 05/28] bash: fix warning about bashbug reference /usr/bin when installed in /bin Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 06/28] kernel.bbclass: fix external module building Saul Wold
2012-07-26 17:21 ` Leon Woestenberg
2012-07-26 18:46 ` Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 07/28] shadow-native: use 'users' group by default Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 08/28] shadow: " Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 09/28] linux-yocto/3.4: 3.4.6 and 3.4.x-rt14 Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 10/28] dhcp: remove dependency of dev/staticdev packages on main package Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 11/28] libxp: Change superfluous "+=" to simple "=" when using _append Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 12/28] webkit-gtk: Replace superfluous "+=" with "=", and add leading space Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 13/28] qemu.bbclass: Map the qemu binary name for powerpc64 Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 14/28] cups_1.4.6.bb: Fix build on ppc64 Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 15/28] remake: Add remake-native and remake Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 16/28] libcgroup_0.37.1.bb: Add recipe Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 17/28] kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes" Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 18/28] package.bbclass: Create symlinks for packages with different packaged name Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 19/28] classes/package_deb: add PackageArch field Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 20/28] eglibc-initial: Fix build failure due to missing limits.h Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 21/28] gcc-cross-initial: Stage self sufficient fixed limits.h Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 22/28] eglibc: Fix build when OPTION_POSIX_WIDE_CHAR_DEVICE_IO is not set Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 23/28] core-image: remove x11-netbook package group, it's unused Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 24/28] busybox: fix the problem that mkfs.minix.tests fails on big endian platform Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 25/28] xinit_1.3.2: Remove broken, superfluous 'FILES_${PN} += "${libdir}X11/xinit"' Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 26/28] busybox:udhcpc: fix the root_is_nfs() function Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 27/28] package-index: inherit pythonnative Saul Wold
2012-07-25 7:19 ` [CONSOLIDATED PULL 28/28] Add missing Upstream-Status to various patches Saul Wold
2012-07-26 13:59 ` [CONSOLIDATED PULL 00/28] Fixes & eglibc 2.16 Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9090abb6240d8a3bf2ff0acd84e13c363440896b.1343200454.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox