diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-06-01 07:46:15 +0000 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-06 13:26:25 +0200 |
commit | 23237f85ab7553403b69a003c0e8f418e9df6a1d (patch) | |
tree | 624f5c5b04bcfdd5fc7e085259bce9090d41add3 /recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend | |
parent | 199f3d33307b86420dc5f127614d91914c56fab1 (diff) |
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 <changhyeok.bae@gmail.com>
Diffstat (limited to 'recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend')
-rw-r--r-- | recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend b/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend index 5a26c9a1b..9c29dee47 100644 --- a/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend +++ b/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend @@ -8,10 +8,9 @@ DISABLE_TEST = "-DBUILD_ILM_API_TESTS:BOOL=FALSE \ -DINSTALL_ILM_API_TESTS:BOOL=FALSE \ " -PACKAGECONFIG ??= "ilm_input test" +PACKAGECONFIG ??= "test" PACKAGECONFIG[test] = "${ENABLE_TEST},${DISABLE_TEST},gtest" - SRC_URI_append = "\ file://cmake-find-gtest.patch \ file://test-path.patch \ |