All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
To: Philip Balister <philip@balister.org>
Cc: openembedded-core@openembedded.org
Subject: Re: [PATCH] distutils-common : Add -staticdev to PACKAGES.
Date: Wed, 21 Nov 2012 07:03:14 +0100	[thread overview]
Message-ID: <50AC6EA2.60708@herbrechtsmeier.net> (raw)
In-Reply-To: <1353452291-3503-1-git-send-email-philip@balister.org>

Am 20.11.2012 23:58, schrieb Philip Balister:
> Some python recipes may build static libraries that need packaging in
> {PN}-static-dev.
>
> This change fixes a QA error in python-numpy.
>
> Signed-off-by: Philip Balister <philip@balister.org>
> ---
>   meta/classes/distutils-common-base.bbclass | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/distutils-common-base.bbclass b/meta/classes/distutils-common-base.bbclass
> index f66a5cd..36c1e83 100644
> --- a/meta/classes/distutils-common-base.bbclass
> +++ b/meta/classes/distutils-common-base.bbclass
> @@ -5,7 +5,7 @@ EXTRA_OEMAKE = ""
>   export STAGING_INCDIR
>   export STAGING_LIBDIR
>   
> -PACKAGES = "${PN}-dev ${PN}-dbg ${PN}-doc ${PN}"
> +PACKAGES = "${PN}-staticdev ${PN}-dev ${PN}-dbg ${PN}-doc ${PN}"
>   
>   FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"
>   
Hi,

I post a similarly patch parallel with the python-numpy fix:
http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/29575

Regards,
   Stefan




  reply	other threads:[~2012-11-21  6:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-20 22:58 [PATCH] distutils-common : Add -staticdev to PACKAGES Philip Balister
2012-11-21  6:03 ` Stefan Herbrechtsmeier [this message]
2012-11-21 12:59   ` Philip Balister

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=50AC6EA2.60708@herbrechtsmeier.net \
    --to=stefan@herbrechtsmeier.net \
    --cc=openembedded-core@openembedded.org \
    --cc=philip@balister.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.