Openembedded Devel Discussions
 help / color / mirror / Atom feed
* Re: [meta-multimedia][PATCH] libao add missing plugin to packages list Signed-off-by: Patrick Patat <patrick.patat@innotis.org>
  2013-10-29 11:19 [meta-multimedia][PATCH] libao add missing plugin to packages list Signed-off-by: Patrick Patat <patrick.patat@innotis.org> Patrick Patat
@ 2013-10-29 10:47 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2013-10-29 10:47 UTC (permalink / raw)
  To: openembedded-devel

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


You need blank line between subject and SOB line.

On Tue, Oct 29, 2013 at 12:19:32PM +0100, Patrick Patat wrote:
> ---
>  .../recipes-multimedia/libao/libao_1.1.0.bb        |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb b/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb
> index 08950b5..47e8f28 100644
> --- a/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb
> +++ b/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb
> @@ -11,6 +11,8 @@ SRC_URI[sha256sum] = "29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c
>  
>  inherit autotools
>  
> +PACKAGES =+ "libao-plugin-libalsa libao-plugin-liboss libao-plugin-libpulse libao-plugin-libalsa-dbg libao-plugin-liboss-dbg libao-plugin-libpulse-dbg" 

libao is using do_split_packages so instead of hardcoding list of
plugins add add PACKAGES_DYNAMIC matching output_pattern in
do_split_packages call.

> +
>  do_install_append () {
>      find "${D}" -name '*.la' -exec rm -f {} +
>  }
> -- 
> 1.7.9.5
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* [meta-multimedia][PATCH] libao add missing plugin to packages list Signed-off-by: Patrick Patat <patrick.patat@innotis.org>
@ 2013-10-29 11:19 Patrick Patat
  2013-10-29 10:47 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Patat @ 2013-10-29 11:19 UTC (permalink / raw)
  To: openembedded-devel

---
 .../recipes-multimedia/libao/libao_1.1.0.bb        |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb b/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb
index 08950b5..47e8f28 100644
--- a/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb
+++ b/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb
@@ -11,6 +11,8 @@ SRC_URI[sha256sum] = "29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c
 
 inherit autotools
 
+PACKAGES =+ "libao-plugin-libalsa libao-plugin-liboss libao-plugin-libpulse libao-plugin-libalsa-dbg libao-plugin-liboss-dbg libao-plugin-libpulse-dbg" 
+
 do_install_append () {
     find "${D}" -name '*.la' -exec rm -f {} +
 }
-- 
1.7.9.5



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

end of thread, other threads:[~2013-10-29 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 11:19 [meta-multimedia][PATCH] libao add missing plugin to packages list Signed-off-by: Patrick Patat <patrick.patat@innotis.org> Patrick Patat
2013-10-29 10:47 ` Martin Jansa

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