Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-07 Thread Phil Blundell
On Mon, 2011-06-06 at 19:07 +, Otavio Salvador wrote: On Mon, Jun 6, 2011 at 19:00, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2011-06-06 at 17:31 +, Otavio Salvador wrote: I personally prefer -static. -staticlib seems redundant for me since we can end with

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Phil Blundell
On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: SECTION_${PN}-dev = devel ALLOW_EMPTY_${PN}-dev = 1 RDEPENDS_${PN}-dev = ${PN} (= ${EXTENDPKGV}) +FILES_${PN}-staticlibs = ${libdir}/*.a ${base_libdir}/*.a +SECTION_${PN}-staticlibs = devel +RDEPENDS_${PN}-staticlibs = ${PN}-dev (=

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Richard Purdie
On Mon, 2011-06-06 at 07:55 +0100, Phil Blundell wrote: On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: SECTION_${PN}-dev = devel ALLOW_EMPTY_${PN}-dev = 1 RDEPENDS_${PN}-dev = ${PN} (= ${EXTENDPKGV}) +FILES_${PN}-staticlibs = ${libdir}/*.a ${base_libdir}/*.a

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Saul Wold
On 06/05/2011 11:55 PM, Phil Blundell wrote: On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: SECTION_${PN}-dev = devel ALLOW_EMPTY_${PN}-dev = 1 RDEPENDS_${PN}-dev = ${PN} (= ${EXTENDPKGV}) +FILES_${PN}-staticlibs = ${libdir}/*.a ${base_libdir}/*.a +SECTION_${PN}-staticlibs = devel

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Khem Raj
On Sun, Jun 5, 2011 at 11:44 PM, Saul Wold s...@linux.intel.com wrote: Signed-off-by: Saul Wold s...@linux.intel.com ---  meta/conf/bitbake.conf |   12 ++--  1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Saul Wold
On 06/06/2011 03:50 AM, Richard Purdie wrote: On Mon, 2011-06-06 at 07:55 +0100, Phil Blundell wrote: On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: SECTION_${PN}-dev = devel ALLOW_EMPTY_${PN}-dev = 1 RDEPENDS_${PN}-dev = ${PN} (= ${EXTENDPKGV}) +FILES_${PN}-staticlibs =

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Otavio Salvador
On Mon, Jun 6, 2011 at 16:50, Saul Wold s...@linux.intel.com wrote: ... As was pointed out earlier Fedora packages static libraries in a -static package, but this had other implications for OE due to -static already being in use (for busybox and mplayer), I am not sure that this is not a

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Richard Purdie
On Mon, 2011-06-06 at 17:31 +, Otavio Salvador wrote: On Mon, Jun 6, 2011 at 16:50, Saul Wold s...@linux.intel.com wrote: ... As was pointed out earlier Fedora packages static libraries in a -static package, but this had other implications for OE due to -static already being in use

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Otavio Salvador
On Mon, Jun 6, 2011 at 19:00, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2011-06-06 at 17:31 +, Otavio Salvador wrote: I personally prefer -static. -staticlib seems redundant for me since we can end with libfoo-staticlib -static doesn't really work well given we

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Richard Purdie
On Mon, 2011-06-06 at 10:03 -0700, Khem Raj wrote: On Sun, Jun 5, 2011 at 11:44 PM, Saul Wold s...@linux.intel.com wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/bitbake.conf | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Richard Purdie
On Mon, 2011-06-06 at 19:07 +, Otavio Salvador wrote: On Mon, Jun 6, 2011 at 19:00, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2011-06-06 at 17:31 +, Otavio Salvador wrote: I personally prefer -static. -staticlib seems redundant for me since we can end with

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Koen Kooi
Op 6 jun 2011, om 18:50 heeft Saul Wold het volgende geschreven: On 06/06/2011 03:50 AM, Richard Purdie wrote: On Mon, 2011-06-06 at 07:55 +0100, Phil Blundell wrote: On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: SECTION_${PN}-dev = devel ALLOW_EMPTY_${PN}-dev = 1