Openembedded Devel Discussions
 help / color / mirror / Atom feed
* Re: [PATCH] alsa-lib: fix packaging error
  2011-01-11 17:47 [PATCH] alsa-lib: fix packaging error Steffen Sledz
@ 2011-01-11 12:31 ` Koen Kooi
  2011-01-12  6:21 ` Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-01-11 12:31 UTC (permalink / raw)
  To: openembedded-devel

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

On 11-01-11 18:47, Steffen Sledz wrote:
> * symlink libasound.so -> libasound.so.2.0.0 was missing
> 
> 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..04e0239 100644
> --- a/recipes/alsa/alsa-lib_1.0.20.bb
> +++ b/recipes/alsa/alsa-lib_1.0.20.bb
> @@ -31,7 +31,7 @@ EXTRA_OECONF += "${@get_alsa_versym_setting(bb, d)} "
>  
>  PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
>  FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
> -FILES_libasound = "${libdir}/libasound.so.*"
> +FILES_libasound = "${libdir}/libasound.so*"

NAK, those belong in the -dev packages, see the FILES_${PN}-dev
definition in bitbake.conf
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNLE2OMkyGM64RGpERAm5pAKCSaGWtnbkphLGSDmVggMCcxyzKUQCggz73
Uhqpx3IDp3t7IL0yulpCL5I=
=PpqK
-----END PGP SIGNATURE-----




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

* [PATCH] alsa-lib: fix packaging error
@ 2011-01-11 17:47 Steffen Sledz
  2011-01-11 12:31 ` Koen Kooi
  2011-01-12  6:21 ` Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Steffen Sledz @ 2011-01-11 17:47 UTC (permalink / raw)
  To: openembedded-devel

* symlink libasound.so -> libasound.so.2.0.0 was missing

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..04e0239 100644
--- a/recipes/alsa/alsa-lib_1.0.20.bb
+++ b/recipes/alsa/alsa-lib_1.0.20.bb
@@ -31,7 +31,7 @@ EXTRA_OECONF += "${@get_alsa_versym_setting(bb, d)} "
 
 PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
 FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
-FILES_libasound = "${libdir}/libasound.so.*"
+FILES_libasound = "${libdir}/libasound.so*"
 FILES_alsa-server = "${bindir}/*"
 FILES_alsa-conf = "${datadir}/alsa/"
 FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
diff --git a/recipes/alsa/alsa-lib_1.0.23.bb b/recipes/alsa/alsa-lib_1.0.23.bb
index 0f9b14c..ec9015b 100644
--- a/recipes/alsa/alsa-lib_1.0.23.bb
+++ b/recipes/alsa/alsa-lib_1.0.23.bb
@@ -33,7 +33,7 @@ EXTRA_OECONF += "${@get_alsa_versym_setting(bb, d)} "
 
 PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
 FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
-FILES_libasound = "${libdir}/libasound.so.*"
+FILES_libasound = "${libdir}/libasound.so*"
 FILES_alsa-server = "${bindir}/*"
 FILES_alsa-conf = "${datadir}/alsa/"
 FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
-- 
1.7.1




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

* Re: [PATCH] alsa-lib: fix packaging error
  2011-01-11 17:47 [PATCH] alsa-lib: fix packaging error Steffen Sledz
  2011-01-11 12:31 ` Koen Kooi
@ 2011-01-12  6:21 ` Khem Raj
  2011-01-12  7:39   ` Steffen Sledz
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2011-01-12  6:21 UTC (permalink / raw)
  To: openembedded-devel

On 1/11/2011 9:47 AM, Steffen Sledz wrote:
> * symlink libasound.so ->  libasound.so.2.0.0 was missing
>
> Signed-off-by: Steffen Sledz<sledz@dresearch.de>

can you put ${libdir}/libasound.so into libasound-dev



> ---
>   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..04e0239 100644
> --- a/recipes/alsa/alsa-lib_1.0.20.bb
> +++ b/recipes/alsa/alsa-lib_1.0.20.bb
> @@ -31,7 +31,7 @@ EXTRA_OECONF += "${@get_alsa_versym_setting(bb, d)} "
>
>   PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
>   FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
> -FILES_libasound = "${libdir}/libasound.so.*"
> +FILES_libasound = "${libdir}/libasound.so*"
>   FILES_alsa-server = "${bindir}/*"
>   FILES_alsa-conf = "${datadir}/alsa/"
>   FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
> diff --git a/recipes/alsa/alsa-lib_1.0.23.bb b/recipes/alsa/alsa-lib_1.0.23.bb
> index 0f9b14c..ec9015b 100644
> --- a/recipes/alsa/alsa-lib_1.0.23.bb
> +++ b/recipes/alsa/alsa-lib_1.0.23.bb
> @@ -33,7 +33,7 @@ EXTRA_OECONF += "${@get_alsa_versym_setting(bb, d)} "
>
>   PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
>   FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
> -FILES_libasound = "${libdir}/libasound.so.*"
> +FILES_libasound = "${libdir}/libasound.so*"
>   FILES_alsa-server = "${bindir}/*"
>   FILES_alsa-conf = "${datadir}/alsa/"
>   FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"




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

* Re: [PATCH] alsa-lib: fix packaging error
  2011-01-12  6:21 ` Khem Raj
@ 2011-01-12  7:39   ` Steffen Sledz
  0 siblings, 0 replies; 4+ messages in thread
From: Steffen Sledz @ 2011-01-12  7:39 UTC (permalink / raw)
  To: openembedded-devel

Am 12.01.2011 07:21, schrieb Khem Raj:
> On 1/11/2011 9:47 AM, Steffen Sledz wrote:
>> * symlink libasound.so ->  libasound.so.2.0.0 was missing
>>
>> Signed-off-by: Steffen Sledz<sledz@dresearch.de>
> 
> can you put ${libdir}/libasound.so into libasound-dev

Put it into alsa-lib-dev. See [PATCH v2].

Steffen




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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 17:47 [PATCH] alsa-lib: fix packaging error Steffen Sledz
2011-01-11 12:31 ` Koen Kooi
2011-01-12  6:21 ` Khem Raj
2011-01-12  7:39   ` Steffen Sledz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox