All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v2] alsa-lib: fix packaging error
  2011-01-11 19:26 ` [PATCH v2] alsa-lib: fix packaging error Steffen Sledz
@ 2011-01-11 13:39   ` Koen Kooi
  2011-01-11 14:24   ` Paul Menzel
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Koen Kooi @ 2011-01-11 13:39 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 11-01-11 20:26, Steffen Sledz wrote:
> * symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in
>   dev package
> 
> Signed-off-by: Steffen Sledz <sledz@dresearch.de>

Acked-by: Koen Kooi <koen@openembedded.org>

> ---
>  recipes/alsa/alsa-lib_1.0.20.bb |    2 +-
>  recipes/alsa/alsa-lib_1.0.23.bb |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/alsa/alsa-lib_1.0.20.bb b/recipes/alsa/alsa-lib_1.0.20.bb
> index de522c7..fc508ec 100644
> --- a/recipes/alsa/alsa-lib_1.0.20.bb
> +++ b/recipes/alsa/alsa-lib_1.0.20.bb
> @@ -34,7 +34,7 @@ FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
>  FILES_libasound = "${libdir}/libasound.so.*"
>  FILES_alsa-server = "${bindir}/*"
>  FILES_alsa-conf = "${datadir}/alsa/"
> -FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
> +FILES_alsa-dev += "${libdir}/libasound.so ${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
>  FILES_alsa-conf-base = "\
>  ${datadir}/alsa/alsa.conf \
>  ${datadir}/alsa/cards/aliases.conf \
> diff --git a/recipes/alsa/alsa-lib_1.0.23.bb b/recipes/alsa/alsa-lib_1.0.23.bb
> index 0f9b14c..0085047 100644
> --- a/recipes/alsa/alsa-lib_1.0.23.bb
> +++ b/recipes/alsa/alsa-lib_1.0.23.bb
> @@ -36,7 +36,7 @@ FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
>  FILES_libasound = "${libdir}/libasound.so.*"
>  FILES_alsa-server = "${bindir}/*"
>  FILES_alsa-conf = "${datadir}/alsa/"
> -FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
> +FILES_alsa-dev += "${libdir}/libasound.so ${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
>  FILES_alsa-conf-base = "\
>  ${datadir}/alsa/alsa.conf \
>  ${datadir}/alsa/cards/aliases.conf \

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNLF2RMkyGM64RGpERAv8DAJ9ipAyHrIazFiPN/+GdTRzaIWYMSgCeIUFx
Q0W7A2UtNVuNrVFkUwdht9g=
=1noC
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] alsa-lib: fix packaging error
  2011-01-11 19:26 ` [PATCH v2] alsa-lib: fix packaging error Steffen Sledz
  2011-01-11 13:39   ` Koen Kooi
@ 2011-01-11 14:24   ` Paul Menzel
  2011-01-11 14:58     ` Steffen Sledz
  2011-01-11 14:36   ` Phil Blundell
  2011-01-12  7:46   ` Khem Raj
  3 siblings, 1 reply; 7+ messages in thread
From: Paul Menzel @ 2011-01-11 14:24 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

Am Dienstag, den 11.01.2011, 14:26 -0500 schrieb Steffen Sledz:

Your clock/time is incorrect.


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] alsa-lib: fix packaging error
  2011-01-11 19:26 ` [PATCH v2] alsa-lib: fix packaging error Steffen Sledz
  2011-01-11 13:39   ` Koen Kooi
  2011-01-11 14:24   ` Paul Menzel
@ 2011-01-11 14:36   ` Phil Blundell
  2011-01-11 14:57     ` Steffen Sledz
  2011-01-12  7:46   ` Khem Raj
  3 siblings, 1 reply; 7+ messages in thread
From: Phil Blundell @ 2011-01-11 14:36 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 2011-01-11 at 14:26 -0500, Steffen Sledz wrote:
> * symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in
>   dev package

Why doesn't the generic FILES_${PN}-dev from bitbake.conf catch this
file?  Not that I think your patch is necessarily wrong but it isn't
obvious to me why it is necessary.

p.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] alsa-lib: fix packaging error
  2011-01-11 14:36   ` Phil Blundell
@ 2011-01-11 14:57     ` Steffen Sledz
  0 siblings, 0 replies; 7+ messages in thread
From: Steffen Sledz @ 2011-01-11 14:57 UTC (permalink / raw)
  To: openembedded-devel

Am 11.01.2011 15:36, schrieb Phil Blundell:
> On Tue, 2011-01-11 at 14:26 -0500, Steffen Sledz wrote:
>> * symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in
>>   dev package
> 
> Why doesn't the generic FILES_${PN}-dev from bitbake.conf catch this
> file?  Not that I think your patch is necessarily wrong but it isn't
> obvious to me why it is necessary.

The ALSA package structure seems to be a bit complex. There is an additional package named libasound but no libasound-dev. The development stuff is summed up in alsa-lib-dev.

BTW: I'm not an ALSA maintainer. Just tumbled over the missing symlink.

Steffen




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] alsa-lib: fix packaging error
  2011-01-11 14:24   ` Paul Menzel
@ 2011-01-11 14:58     ` Steffen Sledz
  0 siblings, 0 replies; 7+ messages in thread
From: Steffen Sledz @ 2011-01-11 14:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Paul Menzel

Am 11.01.2011 15:24, schrieb Paul Menzel:
> Am Dienstag, den 11.01.2011, 14:26 -0500 schrieb Steffen Sledz:
> 
> Your clock/time is incorrect.

Arrgghh.

Should be fixed now.

Steffen




^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH v2] alsa-lib: fix packaging error
       [not found] <ighiieMAN_POSIXLY_CORRECT=1@dough.gmane.org>
@ 2011-01-11 19:26 ` Steffen Sledz
  2011-01-11 13:39   ` Koen Kooi
                     ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Steffen Sledz @ 2011-01-11 19:26 UTC (permalink / raw)
  To: openembedded-devel

* symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in
  dev package

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
---
 recipes/alsa/alsa-lib_1.0.20.bb |    2 +-
 recipes/alsa/alsa-lib_1.0.23.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/alsa/alsa-lib_1.0.20.bb b/recipes/alsa/alsa-lib_1.0.20.bb
index de522c7..fc508ec 100644
--- a/recipes/alsa/alsa-lib_1.0.20.bb
+++ b/recipes/alsa/alsa-lib_1.0.20.bb
@@ -34,7 +34,7 @@ FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
 FILES_libasound = "${libdir}/libasound.so.*"
 FILES_alsa-server = "${bindir}/*"
 FILES_alsa-conf = "${datadir}/alsa/"
-FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
+FILES_alsa-dev += "${libdir}/libasound.so ${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
 FILES_alsa-conf-base = "\
 ${datadir}/alsa/alsa.conf \
 ${datadir}/alsa/cards/aliases.conf \
diff --git a/recipes/alsa/alsa-lib_1.0.23.bb b/recipes/alsa/alsa-lib_1.0.23.bb
index 0f9b14c..0085047 100644
--- a/recipes/alsa/alsa-lib_1.0.23.bb
+++ b/recipes/alsa/alsa-lib_1.0.23.bb
@@ -36,7 +36,7 @@ FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
 FILES_libasound = "${libdir}/libasound.so.*"
 FILES_alsa-server = "${bindir}/*"
 FILES_alsa-conf = "${datadir}/alsa/"
-FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
+FILES_alsa-dev += "${libdir}/libasound.so ${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
 FILES_alsa-conf-base = "\
 ${datadir}/alsa/alsa.conf \
 ${datadir}/alsa/cards/aliases.conf \
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] alsa-lib: fix packaging error
  2011-01-11 19:26 ` [PATCH v2] alsa-lib: fix packaging error Steffen Sledz
                     ` (2 preceding siblings ...)
  2011-01-11 14:36   ` Phil Blundell
@ 2011-01-12  7:46   ` Khem Raj
  3 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2011-01-12  7:46 UTC (permalink / raw)
  To: openembedded-devel

On 1/11/2011 11:26 AM, Steffen Sledz wrote:
> * symlink libasound.so ->  libasound.so.2.0.0 in /usr/lib was missing in
>    dev package
>
> Signed-off-by: Steffen Sledz<sledz@dresearch.de>

Acked-by: Khem Raj <raj.khem@gmail.com>


> ---
>   recipes/alsa/alsa-lib_1.0.20.bb |    2 +-
>   recipes/alsa/alsa-lib_1.0.23.bb |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/alsa/alsa-lib_1.0.20.bb b/recipes/alsa/alsa-lib_1.0.20.bb
> index de522c7..fc508ec 100644
> --- a/recipes/alsa/alsa-lib_1.0.20.bb
> +++ b/recipes/alsa/alsa-lib_1.0.20.bb
> @@ -34,7 +34,7 @@ FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
>   FILES_libasound = "${libdir}/libasound.so.*"
>   FILES_alsa-server = "${bindir}/*"
>   FILES_alsa-conf = "${datadir}/alsa/"
> -FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
> +FILES_alsa-dev += "${libdir}/libasound.so ${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
>   FILES_alsa-conf-base = "\
>   ${datadir}/alsa/alsa.conf \
>   ${datadir}/alsa/cards/aliases.conf \
> diff --git a/recipes/alsa/alsa-lib_1.0.23.bb b/recipes/alsa/alsa-lib_1.0.23.bb
> index 0f9b14c..0085047 100644
> --- a/recipes/alsa/alsa-lib_1.0.23.bb
> +++ b/recipes/alsa/alsa-lib_1.0.23.bb
> @@ -36,7 +36,7 @@ FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
>   FILES_libasound = "${libdir}/libasound.so.*"
>   FILES_alsa-server = "${bindir}/*"
>   FILES_alsa-conf = "${datadir}/alsa/"
> -FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
> +FILES_alsa-dev += "${libdir}/libasound.so ${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
>   FILES_alsa-conf-base = "\
>   ${datadir}/alsa/alsa.conf \
>   ${datadir}/alsa/cards/aliases.conf \




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-12  7:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <ighiieMAN_POSIXLY_CORRECT=1@dough.gmane.org>
2011-01-11 19:26 ` [PATCH v2] alsa-lib: fix packaging error Steffen Sledz
2011-01-11 13:39   ` Koen Kooi
2011-01-11 14:24   ` Paul Menzel
2011-01-11 14:58     ` Steffen Sledz
2011-01-11 14:36   ` Phil Blundell
2011-01-11 14:57     ` Steffen Sledz
2011-01-12  7:46   ` Khem Raj

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.