Change libhomescreen-2017 to libhomescreen 89/16489/1
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Fri, 7 Sep 2018 07:51:33 +0000 (16:51 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Fri, 7 Sep 2018 07:52:10 +0000 (16:52 +0900)
    Change libhomescreen-2017 to libhomescreen.

Change-Id: Ia436650481637fc4b64329b2bc8ec296ac37c9d0
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb
meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb
meta-hmi-framework/recipes-demo-hmi/runxdg/runxdg_git.bb
meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb
templates/feature/agl-hmi-framework/50_local.conf.inc

index fbeb2a7..fc424b3 100644 (file)
@@ -15,7 +15,7 @@ S  = "${WORKDIR}/git"
 # build-time dependencies
 DEPENDS += "qtquickcontrols2 \
             qtwebsockets \
-            virtual/libhomescreen \
+            libhomescreen \
             qlibwindowmanager \
 "
 
index e5b21bf..2164001 100644 (file)
@@ -3,8 +3,8 @@ SECTION     = "libs"
 LICENSE     = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
 
-DEPENDS = "qtbase libhomescreen-2017"
-RDEPENDS_${PN} = "libhomescreen-2017"
+DEPENDS = "qtbase libhomescreen"
+RDEPENDS_${PN} = "libhomescreen"
 
 inherit qmake5
 
index 4bd0b28..d5bd568 100644 (file)
@@ -5,7 +5,7 @@ HOMEPAGE    = "https://git.automotivelinux.org/staging/xdg-launcher"
 LICENSE     = "MIT"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
-DEPENDS = "json-c wayland wayland-ivi-extension virtual/libhomescreen libwindowmanager"
+DEPENDS = "json-c wayland wayland-ivi-extension libhomescreen libwindowmanager"
 
 inherit cmake
 
index e80b360..2f0fe08 100644 (file)
@@ -15,7 +15,7 @@ RDEPENDS_${PN} += " \
   homescreen \
   libwindowmanager \
   qlibwindowmanager \
-  libhomescreen-2017 \
+  libhomescreen \
   qlibhomescreen \
   runxdg \
   hmi-debug \
index a9e32ff..845a527 100644 (file)
@@ -2,5 +2,4 @@
 # enables the following line:
 #
 DISTRO_FEATURES_append = " agl-hmi-framework"
-PREFERRED_PROVIDER_virtual/libhomescreen = "libhomescreen-2017"
 PREFERRED_RPROVIDER_virtual/navigation = "navigation"