From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Subject: Re: [PATCH] libpcap: Move pcap-config to -dev package
Date: Sun, 06 May 2012 23:59:11 -0700 [thread overview]
Message-ID: <4FA772BF.5020406@linux.intel.com> (raw)
In-Reply-To: <5B2F5D0A-BEEF-47BE-85DD-F9FCC7E290DC@dominion.thruhere.net>
On 05/04/2012 11:57 PM, Koen Kooi wrote:
>
> Op 5 mei 2012, om 02:13 heeft Saul Wold het volgende geschreven:
>
>> pcap-config is a tool used for getting the cflags and ln flags for development
>>
>> [YOCTO #2367]
>>
>> Signed-off-by: Saul Wold<sgw@linux.intel.com>
>> ---
>> 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}"
>
> Change that go ${bindir}/pcap-config to avoid being too greedy during upgrades. Or just inherit 'binconfig' :)
It already inherits binconfig!
That does not seem to address which package it gets installed in!
Sau!
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
next prev parent reply other threads:[~2012-05-07 7:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-05 0:13 [PATCH] libpcap: Move pcap-config to -dev package Saul Wold
2012-05-05 6:57 ` Koen Kooi
2012-05-07 6:59 ` Saul Wold [this message]
2012-05-07 7:15 ` Koen Kooi
2012-05-11 16:10 ` Saul Wold
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=4FA772BF.5020406@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=koen@dominion.thruhere.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.