From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 14/14] bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN
Date: Wed, 14 Mar 2012 12:45:14 +0000 [thread overview]
Message-ID: <1331729114.18586.17.camel@ted> (raw)
In-Reply-To: <83725ac25080b6c3a15fe016300bf1bad7908561.1331713807.git.sgw@linux.intel.com>
On Wed, 2012-03-14 at 01:33 -0700, Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta/conf/bitbake.conf | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 216da75..d4357d1 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -253,7 +253,7 @@ SOLIBSDEV_darwin = ".dylib"
> SOLIBSDEV_darwin8 = ".dylib"
> SOLIBSDEV_darwin9 = ".dylib"
>
> -PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale"
> +PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN} ${PN}-doc ${PN}-dev ${PN}-locale"
> PACKAGES_DYNAMIC = "${PN}-locale-*"
> FILES = ""
>
> @@ -277,7 +277,7 @@ SECTION_${PN}-dev = "devel"
> ALLOW_EMPTY_${PN}-dev = "1"
> RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPKGV})"
>
> -FILES_${PN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a"
> +FILES_${PN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a ${libdir}/${BPN}/*.a"
> SECTION_${PN}-staticdev = "devel"
> RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})"
This is a major change at this point in the release cycle. I'd at least
want to see a "bitbake world" compared before and after using
buildhistory.
There are reasons we might want to do this with other packages such as
the -dbg and -dev too. It is a serious change though and we've never
dared with the other packages due to not knowing exactly what we were
changing.
Cheers,
Richard
next prev parent reply other threads:[~2012-03-14 12:54 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-14 8:33 [PATCH 00/14] Warning Fixes and some Updates Saul Wold
2012-03-14 8:33 ` [PATCH 01/14] owl-video: Fix unpackaged file warning Saul Wold
2012-03-14 8:33 ` [PATCH 02/14] ltp: Package static library in -staticdev Saul Wold
2012-03-14 8:33 ` [PATCH 03/14] quilt: Fix docs packaging warnings Saul Wold
2012-03-14 8:33 ` [PATCH 04/14] autoconf: remove emacs mode files to fix warnings Saul Wold
2012-03-14 8:33 ` [PATCH 05/14] qt4: package static libraries correctly " Saul Wold
2012-03-14 11:39 ` Martin Jansa
2012-03-14 14:44 ` [PATCHv2] " Saul Wold
2012-03-14 14:46 ` Martin Jansa
2012-03-14 14:46 ` [PATCHv3] " Martin Jansa
2012-03-14 8:33 ` [PATCH 06/14] rpm: Package python-rpm static archive correctly Saul Wold
2012-03-14 8:33 ` [PATCH 07/14] python: package static libraries correctly in -staticdev Saul Wold
2012-03-14 8:43 ` Martin Jansa
2012-03-14 8:33 ` [PATCH 08/14] distro_tracking: Updates for manual checks Saul Wold
2012-03-14 8:33 ` [PATCH 09/14] avahi: Update to 0.6.31 Saul Wold
2012-03-14 8:33 ` [PATCH 10/14] man-pages: Update to 3.36 Saul Wold
2012-03-14 8:33 ` [PATCH 11/14] libgalago: Fix package warnings by not packaging autopackage Saul Wold
2012-03-14 8:33 ` [PATCH 12/14] gpgme: fix packaging warnings Saul Wold
2012-03-14 12:49 ` Richard Purdie
2012-03-14 8:33 ` [PATCH 13/14] man: fix configure issue to solve warnings Saul Wold
2012-03-14 8:33 ` [PATCH 14/14] bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN Saul Wold
2012-03-14 12:45 ` Richard Purdie [this message]
2012-03-14 13:26 ` [PATCH 00/14] Warning Fixes and some Updates Richard Purdie
2012-03-14 16:09 ` 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=1331729114.18586.17.camel@ted \
--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