diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-11 21:50:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-06-11 21:50:39 +0000 |
commit | b0e04a90b5906d5bf9a6852ea6c3a3417f1fa9b9 (patch) | |
tree | 4974a5f0dd02ab54e6d4e3ea8d24e8469ae4258d /meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb | |
parent | 52c0977395e78ef4ef410f54ade54d5fe19cf2da (diff) | |
parent | 186d92daea4cfbb61dc9dcc296b73a9f8477a0d9 (diff) |
Merge "meta-agl-profile-graphical*: Add qtaglextras and dependencies" into guppy
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb b/meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb new file mode 100644 index 000000000..1c9a38ca8 --- /dev/null +++ b/meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb @@ -0,0 +1,26 @@ +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} \ + file://org.agl.statusbar.conf \ + " +SRCREV = "d01f3c61041ff7b8d2d942f99680407ee10320bc" +S = "${WORKDIR}/git" + +do_install_append() { + mkdir -p ${D}${sysconfdir}/dbus-1/session.d + install -m 0644 ${WORKDIR}/org.agl.statusbar.conf ${D}${sysconfdir}/dbus-1/session.d +} + +RDEPENDS_${PN} = "agl-service-homescreen" |