* [meta-raspberrypi][PATCH 1/2] gstreamer1.0-plugins-bad: Sync version with yocto master
@ 2014-08-14 13:16 Andrei Gherzan
2014-08-14 13:16 ` [meta-raspberrypi][PATCH 2/2] omxplayer: Add dependency on openssl Andrei Gherzan
2014-08-14 17:21 ` [meta-raspberrypi][PATCH 1/2] gstreamer1.0-plugins-bad: Sync version with yocto master Andrei Gherzan
0 siblings, 2 replies; 4+ messages in thread
From: Andrei Gherzan @ 2014-08-14 13:16 UTC (permalink / raw)
To: yocto
Change-Id: I7913b849ddfc615de4846dbd653e03d084bb8039
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend | 3 ---
recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
delete mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend
create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend
deleted file mode 100644
index fba7e1a..0000000
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-EXTRA_OECONF_append_raspberrypi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \
- -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \
- --with-egl-window-system=rpi"
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend
new file mode 100644
index 0000000..fba7e1a
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend
@@ -0,0 +1,3 @@
+EXTRA_OECONF_append_raspberrypi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \
+ -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \
+ --with-egl-window-system=rpi"
--
1.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-raspberrypi][PATCH 2/2] omxplayer: Add dependency on openssl
2014-08-14 13:16 [meta-raspberrypi][PATCH 1/2] gstreamer1.0-plugins-bad: Sync version with yocto master Andrei Gherzan
@ 2014-08-14 13:16 ` Andrei Gherzan
2014-08-14 17:21 ` Andrei Gherzan
2014-08-14 17:21 ` [meta-raspberrypi][PATCH 1/2] gstreamer1.0-plugins-bad: Sync version with yocto master Andrei Gherzan
1 sibling, 1 reply; 4+ messages in thread
From: Andrei Gherzan @ 2014-08-14 13:16 UTC (permalink / raw)
To: yocto
Change-Id: I06527c3814fe3690cdbbd03e4a41c79fe554773f
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index 5763d8f..eaadff6 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -7,7 +7,7 @@ SECTION = "console/utils"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "libpcre libav virtual/egl boost freetype dbus"
+DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl"
PR = "r3"
SRCREV = "f3221825a92f27c5f49a52200ff933e454977ed2"
--
1.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-raspberrypi][PATCH 1/2] gstreamer1.0-plugins-bad: Sync version with yocto master
2014-08-14 13:16 [meta-raspberrypi][PATCH 1/2] gstreamer1.0-plugins-bad: Sync version with yocto master Andrei Gherzan
2014-08-14 13:16 ` [meta-raspberrypi][PATCH 2/2] omxplayer: Add dependency on openssl Andrei Gherzan
@ 2014-08-14 17:21 ` Andrei Gherzan
1 sibling, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2014-08-14 17:21 UTC (permalink / raw)
To: yocto
On Thu, Aug 14, 2014 at 03:16:39PM +0200, Andrei Gherzan wrote:
> Change-Id: I7913b849ddfc615de4846dbd653e03d084bb8039
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
> recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend | 3 ---
> recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend | 3 +++
> 2 files changed, 3 insertions(+), 3 deletions(-)
> delete mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend
> create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend
>
> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend
> deleted file mode 100644
> index fba7e1a..0000000
> --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.4.bbappend
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -EXTRA_OECONF_append_raspberrypi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \
> - -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \
> - --with-egl-window-system=rpi"
> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend
> new file mode 100644
> index 0000000..fba7e1a
> --- /dev/null
> +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend
> @@ -0,0 +1,3 @@
> +EXTRA_OECONF_append_raspberrypi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \
> + -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \
> + --with-egl-window-system=rpi"
> --
> 1.9.3
>
Merged.
--
Andrei Gherzan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-raspberrypi][PATCH 2/2] omxplayer: Add dependency on openssl
2014-08-14 13:16 ` [meta-raspberrypi][PATCH 2/2] omxplayer: Add dependency on openssl Andrei Gherzan
@ 2014-08-14 17:21 ` Andrei Gherzan
0 siblings, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2014-08-14 17:21 UTC (permalink / raw)
To: yocto
On Thu, Aug 14, 2014 at 03:16:40PM +0200, Andrei Gherzan wrote:
> Change-Id: I06527c3814fe3690cdbbd03e4a41c79fe554773f
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
> recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
> index 5763d8f..eaadff6 100644
> --- a/recipes-multimedia/omxplayer/omxplayer_git.bb
> +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
> @@ -7,7 +7,7 @@ SECTION = "console/utils"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> -DEPENDS = "libpcre libav virtual/egl boost freetype dbus"
> +DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl"
> PR = "r3"
>
> SRCREV = "f3221825a92f27c5f49a52200ff933e454977ed2"
> --
> 1.9.3
>
Merged.
--
Andrei Gherzan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-14 17:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 13:16 [meta-raspberrypi][PATCH 1/2] gstreamer1.0-plugins-bad: Sync version with yocto master Andrei Gherzan
2014-08-14 13:16 ` [meta-raspberrypi][PATCH 2/2] omxplayer: Add dependency on openssl Andrei Gherzan
2014-08-14 17:21 ` Andrei Gherzan
2014-08-14 17:21 ` [meta-raspberrypi][PATCH 1/2] gstreamer1.0-plugins-bad: Sync version with yocto master Andrei Gherzan
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.