From 12b42f93c1f25530ddf3a0b25508ed42642ccc3b Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Tue, 17 Oct 2017 02:26:47 +0900 Subject: Fix HMI framework recipes 1. Modify SRCREV to the correct value in windowmanager and soundmanager. 2. Add "wayland-native" to windowmanager for resolving error: WLSCAN-NOTFOUND 3. Remove "PACKAGES" from packagegroup-hmi-framework.bb for resolving QA Issue: [packages-list] Change-Id: I1987dd2620e2b2832da5a8e9e754c9ddd0c2fa6f Signed-off-by: Yuta Doi --- .../agl-service-windowmanager-2017_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017') diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb index d406d208..addee324 100644 --- a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb +++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb @@ -6,12 +6,12 @@ S = "${WORKDIR}/git" SECTION = "graphics" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" -DEPENDS = "af-binder json-c wayland wayland-ivi-extension" +DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native" RDEPENDS_${PN} = " \ " SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=master" -SRCREV = "797eac5c26337df9d444e0a5e396be93454249dd" +SRCREV = "d5eb8b53ed088db5a25451fc7e3009d3e44ae6bd" inherit cmake aglwgt -- cgit 1.2.3-korg