From 23237f85ab7553403b69a003c0e8f418e9df6a1d Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Thu, 1 Jun 2017 07:46:15 +0000 Subject: Upgrade to pyro wayland-ivi-extension: Arrange recipe - Remove unecessary variable in PACKAGECONFIG - Arrange test-path.patch to upgrade wayland-ivi-extension qtbase: Fix build error due to binutils 2.28 bug - gold linker from binutils 2.28 may produce duplicate library symbols, which makes shared libraries created with it not usable with conventional ld linker. - See https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183069&action=diff weston: Change recipe version libdbus-c++: Remove recipe and add bbappend file - meta-openembedded (pyro) already has same version. - Remove PNBLACKLIST[libdbus-c++] to use this component. packagegroups / agl-demo.inc : - move inclusion of qtwebkit out of agl-demo.inc into packagegroup-agl-demo - this fixes an inclusion bug Bug-AGL: SPEC-646 Change-Id: Ia71d5f4dc881f0d8f8f24a5574c9efc0f2da6245 Signed-off-by: Changhyeok Bae --- recipes-graphics/wayland/weston_1.11.0.bbappend | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 recipes-graphics/wayland/weston_1.11.0.bbappend (limited to 'recipes-graphics/wayland/weston_1.11.0.bbappend') diff --git a/recipes-graphics/wayland/weston_1.11.0.bbappend b/recipes-graphics/wayland/weston_1.11.0.bbappend deleted file mode 100644 index c6979e08e..000000000 --- a/recipes-graphics/wayland/weston_1.11.0.bbappend +++ /dev/null @@ -1,11 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI_append_m3ulcb = " \ - file://0001-Add-virtual-output-support.patch \ - file://0002-Add-gst-recorder-for-h264-output-streaming.patch \ - file://0003-gst-recorder-Use-USERPTR-instead-of-DMABUF-for-VSP-o.patch \ - file://0004-gst-record-Specify-bytesused-and-length-of-VSP-input.patch \ - file://0005-gst-record-switch-to-gettime-function-to-CLOCK_MONOT.patch \ -" - -DEPENDS_append_m3ulcb = " gstreamer1.0-plugins-base" -- cgit 1.2.3-korg