All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qtmultimedia: add gstreamer in PACKAGECONFIG to enable video
@ 2016-02-03 20:42 Hongmei Gou
  2016-02-03 21:01 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Hongmei Gou @ 2016-02-03 20:42 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend

diff --git a/meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend b/meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend
new file mode 100644
index 0000000..f164f6e
--- /dev/null
+++ b/meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend
@@ -0,0 +1,5 @@
+PR_append = "-arago0"
+
+PACKAGECONFIG ??= "gstreamer \
+                   ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
+                   ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
-- 
1.9.1



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

* Re: [PATCH] qtmultimedia: add gstreamer in PACKAGECONFIG to enable video
  2016-02-03 20:42 [PATCH] qtmultimedia: add gstreamer in PACKAGECONFIG to enable video Hongmei Gou
@ 2016-02-03 21:01 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-02-03 21:01 UTC (permalink / raw)
  To: Hongmei Gou; +Cc: meta-arago

NAK, no need for bbappend to adjust PACKAGECONFIG - see arago.conf for other 
examples.

-- 
Denys


On Wed, Feb 03, 2016 at 03:42:54PM -0500, Hongmei Gou wrote:
> Signed-off-by: Hongmei Gou <h-gou@ti.com>
> ---
>  meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend
> 
> diff --git a/meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend b/meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend
> new file mode 100644
> index 0000000..f164f6e
> --- /dev/null
> +++ b/meta-arago-distro/recipes-qt/qt5/qtmultimedia_%.bbappend
> @@ -0,0 +1,5 @@
> +PR_append = "-arago0"
> +
> +PACKAGECONFIG ??= "gstreamer \
> +                   ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
> +                   ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2016-02-03 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03 20:42 [PATCH] qtmultimedia: add gstreamer in PACKAGECONFIG to enable video Hongmei Gou
2016-02-03 21:01 ` Denys Dmytriyenko

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.