From: Darren Hart <dvhart@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] nspr: fix package spliting
Date: Fri, 13 Apr 2012 17:07:06 -0700 [thread overview]
Message-ID: <4F88BFAA.4010106@linux.intel.com> (raw)
In-Reply-To: <01480f0f7418b8ceac72201e1b285495d2e23d58.1334311268.git.dexuan.cui@intel.com>
On 04/13/2012 03:04 AM, Dexuan Cui wrote:
> Here /usr/lib/lib*.so files are binaries rather than symbol links.
> We should package them into ${PN} rather than ${PN}-dev, or else,
> when a package, that rdepends on nspr, is packaged, we get a
> "non-dev package rdepends on nspr-dev" ERROR.
Applied and built for qemux86. Had to bump PR to "r4" to increase past
another applied change.
> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Tested-by: Darren Hart <dvhart@linux.intel.com>
> ---
> meta/recipes-support/nspr/nspr_4.8.9.bb | 7 ++++---
> 1 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-support/nspr/nspr_4.8.9.bb b/meta/recipes-support/nspr/nspr_4.8.9.bb
> index 8b840d9..d3c683c 100644
> --- a/meta/recipes-support/nspr/nspr_4.8.9.bb
> +++ b/meta/recipes-support/nspr/nspr_4.8.9.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=40;md5=99d4d7d68bbc4
> file://Makefile.in;beginline=4;endline=38;md5=c2b512182a334e1bfa1edc4d1c84a298 "
> SECTION = "libs/network"
>
> -PR = "r2"
> +PR = "r3"
>
> SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz \
> file://remove-rpath-from-tests.patch \
> @@ -160,6 +160,7 @@ do_install_append() {
> install -m 0755 ${TESTS} ${D}${libdir}/nspr/tests
> }
>
> -FILES_${PN} = "${bindir}/*"
> -FILES_${PN}-dev += "${libdir}/nspr/tests/*"
> +FILES_${PN} = "${bindir}/* ${libdir}/lib*.so"
> +FILES_${PN}-dev = "${libdir}/nspr/tests/* ${libdir}/pkgconfig \
> + ${includedir}/* ${datadir}/aclocal/* "
> FILES_${PN}-dbg += "${libdir}/nspr/tests/.debug/*"
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2012-04-14 0:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-13 10:04 [PATCH 0/1] Dexuan: nspr: fix package splitin Dexuan Cui
2012-04-13 10:04 ` [PATCH 1/1] nspr: fix package spliting Dexuan Cui
2012-04-14 0:07 ` Darren Hart [this message]
2012-04-16 15:41 ` [PATCH 0/1] Dexuan: nspr: fix package splitin 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=4F88BFAA.4010106@linux.intel.com \
--to=dvhart@linux.intel.com \
--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