diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-11-09 09:38:31 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-11 10:38:35 +0000 |
commit | e422e5cb73311fd0807b40d8a1fcac53cac7d6eb (patch) | |
tree | 5df684bbe5163451c1ecd7be874959f4f7653b89 /recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb | |
parent | 2a1c53a8a152b5744b631278f52264be13f316f1 (diff) |
Add PROVIDES into libhomescreen bb files
Restore libhomescreen-old.inc to libhomescreen_git.bb, but use fix SRCREV.
Change libhomescreen-2017.inc to libhomescreen-2017_git.bb.
Add PROVIDES into bb files for switch libhomescreen.
These is another commit in meta-agl-devel set PREFERRED_PROVIDER.
Related commit:
https://gerrit.automotivelinux.org/gerrit/#/c/11761/
Change-Id: I2eadc3c703f220f286e8ffa6b52276b792fc0729
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb')
-rw-r--r-- | recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb b/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb new file mode 100644 index 000000000..918d2ec09 --- /dev/null +++ b/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb @@ -0,0 +1,20 @@ +SUMMARY = "AGL Home Screen Library" +DESCRIPTION = "libhomescreen" +HOMEPAGE = "http://docs.automotivelinux.org" +LICENSE = "Apache-2.0" +SECTION = "libs" + +BBCLASSEXTEND = " nativesdk" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +DEPENDS = "af-binder json-c" + +inherit cmake + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/src/libhomescreen.git;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "390902a6b002c6af183c939749fdebfcc4b3e839" +S = "${WORKDIR}/git" + +RDEPENDS_${PN} = "agl-service-homescreen-2017" +PROVIDES += "virtual/libhomescreen" |