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-apis/agl-service-homescreen/agl-service-homescreen_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-apis/agl-service-homescreen/agl-service-homescreen_git.bb')
-rw-r--r-- | meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb b/meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb new file mode 100644 index 000000000..b56f47c47 --- /dev/null +++ b/meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "Homescreen binding and client library for application" +DESCRIPTION = "agl-service-homescreen is the binding library" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-homescreen" +SECTION = "HMI" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +DEPENDS = "dbus glib-2.0 af-binder json-c" + +inherit cmake aglwgt + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-homescreen;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "b730d31a7e5e23756ab1b076de21d41369a500c5" +S = "${WORKDIR}/git" |