All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: openembedded-commits@openembedded.org
Subject: Re: [oe-commits] Koen Kooi : libdrm.inc: fix packaging regression that cause ${PN} to go from libdrm2 to libdrm
Date: Sat, 26 Jun 2010 14:37:00 +0200	[thread overview]
Message-ID: <20100626123700.GM17650@jama> (raw)
In-Reply-To: <E1OSU21-0002Hi-E6@melo.openembedded.org>

On Sat, Jun 26, 2010 at 11:58:45AM +0000, git version control wrote:
> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: 5f8da0c97cb5200d83483d4bbe1dc867e133dbbc
> URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5f8da0c97cb5200d83483d4bbe1dc867e133dbbc
> 
> Author: Koen Kooi <koen@openembedded.org>
> Date:   Sat Jun 26 13:55:22 2010 +0200
> 
> libdrm.inc: fix packaging regression that cause ${PN} to go from libdrm2 to libdrm
> 
> ---
> 
>  recipes/dri/libdrm.inc |    7 ++++++-
>  1 files changed, 6 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/dri/libdrm.inc b/recipes/dri/libdrm.inc
> index eebd6b2..487eae6 100644
> --- a/recipes/dri/libdrm.inc
> +++ b/recipes/dri/libdrm.inc
> @@ -3,6 +3,11 @@ LICENSE = "MIT"
>  SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
>  PROVIDES = "drm"
>  
> -INC_PR = "r3"
> +INC_PR = "r4"
>  
>  inherit autotools pkgconfig
> +
> +PACKAGES =+ "${PN}-drivers"
> +FILES_${PN}-drivers = "${libdir}/libdrm_*.so.*"
> +
> +LEAD_SONAME_${PN} = "libdrm.so"

Hi,

Just noticed the problem too and seems like this solution wasn't enough,
would you add ${PN}-kms package? Or do you have an idea why it ignored
LEAD_SONAME?

NOTE: Multiple libraries (libkms.so.1, libdrm.so.2) found and LEAD_SONAME not defined

Packaged contents of libdrm-drivers into
/home/shr/shr-unstable/tmp/deploy/ipk/armv4t/libdrm-glamo1_2.4.20+gitr4566+9411b0ca002b34d2d13a132038170c2e7b08945c-r4.0.5_armv4t.ipk
Packaged contents of libdrm-dbg into
/home/shr/shr-unstable/tmp/deploy/ipk/armv4t/libdrm-dbg_2.4.20+gitr4566+9411b0ca002b34d2d13a132038170c2e7b08945c-r4.0.5_armv4t.ipk
Packaged contents of libdrm into
/home/shr/shr-unstable/tmp/deploy/ipk/armv4t/libdrm_2.4.20+gitr4566+9411b0ca002b34d2d13a132038170c2e7b08945c-r4.0.5_armv4t.ipk
Packaged contents of libdrm-dev into
/home/shr/shr-unstable/tmp/deploy/ipk/armv4t/libdrm-dev_2.4.20+gitr4566+9411b0ca002b34d2d13a132038170c2e7b08945c-r4.0.5_armv4t.ipk

Regards,

-- 
Jansa 'JaMa' Martin     jabber: Martin.Jansa@gmail.com



       reply	other threads:[~2010-06-26 12:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1OSU21-0002Hi-E6@melo.openembedded.org>
2010-06-26 12:37 ` Martin Jansa [this message]
2010-06-26 15:29   ` Koen Kooi : libdrm.inc: fix packaging regression that cause ${PN} to go from libdrm2 to libdrm Koen Kooi
2010-06-26 17:45     ` Martin Jansa

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=20100626123700.GM17650@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-commits@openembedded.org \
    --cc=openembedded-devel@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 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.