[OE-core] [PATCH 1/1] insane.bbclass: print more info for build-deps and file-rdeps

2016-01-20 Thread Robert Yang
This is useful for oe newbie: * build-deps: print recipe name, and suggest fixing from DEPENDS or PACKAGECONFIG, for example: WARNING: QA Issue: patch rdepends on libattr, but it isn't a build dependency, missing attr in DEPENDS or PACKAGECONFIG? [build-deps] * file-rdeps: print RDEPENDS_pkg

[OE-core] [PATCH 0/1] insane.bbclass: print more info for build-deps and file-rdeps

2016-01-20 Thread Robert Yang
The following changes since commit 8084c185c43cb7e7f5e29d31939dfd308f8a0f93: udev: Add 2 patches to support 4.4 kernel (2016-01-20 09:20:06 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/insane http://cgit.openembedded.org/cgit.cgi/

Re: [OE-core] [RFC][PATCH 2/9] bash-completion: build nativesdk variant

2016-01-20 Thread Koen Kooi
> Op 14 jan. 2016, om 21:56 heeft George McCollister > het volgende geschreven: > > The nativesdk variant is required for some recipes like git to use the class. Squash this into 1/9 to avoid mid-series breakage. regards, Koen -- ___ Openembedded-

Re: [OE-core] [PATCH] e2fsprogs: disable libblkid again

2016-01-20 Thread Koen Kooi
On 21 January 2016 at 08:42, Robert Yang wrote: > > > On 01/21/2016 03:20 PM, Koen Kooi wrote: >> >> We use the util-linux one and do_install deletes it anyway. >> >> See OE-core commit fb8e776ea91c39d586b46400ad30aeea8dead1c4 for more info. >> >> Signed-off-by: Koen Kooi >> --- >> meta/recipes

Re: [OE-core] [PATCH] e2fsprogs: disable libblkid again

2016-01-20 Thread Robert Yang
On 01/21/2016 03:20 PM, Koen Kooi wrote: We use the util-linux one and do_install deletes it anyway. See OE-core commit fb8e776ea91c39d586b46400ad30aeea8dead1c4 for more info. Signed-off-by: Koen Kooi --- meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 2 +- 1 file changed, 1 insertion

Re: [OE-core] [PATCH 1/1] e2fsprogs: 1.42.9 -> 1.43-WIP

2016-01-20 Thread Koen Kooi
> Op 15 jan. 2016, om 03:05 heeft Robert Yang het > volgende geschreven: > > Upgrade to 1.43-WIP to make "mke2fs -d" support xattr, so that the layer > which requires xattr such as meta-selinux can populate images easily. > > > * Add --enable-libblkid to EXTRA_OECONF since libblkid is not cre

[OE-core] [PATCH] e2fsprogs: disable libblkid again

2016-01-20 Thread Koen Kooi
We use the util-linux one and do_install deletes it anyway. See OE-core commit fb8e776ea91c39d586b46400ad30aeea8dead1c4 for more info. Signed-off-by: Koen Kooi --- meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-d

[OE-core] [PATCH v2 32/32] gstreamer1.0-libav: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
Move the ARM_INSTRUCTION_SET over-rides for armv4/armv5 out of the 1.6.3 recipe and into the common include, so that they also apply to the git recipe. The autogen.sh script takes care of cd'ing to the correct directory before it does anything, so we don't need to cd on its behalf any more in do_c

[OE-core] [PATCH v2 30/32] gstreamer1.0-plugins-bad: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
Handle renaming of the HLS plugin: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=efe62292a3d045126654d93239fdf4cc8e48ae08 Switch AES decryption for the HLS plugin from nettle to openssl. The autogen.sh script takes care of cd'ing to the correct directory before it does anyt

[OE-core] [PATCH v2 29/32] gstreamer1.0-plugins-good: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
The autogen.sh script takes care of cd'ing to the correct directory before it does anything, so we don't need to cd on its behalf any more in do_configure_prepend(). http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/autogen.sh?id=1.7.1 Signed-off-by: Andre McCurdy --- .../gstreamer

[OE-core] [PATCH v2 31/32] gstreamer1.0-plugins-ugly: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
The autogen.sh script takes care of cd'ing to the correct directory before it does anything, so we don't need to cd on its behalf any more in do_configure_prepend(). http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/tree/autogen.sh?id=1.7.1 Signed-off-by: Andre McCurdy --- .../gstreamer

[OE-core] [PATCH v2 27/32] gstreamer1.0: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
The autogen.sh script takes care of cd'ing to the correct directory before it does anything, so we don't need to cd on its behalf any more in do_configure_prepend(). http://cgit.freedesktop.org/gstreamer/gstreamer/tree/autogen.sh?id=1.7.1 Signed-off-by: Andre McCurdy --- meta/recipes-multimed

[OE-core] [PATCH v2 26/32] gstreamer1.0-libav: update 1.6.2 -> 1.6.3

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../{gstreamer1.0-libav_1.6.2.bb => gstreamer1.0-libav_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.6.2.bb => gstreamer1.0-libav_1.6.3.bb} (90%) diff --git a/meta/recipes

[OE-core] [PATCH v2 28/32] gstreamer1.0-plugins-base: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
The autogen.sh script takes care of cd'ing to the correct directory before it does anything, so we don't need to cd on its behalf any more in do_configure_prepend(). http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/autogen.sh?id=1.7.1 Signed-off-by: Andre McCurdy --- ...make-gio_u

[OE-core] [PATCH v2 23/32] gstreamer1.0-plugins-good: update 1.6.2 -> 1.6.3

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- ...er1.0-plugins-good_1.6.2.bb => gstreamer1.0-plugins-good_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.6.2.bb => gstreamer1.0-plugins-good_1.6.3.bb} (80%) diff --git

[OE-core] [PATCH v2 24/32] gstreamer1.0-plugins-bad: update 1.6.2 -> 1.6.3

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- ...amer1.0-plugins-bad_1.6.2.bb => gstreamer1.0-plugins-bad_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.6.2.bb => gstreamer1.0-plugins-bad_1.6.3.bb} (82%) diff --git a

[OE-core] [PATCH v2 25/32] gstreamer1.0-plugins-ugly: update 1.6.2 -> 1.6.3

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- ...er1.0-plugins-ugly_1.6.2.bb => gstreamer1.0-plugins-ugly_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.6.2.bb => gstreamer1.0-plugins-ugly_1.6.3.bb} (72%) diff --git

[OE-core] [PATCH v2 15/32] gstreamer1.0-plugins-good.inc: remove duplicate --disable-examples

2016-01-20 Thread Andre McCurdy
--disable-examples is added to EXTRA_OECONF by gstreamer1.0-plugins.inc Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/reci

[OE-core] [PATCH v2 22/32] gstreamer1.0-plugins-base: update 1.6.2 -> 1.6.3

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- ...er1.0-plugins-base_1.6.2.bb => gstreamer1.0-plugins-base_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.6.2.bb => gstreamer1.0-plugins-base_1.6.3.bb} (83%) diff --git

[OE-core] [PATCH v2 09/32] gstreamer1.0-libav: minor formatting improvements + update HOMEPAGE

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 15 --- .../gstreamer/gstreamer1.0-libav_1.6.2.bb | 5 +++-- .../gstreamer/gstreamer1.0-libav_git.bb | 4 ++-- 3 files changed, 13 insertions(+), 11 deletio

[OE-core] [PATCH v2 12/32] gstreamer1.0.inc: add missing glib-2.0-native dependency

2016-01-20 Thread Andre McCurdy
Building gstreamer1.0 requires glib-mkenums. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.

[OE-core] [PATCH v2 17/32] gstreamer1.0-plugins-bad.inc: update hls dependency gnutls -> nettle

2016-01-20 Thread Andre McCurdy
The HLS plugin requires AES decryption and links with nettle, not with gnutls. http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/configure.ac?h=1.6&id=7dee47fe39223d8a98615f03f34d9221f9e8a6c1#n3038 Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugi

[OE-core] [PATCH v2 19/32] gstreamer1.0-plugins.inc: don't set base SRC_URI via python

2016-01-20 Thread Andre McCurdy
Setting the SRC_URI via python for the four gstreamer1.0-plugins-XXX packages adds complexity and breaks consistency with the other plugins packages and with gstreamer itself (which all also fetch from freedesktop.org URLs but set SRC_URI conventionally). Signed-off-by: Andre McCurdy --- .../gst

[OE-core] [PATCH v2 21/32] gstreamer1.0: update 1.6.2 -> 1.6.3

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/{gstreamer1.0_1.6.2.bb => gstreamer1.0_1.6.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.6.2.bb => gstreamer1.0_1.6.3.bb} (72%) diff --git a/meta/recipes-multimedia/

[OE-core] [PATCH v2 16/32] gstreamer1.0-plugins-bad.inc: don't set ${S} or apply version specific patch

2016-01-20 Thread Andre McCurdy
gstreamer1.0-plugins-bad.inc is shared by both the 1.6.2 and git recipes, so must not set ${S} or apply any version specific patches. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 meta/recipes-multimedia/gstreamer/gstreamer1.0-plug

[OE-core] [PATCH v2 18/32] gstreamer1.0-plugins.inc: drop obsolete lib-link.m4 workaround

2016-01-20 Thread Andre McCurdy
There is no lib-link.m4 in any of the gst-plugins-XXX sources (and there hasn't been for a long time). Drop the obsolete workaround. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta/recipes-

[OE-core] [PATCH v2 20/32] gst-plugins-package.inc: drop perl RDEPEND for XXX-apps packages

2016-01-20 Thread Andre McCurdy
Only one of the plugins recipes (gstreamer1.0-plugins-base) generates a non-empty -apps package. However it contains only binaries, no perl scripts. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gst-plugins-package.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/

[OE-core] [PATCH v2 14/32] gstreamer1.0-plugins.inc: convert GSTREAMER_1_0_DEBUG to a PACKAGECONFIG

2016-01-20 Thread Andre McCurdy
gstreamer1.0.inc has been updated to contol debug via a PACKAGECONFIG option, so apply the same change to gstreamer1.0-plugins.inc as well. Control valgrind support via a PACKAGECONFIG option too. http://git.openembedded.org/openembedded-core/commit/?id=81636555fa7f18407efc172c0d5b9f466b2d4014

[OE-core] [PATCH v2 11/32] gstreamer1.0-rtsp-server.inc: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc

[OE-core] [PATCH v2 10/32] gstreamer1.0-omx: minor formatting improvements + update HOMEPAGE

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 7 +-- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb | 1 - meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | 7 +++ 3 files changed, 8 insertions(+), 7 deletions(-) d

[OE-core] [PATCH v2 06/32] gstreamer1.0-plugins-good: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-good.inc| 37 +++--- .../gstreamer/gstreamer1.0-plugins-good_1.6.2.bb | 1 + .../gstreamer/gstreamer1.0-plugins-good_git.bb | 5 ++- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a

[OE-core] [PATCH v2 08/32] gstreamer1.0-plugins-ugly: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-ugly.inc| 14 ++ .../gstreamer/gstreamer1.0-plugins-ugly_1.6.2.bb | 3 +-- .../gstreamer/gstreamer1.0-plugins-ugly_git.bb | 7 +++ 3 files changed, 10 insertions(+), 14 dele

[OE-core] [PATCH v2 01/32] gst-player: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gst-player_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb index 9850242..c6c8f36 100644 --- a

[OE-core] [PATCH v2 05/32] gstreamer1.0-plugins-base: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Fix duplicate x11 dependencies (DEPENDS and x11 PACKAGECONFIG). Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-base.inc| 26 +++--- .../gstreamer/gstreamer1.0-plugins-base_1.6.2.bb | 3 +-- .../gstreamer/gstreamer1.0-plugins-base_git.bb | 8 ++

[OE-core] [PATCH v2 04/32] gstreamer1.0-plugins.inc: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 58c0b

[OE-core] [PATCH v2 13/32] gstreamer1.0-plugins.inc: add missing glib-2.0-native dependency

2016-01-20 Thread Andre McCurdy
Building the gstreamer1.0-plugins packages requires glib-mkenums. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/rec

[OE-core] [PATCH v2 03/32] gstreamer1.0: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 29 -- .../gstreamer/gstreamer1.0_1.6.2.bb| 2 +- .../gstreamer/gstreamer1.0_git.bb | 4 +-- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git

[OE-core] [PATCH v2 07/32] gstreamer1.0-plugins-bad: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-bad.inc | 74 ++ .../gstreamer/gstreamer1.0-plugins-bad_1.6.2.bb| 5 +- .../gstreamer/gstreamer1.0-plugins-bad_git.bb | 11 ++-- 3 files changed, 42 insertions(+), 48 deletions(-) diff --git

[OE-core] [PATCH v2 02/32] gst-plugins-package.inc: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gst-plugins-package.inc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc index 6441b3

[OE-core] [PATCH v2 00/32] gstreamer1.0 cleanups + update git recipes to 1.7.1

2016-01-20 Thread Andre McCurdy
v2: - Improved commit messages - Drop bogus RDEPENDS on perl for plugins -apps packages - Apply gst-libav 1.6.x patches to 1.7.1 - Update main recipes 1.6.2 -> 1.6.3 Andre McCurdy (32): gst-player: minor formatting improvements gst-plugins-package.inc: minor formatting improvements gstre

[OE-core] [PATCH] valgrind: remove unused valgrind-remove-rpath.patch

2016-01-20 Thread Andre McCurdy
Replaced by 0002-remove-rpath.patch during the 3.10 -> 3.11 update. Signed-off-by: Andre McCurdy --- .../valgrind/valgrind/valgrind-remove-rpath.patch | 25 -- 1 file changed, 25 deletions(-) delete mode 100644 meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.

Re: [OE-core] [PATCH 20/25] gstreamer1.0: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
On Wed, Jan 20, 2016 at 8:40 PM, Khem Raj wrote: > On Wed, Jan 20, 2016 at 8:39 PM, Andre McCurdy wrote: >> On Wed, Jan 20, 2016 at 8:18 PM, Khem Raj wrote: >>> On Jan 20, 2016, at 6:43 PM, Andre McCurdy wrote: Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/g

Re: [OE-core] [PATCH 20/25] gstreamer1.0: update git recipe to 1.7.1

2016-01-20 Thread Khem Raj
On Wed, Jan 20, 2016 at 8:39 PM, Andre McCurdy wrote: > On Wed, Jan 20, 2016 at 8:18 PM, Khem Raj wrote: >> >>> On Jan 20, 2016, at 6:43 PM, Andre McCurdy wrote: >>> >>> Signed-off-by: Andre McCurdy >>> --- >>> meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | 15 ++- >>> 1 fil

Re: [OE-core] [PATCH 20/25] gstreamer1.0: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
On Wed, Jan 20, 2016 at 8:18 PM, Khem Raj wrote: > >> On Jan 20, 2016, at 6:43 PM, Andre McCurdy wrote: >> >> Signed-off-by: Andre McCurdy >> --- >> meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | 15 ++- >> 1 file changed, 10 insertions(+), 5 deletions(-) >> >> diff --git a/m

Re: [OE-core] [PATCH 20/25] gstreamer1.0: update git recipe to 1.7.1

2016-01-20 Thread Khem Raj
> On Jan 20, 2016, at 6:43 PM, Andre McCurdy wrote: > > Signed-off-by: Andre McCurdy > --- > meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | 15 ++- > 1 file changed, 10 insertions(+), 5 deletions(-) > > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb > b

Re: [OE-core] [PATCH 2/9] elfutils: 0.163 -> 0.164

2016-01-20 Thread Hongxu Jia
On 01/21/2016 01:16 AM, Khem Raj wrote: On Jan 20, 2016, at 7:07 AM, Maxin B. John wrote: Hi, On Mon, Jan 11, 2016 at 08:30:32AM +0800, Hongxu Jia wrote: Update patches from debian http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.164-1.debian.tar.xz Signed-off-by: Hongxu Jia

[OE-core] [PATCH 19/25] gstreamer1.0-plugins.inc: don't set base SRC_URI via python

2016-01-20 Thread Andre McCurdy
Setting the SRC_URI via python for the four gstreamer1.0-plugins-XXX packages adds complexity and breaks consistency with the other plugins packages and with gstreamer itself (which all also fetch from freedesktop.org URLs but set SRC_URI conventionally). Signed-off-by: Andre McCurdy --- .../gst

[OE-core] [PATCH 23/25] gstreamer1.0-plugins-bad: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
Handle renaming of the HLS plugin: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=efe62292a3d045126654d93239fdf4cc8e48ae08 Switch AES decryption for the HLS plugin from nettle to openssl. Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-bad_git.bb |

[OE-core] [PATCH 17/25] gstreamer1.0-plugins-bad.inc: update hls dependency gnutls -> nettle

2016-01-20 Thread Andre McCurdy
The HLS plugin requires AES decryption and links with nettle, not with gnutls. http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/configure.ac?h=1.6&id=7dee47fe39223d8a98615f03f34d9221f9e8a6c1#n3038 Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugi

[OE-core] [PATCH 25/25] gstreamer1.0-libav: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-libav_git.bb| 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.b

[OE-core] [PATCH 20/25] gstreamer1.0: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb index f7e2351.

[OE-core] [PATCH 24/25] gstreamer1.0-plugins-ugly: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-ugly_git.bb| 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plug

[OE-core] [PATCH 18/25] gstreamer1.0-plugins.inc: drop obsolete lib-link.m4 workaround

2016-01-20 Thread Andre McCurdy
There is no lib-link.m4 in any of the gst-plugins-XXX sources (and there hasn't been for a long time). Drop the obsolete workaround. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta/recipes-

[OE-core] [PATCH 21/25] gstreamer1.0-plugins-base: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- ...make-gio_unix_2_0-dependency-configurable.patch | 47 ++ .../gstreamer/gstreamer1.0-plugins-base_git.bb | 16 +--- 2 files changed, 58 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-

[OE-core] [PATCH 22/25] gstreamer1.0-plugins-good: update git recipe to 1.7.1

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-good_git.bb| 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plug

[OE-core] [PATCH 15/25] gstreamer1.0-plugins-good.inc: remove duplicate --disable-examples

2016-01-20 Thread Andre McCurdy
--disable-examples is added to EXTRA_OECONF by gstreamer1.0-plugins.inc Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/reci

[OE-core] [PATCH 16/25] gstreamer1.0-plugins-bad.inc: don't set ${S} or apply version specific patch

2016-01-20 Thread Andre McCurdy
gstreamer1.0-plugins-bad.inc is shared by both the 1.6.2 and git recipes, so must not set ${S} or apply any version specific patches. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 meta/recipes-multimedia/gstreamer/gstreamer1.0-plug

[OE-core] [PATCH 14/25] gstreamer1.0-plugins.inc: convert GSTREAMER_1_0_DEBUG to a PACKAGECONFIG

2016-01-20 Thread Andre McCurdy
gstreamer1.0.inc has been updated to contol debug via a PACKAGECONFIG option, so apply the same change to gstreamer1.0-plugins.inc as well. Control valgrind support via a PACKAGECONFIG option too. http://git.openembedded.org/openembedded-core/commit/?id=81636555fa7f18407efc172c0d5b9f466b2d4014

[OE-core] [PATCH 13/25] gstreamer1.0-plugins.inc: add missing glib-2.0-native dependency

2016-01-20 Thread Andre McCurdy
Building the gstreamer1.0-plugins packages requires glib-mkenums. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/rec

[OE-core] [PATCH 12/25] gstreamer1.0.inc: add missing glib-2.0-native dependency

2016-01-20 Thread Andre McCurdy
Building gstreamer1.0 requires glib-mkenums. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.

[OE-core] [PATCH 06/25] gstreamer1.0-plugins-good: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-good.inc| 37 +++--- .../gstreamer/gstreamer1.0-plugins-good_1.6.2.bb | 1 + .../gstreamer/gstreamer1.0-plugins-good_git.bb | 5 ++- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a

[OE-core] [PATCH 07/25] gstreamer1.0-plugins-bad: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-bad.inc | 74 ++ .../gstreamer/gstreamer1.0-plugins-bad_1.6.2.bb| 5 +- .../gstreamer/gstreamer1.0-plugins-bad_git.bb | 11 ++-- 3 files changed, 42 insertions(+), 48 deletions(-) diff --git

[OE-core] [PATCH 11/25] gstreamer1.0-rtsp-server.inc: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc

[OE-core] [PATCH 08/25] gstreamer1.0-plugins-ugly: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-ugly.inc| 14 ++ .../gstreamer/gstreamer1.0-plugins-ugly_1.6.2.bb | 3 +-- .../gstreamer/gstreamer1.0-plugins-ugly_git.bb | 7 +++ 3 files changed, 10 insertions(+), 14 dele

[OE-core] [PATCH 10/25] gstreamer1.0-omx: minor formatting improvements + update HOMEPAGE

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 7 +-- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb | 1 - meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | 7 +++ 3 files changed, 8 insertions(+), 7 deletions(-) d

[OE-core] [PATCH 03/25] gstreamer1.0: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 29 -- .../gstreamer/gstreamer1.0_1.6.2.bb| 2 +- .../gstreamer/gstreamer1.0_git.bb | 4 +-- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git

[OE-core] [PATCH 09/25] gstreamer1.0-libav: minor formatting improvements + update HOMEPAGE

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 15 --- .../gstreamer/gstreamer1.0-libav_1.6.2.bb | 5 +++-- .../gstreamer/gstreamer1.0-libav_git.bb | 4 ++-- 3 files changed, 13 insertions(+), 11 deletio

[OE-core] [PATCH 02/25] gst-plugins-package.inc: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gst-plugins-package.inc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc index 6441b3

[OE-core] [PATCH 05/25] gstreamer1.0-plugins-base: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Fix duplicate x11 dependencies (DEPENDS and x11 PACKAGECONFIG). Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-base.inc| 26 +++--- .../gstreamer/gstreamer1.0-plugins-base_1.6.2.bb | 3 +-- .../gstreamer/gstreamer1.0-plugins-base_git.bb | 8 ++

[OE-core] [PATCH 04/25] gstreamer1.0-plugins.inc: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 58c0b

[OE-core] [PATCH 00/25] gstreamer1.0 cleanups + update git recipes to 1.7.1

2016-01-20 Thread Andre McCurdy
Andre McCurdy (25): gst-player: minor formatting improvements gst-plugins-package.inc: minor formatting improvements gstreamer1.0: minor formatting improvements gstreamer1.0-plugins.inc: minor formatting improvements gstreamer1.0-plugins-base: minor formatting improvements gstreamer1.0-

[OE-core] [PATCH 01/25] gst-player: minor formatting improvements

2016-01-20 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gst-player_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb index 9850242..c6c8f36 100644 --- a

Re: [OE-core] [PATCH 1/1] ncurses: drop the compatible option

2016-01-20 Thread Khem Raj
On Wed, Jan 20, 2016 at 5:30 PM, Robert Yang wrote: > > I had talked with Dengke, we have upgraded ncurses to 6, so remove > --with-abi-version=5 seems better. He had tested world and sdk > build based on oe-core. He will test it based on meta-openembedded. we need to ensure that all apps using n

Re: [OE-core] [PATCH 1/1] ncurses: drop the compatible option

2016-01-20 Thread Robert Yang
On 01/20/2016 05:33 PM, Richard Purdie wrote: On Wed, 2016-01-20 at 04:30 -0500, Dengke Du wrote: drop the compatible option --with-abi-version=5 This says what the patch does, but not why. I had talked with Dengke, we have upgraded ncurses to 6, so remove --with-abi-version=5 seems better

Re: [OE-core] [PATCH 1/3] kernel.bbclass: do not install initramfs bundled kernel image

2016-01-20 Thread Ming Liu
On 01/20/2016 05:43 AM, Bruce Ashfield wrote: On 2016-01-19 4:57 PM, Ming Liu wrote: On 01/19/2016 08:39 PM, Bruce Ashfield wrote: On 16-01-05 08:12 AM, Ming Liu wrote: From: Ming Liu It makes no sense to install a initramfs bundled kernel image since do_package does not depend on do_bun

Re: [OE-core] [PATCH] bitbake: set libexecdir to prefix/libexec

2016-01-20 Thread Burton, Ross
Erm, sent this a bit early, but it's still something I'd like to see integrated before M2. Curious folks can watch the current build of ross/libexec on the autobuilder to see how it's going! Obviously I'll expand on the commit log before sending it in properly. Ross On 20 January 2016 at 20:21,

[OE-core] [PATCH] bitbake: set libexecdir to prefix/libexec

2016-01-20 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/conf/bitbake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fc57a58..fba4d17 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -41,7 +41,7 @@ export systemd_us

[OE-core] [PATCH] gawk: fix libexecdir/libdir/BPN confusion

2016-01-20 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-extended/gawk/gawk_3.1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/gawk/gawk_3.1.5.bb b/meta/recipes-extended/gawk/gawk_3.1.5.bb index bc188fa..7c92bde 100644 --- a/meta/recipes-extended/gawk/gawk_3.1.

Re: [OE-core] [PATCH 2/9] elfutils: 0.163 -> 0.164

2016-01-20 Thread Khem Raj
> On Jan 20, 2016, at 7:07 AM, Maxin B. John wrote: > > Hi, > > On Mon, Jan 11, 2016 at 08:30:32AM +0800, Hongxu Jia wrote: >> Update patches from debian >> http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.164-1.debian.tar.xz >> >> Signed-off-by: Hongxu Jia >> --- >> .../elfuti

[OE-core] [PATCH v2 1/1] python-native: Make python-native also RPROVIDE python-unittest-native

2016-01-20 Thread Alejandro Hernandez
The python-nose upgrade to 1.3.7 required a new unittest runtime dependency after this, bitbake cant find a runtime provider for it when trying to build python-nose-native, this patch makes python-native RPROVIDES python-unittest-native to fix the issue. Signed-off-by: Alejandro Hernandez --- m

Re: [OE-core] [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade

2016-01-20 Thread Alejandro Hernandez
On 01/20/2016 10:43 AM, Burton, Ross wrote: On 20 January 2016 at 16:33, Alejandro Hernandez > wrote: The python-nose upgrade to 1.3.7 required a new unittest runtime dependency after this, bitbake cant find a runtime provider for it w

Re: [OE-core] [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade

2016-01-20 Thread Burton, Ross
On 20 January 2016 at 16:33, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > The python-nose upgrade to 1.3.7 required a new unittest runtime dependency > after this, bitbake cant find a runtime provider for it when trying to > build > python-nose-native, this patch makes pytho

[OE-core] [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade

2016-01-20 Thread Alejandro Hernandez
The python-nose upgrade to 1.3.7 required a new unittest runtime dependency after this, bitbake cant find a runtime provider for it when trying to build python-nose-native, this patch makes python-native RPROVIDES python-unittest-native to fix the issue. Signed-off-by: Alejandro Hernandez --- m

[OE-core] [PATCH 1/1] linux-libc-headers: update to 4.4

2016-01-20 Thread Bruce Ashfield
Updating the lib-headers to match the 4.4 LTSI kernel version. Signed-off-by: Bruce Ashfield --- meta/conf/distro/include/tcmode-default.inc | 2 +- meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb | 4 meta/recipes-kernel/linux-libc-headers/linux-libc-h

[OE-core] [PATCH 0/1] libc-headers: update to 4.4

2016-01-20 Thread Bruce Ashfield
Now that the 4.4 kernel is in oe-core, we can bump the libc-headers to match. I've built core-image*, sato and boot tested across qemu* using systemd as the init manager. Saul found that 4.4 broke udev, and hence sysvinit systems, so his patch [udev: Add 2 patches to support 4.4 kernel] Must b

[OE-core] [PATCH 1/1] perl: Upgrade to 5.22.1

2016-01-20 Thread Alejandro Hernandez
Rebased: - Makefile.SH.patch Signed-off-by: Alejandro Hernandez --- ...perl-native_5.22.0.bb => perl-native_5.22.1.bb} | 4 +- ...depends_5.22.0.inc => perl-rdepends_5.22.1.inc} | 0 meta/recipes-devtools/perl/perl/Makefile.SH.patch | 63 +++--- meta/recipes-devtools/perl/perl

[OE-core] [PATCH 3/4] libpng: upgrade to 1.6.21

2016-01-20 Thread Maxin B. John
1.6.20 -> 1.6.21 License file updates contain new dates and versions. Update checksums to reflect it. Signed-off-by: Maxin B. John --- .../libpng/{libpng_1.6.20.bb => libpng_1.6.21.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-multimedia/

[OE-core] [PATCH 1/4] acpid: upgrade to 2.0.26

2016-01-20 Thread Maxin B. John
2.0.25 -> 2.0.26 a) Fixed an out of tree build error with musl b) Updated HOMEPAGE and BUGTRACKER info Signed-off-by: Maxin B. John --- meta/recipes-bsp/acpid/acpid.inc | 4 +- .../acpid/acpid/0001-Fix-out-of-source-build.patch | 46 ++ meta/recipes-bsp/ac

[OE-core] [PATCH 4/4] libpng12: upgrade to 1.2.56

2016-01-20 Thread Maxin B. John
1.2.55 -> 1.2.56 License file updates contain new dates and version. Update checksums to reflect it. Signed-off-by: Maxin B. John --- .../libpng/{libpng12_1.2.55.bb => libpng12_1.2.56.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-lsb4/libpng/

[OE-core] [PATCH 2/4] libtirpc: remove redundant va_list patch

2016-01-20 Thread Maxin B. John
Avoid duplicated inclusion of stdarg.h for uclibc builds. Signed-off-by: Maxin B. John --- meta/recipes-extended/libtirpc/libtirpc/va_list.patch | 18 -- meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | 1 - 2 files changed, 19 deletions(-) delete mode 100644 meta/recipe

Re: [OE-core] [PATCH 2/9] elfutils: 0.163 -> 0.164

2016-01-20 Thread Maxin B. John
Hi, On Mon, Jan 11, 2016 at 08:30:32AM +0800, Hongxu Jia wrote: > Update patches from debian > http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.164-1.debian.tar.xz > > Signed-off-by: Hongxu Jia > --- > .../elfutils/elfutils-0.163/arm_func_value.patch | 165 > .../elfutils

Re: [OE-core] [PATCH] kernel-devsrc: Fix backward compaibilty

2016-01-20 Thread Bruce Ashfield
On Wed, Jan 20, 2016 at 2:52 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2016-01-20 at 13:27 +0800, Jian Liu wrote: > > kernel-dev is replaced by kernel-devsrc > > No, its not. > > > , which breaks > > backward compaibilty. > > -- add alias for kernel-devsrc > > --

[OE-core] [PATCH] oeqa/selftest/signing: use temporary rpmdb

2016-01-20 Thread Markus Lehtonen
Use temporary rpmdb when importing gpg public key and checking rpm signature. This patch should fix a problem where test_signing_packages() sometimes fails with "pmdb: BDB1540 configured environment flags incompatible with existing environment" Signed-off-by: Markus Lehtonen --- meta/lib/oeqa/s

Re: [OE-core] [PATCH 00/16][Fido] Consolidated pull

2016-01-20 Thread Joshua G Lock
On Mon, 2016-01-18 at 09:18 +, Joshua Lock wrote: > The following changes since commit > 3f2701c102e4e5b95fc79a8d967f9c48f8232fc6: > >   grub2: Fix CVE-2015-8370 (2016-01-11 11:10:11 +) > > are available in the git repository at: > >   git://git.openembedded.org/openembedded-core-contrib

Re: [OE-core] [PATCH][fido] openssh: CVE-2016-077x

2016-01-20 Thread Joshua G Lock
On Sun, 2016-01-17 at 21:26 -0800, Armin Kuster wrote: > From: Armin Kuster > > this address two CVE's. > CVE-2016-0777 and CVE-2016-0778 Thank you, this is pushed to my joshuagl/fido-next branch. Regards, Joshua > > Signed-off-by: Armin Kuster > --- >  .../openssh/openssh/CVE-2016-077x.pat

[OE-core] [poky][PATCH v2 0/7] Add patches for gstreamer 1.6

2016-01-20 Thread Yuqing Zhu
---gstreamer1.0 Correct the setting for FLAG_DISCONT when push to adapter, in case audio decoder subclass can not get enough data. ---gstreamer1.0-plugins-base Send taglist if no valid frame is decoded util EOS. Add video crop supporting when convert frame. ---gstreamer1.0-plugins-bad

[OE-core] [poky][PATCH v2 4/7] gstreamer1.0-plugins-bad: Need to set right pid if pid is 0 when create streams

2016-01-20 Thread Yuqing Zhu
When camerabin use mpegtsmux as muxer to start video recording and then stop video recording and then start video recording again, mpegtsmux will get wrong pid. Need to get pid when create streams. Signed-off-by: Yuqing Zhu --- ...pegtsmux-Need-get-pid-when-create-streams.patch | 45

[OE-core] [poky][PATCH v2 3/7] gstreamer1.0-plugins-base: Add video crop supporting when convert frame

2016-01-20 Thread Yuqing Zhu
Getting thumbnail will use convertframe to convert video frame to desired video format and size. But haven't process crop meta on the video buffer. Need to add video crop support. Signed-off-by: Yuqing Zhu --- ...ame-Support-video-crop-when-convert-frame.patch | 143 + .../gs

[OE-core] [poky][PATCH v2 1/7] gstreamer1.0: [baseparse] unset FLAG_DISCONT when push to adapter

2016-01-20 Thread Yuqing Zhu
Since DISCONT flag will be handled by priv->discont flag, there is no need to copy DISCONT flag to adapter. Otherwise, the DISCONT flag will always be set on each frame for the first chain in buffer. Signed-off-by: Yuqing Zhu --- ...e-unset-FLAG_DISCONT-when-push-to-adapter.patch | 33 ++

[OE-core] [poky][PATCH v2 7/7] gstreamer1.0-plugins-bad: Fix memory leak of navigation thread

2016-01-20 Thread Yuqing Zhu
When exit navigation thread, call g_thread_join() to release the resource hold by it. Signed-off-by: Yuqing Zhu --- ...window-fix-memory-leak-of-navigation-thre.patch | 35 ++ .../gstreamer/gstreamer1.0-plugins-bad_1.6.2.bb| 1 + 2 files changed, 36 insertions(+) create

  1   2   >