From patchwork Sat May 5 00:13:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libpcap: Move pcap-config to -dev package Date: Sat, 05 May 2012 00:13:44 -0000 From: Saul Wold X-Patchwork-Id: 27183 Message-Id: <1336176824-5954-1-git-send-email-sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org pcap-config is a tool used for getting the cflags and ln flags for development [YOCTO #2367] Signed-off-by: Saul Wold --- meta/recipes-connectivity/libpcap/libpcap.inc | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index 427078f..7950b2a 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" @@ -30,3 +30,8 @@ do_configure_prepend () { cat aclocal.m4 > acinclude.m4 fi } + +# pcap-config is a dev tool and should not be packaged in the +# core package. +FILES_${PN} = "${libdir}/lib*${SOLIBS}" +FILES_${PN}-dev += "${bindir}"