From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries
Date: Mon, 06 Jun 2011 20:01:56 +0100 [thread overview]
Message-ID: <1307386916.7672.33.camel@rex> (raw)
In-Reply-To: <BANLkTi=eR+PJ5+jPDsqZeGB6w8Xr276X1Q@mail.gmail.com>
On Mon, 2011-06-06 at 10:03 -0700, Khem Raj wrote:
> On Sun, Jun 5, 2011 at 11:44 PM, Saul Wold <sgw@linux.intel.com> wrote:
> > Signed-off-by: Saul Wold <sgw@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 de94316..520b808 100644
> > --- a/meta/conf/bitbake.conf
> > +++ b/meta/conf/bitbake.conf
> > @@ -194,9 +194,13 @@ This package contains ELF symbols and related sources for debugging purposes."
> >
> > SUMMARY_${PN}-dev ?= "${SUMMARY} - Development files"
> > DESCRIPTION_${PN}-dev ?= "${DESCRIPTION} \
> > -This package contains symbolic links, static binaries, header files, and \
> > +This package contains symbolic links, header files, and \
> > related items necessary for software development."
> >
> > +SUMMARY_${PN}-staticlibs ?= "${SUMMARY} - Development files (Static Libraries)"
> > +DESCRIPTION_${PN}-staticlibs?= "${DESCRIPTION} \
> > +This package contains static libraries for software development."
> > +
> > SUMMARY_${PN}-doc ?= "${SUMMARY} - Documentation files"
> > DESCRIPTION_${PN}-doc ?= "${DESCRIPTION} \
> > This package contains documentation."
> > @@ -248,13 +252,17 @@ FILES_${PN}-doc = "${docdir} ${mandir} ${infodir} ${datadir}/gtk-doc \
> > SECTION_${PN}-doc = "doc"
> >
> > FILES_${PN}-dev = "${includedir} ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la \
> > - ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \
> > + ${libdir}/*.o ${libdir}/pkgconfig \
> > ${datadir}/pkgconfig ${datadir}/aclocal \
> > ${base_libdir}/*.a ${base_libdir}/*.o"
> > 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 (= ${EXTENDPV})"
> > +
>
> I think if you need to divide it then -dev should be divided into
> static, dynamic and headers otherwise this may not be so useful.
The dynamic package would only consist of some symlinks and .la files
though so wouldn't be that much extra compared to the -dev package?
Cheers,
Richard
next prev parent reply other threads:[~2011-06-06 19:05 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-06 6:44 [CONSOLIDATED PULL 00/20] 05-June-2011 Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries Saul Wold
2011-06-06 6:55 ` Phil Blundell
2011-06-06 10:50 ` Richard Purdie
2011-06-06 16:50 ` Saul Wold
2011-06-06 17:31 ` Otavio Salvador
2011-06-06 19:00 ` Richard Purdie
2011-06-06 19:07 ` Otavio Salvador
2011-06-06 19:31 ` Richard Purdie
2011-06-07 10:08 ` Phil Blundell
2011-06-06 19:34 ` Koen Kooi
2011-06-06 14:59 ` Saul Wold
2011-06-06 17:03 ` Khem Raj
2011-06-06 19:01 ` Richard Purdie [this message]
2011-06-06 6:44 ` [CONSOLIDATED PULL 02/20] m4: upgrade from 1.4.15 to 1.4.16 Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 03/20] autoconf: upgrade from 2.65 to 2.68 Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 04/20] bison: upgrade from 2.4.3 to 2.5 Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 05/20] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all" Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 06/20] util-linux_2.19.1.bb: Fix compliation on uclibc Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 07/20] base.bbclass: add cleansstate task between clean and cleanall Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 08/20] gnutls: use INC_PR on 2.12.5 version recipe Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 09/20] gnutls: add p11tool into gnutls-bin Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 10/20] package.bbclass: add support to split Qt translation files Saul Wold
2011-06-06 17:14 ` Richard Purdie
2011-06-06 17:27 ` Otavio Salvador
2011-06-06 19:29 ` Richard Purdie
2011-06-06 6:44 ` [CONSOLIDATED PULL 11/20] xf86-driver-common.inc: remove .la files to avoid unpackaged warning Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 12/20] gcc-package-cross: also install the symlinks in libexec with target prefix Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 13/20] shadow: recipe and patch cleanup Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 14/20] shadow: add a -native recipe with customized utilities Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 15/20] base-passwd: populate the target sysroot with passwd/group/login.defs Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 16/20] useradd.bbclass: new class for managing user/group permissions Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 17/20] useradd-example: example recipe for using inherit useradd Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 18/20] bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 19/20] package_rpm.bbclass: make RPM use on-disk permissions Saul Wold
2011-06-06 6:44 ` [CONSOLIDATED PULL 20/20] tzcode: Update to 2011g Saul Wold
2011-06-07 20:40 ` [CONSOLIDATED PULL 00/20] 05-June-2011 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=1307386916.7672.33.camel@rex \
--to=richard.purdie@linuxfoundation.org \
--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