X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Flibhomescreen%2Flibhomescreen_git.bb;h=b71b5b410e7f0a47c4717f9d792d412154d2bc6f;hb=bd1d83c7a2787a09a27b6a94dbf83381338981e6;hp=440ea420e72fbb9717ec63a14a0d1a119c61101e;hpb=e9da2ae427ac8631e3f62915850adba4cfcf40ed;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb b/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb index 440ea420e..b71b5b410 100644 --- a/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb +++ b/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb @@ -3,21 +3,22 @@ DESCRIPTION = "libhomescreen" HOMEPAGE = "http://docs.automotivelinux.org" LICENSE = "Apache-2.0" SECTION = "libs" -S = "${WORKDIR}/git/" BBCLASSEXTEND = " nativesdk" -inherit qmake5 pkgconfig +LIC_FILES_CHKSUM = "file://libhomescreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984" DEPENDS += " glib-2.0 " -LIC_FILES_CHKSUM = "file://libhomescreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRCREV = "${AUTOREV}" -# PV needs to be modified with SRCPV to work AUTOREV correctly -PV = "0.0+git${SRCPV}" +inherit qmake5 pkgconfig -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/src/libhomescreen.git;protocol=http \ +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/src/libhomescreen.git;protocol=https;branch=${AGL_BRANCH} \ file://homescreen.pc.in" +SRCREV = "f5c14333d2170ae9babed53ea530828569a830ff" +S = "${WORKDIR}/git/" + +# PV needs to be modified with SRCPV to work AUTOREV correctly +PV = "0.0+git${SRCPV}" do_install() { install -d ${D}/usr/AGL/${PN} @@ -62,4 +63,4 @@ FILES_libhomescreensampleapp-dbg += "/usr/AGL/${PN}/.debug" RDEPENDS_libhomescreensampleapp-dbg += "${PN}-dbg ${PN}-dev" - +PROVIDES += "virtual/libhomescreen"