diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-09-01 14:26:11 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-11 17:14:53 +0000 |
commit | 3d8b7919acb80d993a7bc72a770c126b64595559 (patch) | |
tree | a986bed45d6bbcb095385f3b4ef67568b4f3bcc5 /recipes-demo-hmi/agl-service-steering-wheel/agl-service-steering-wheel_0.1.bb | |
parent | 50491ab7290b08882d53db91403f401accbbef0a (diff) |
Add agl-service-steering-wheel recipe
Add agl-service-steering-wheel recipe, application can use this
recipe to build agl-service-steering-wheel.
Change-Id: Ic985af7c9abcee4b844748913216e97a8e9280f2
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'recipes-demo-hmi/agl-service-steering-wheel/agl-service-steering-wheel_0.1.bb')
-rw-r--r-- | recipes-demo-hmi/agl-service-steering-wheel/agl-service-steering-wheel_0.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-demo-hmi/agl-service-steering-wheel/agl-service-steering-wheel_0.1.bb b/recipes-demo-hmi/agl-service-steering-wheel/agl-service-steering-wheel_0.1.bb new file mode 100644 index 000000000..10b1ce516 --- /dev/null +++ b/recipes-demo-hmi/agl-service-steering-wheel/agl-service-steering-wheel_0.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "logitech g29 wheel service" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-steering-wheel" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" +SECTION = "apps" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-steering-wheel;protocol=http;branch=master" +SRCREV = "4ff6418f145dd4af3a1f5f8b6eba29b958a89521" + +PN = "agl-service-steering-wheel" +S = "${WORKDIR}/git" + +DEPENDS = "glib-2.0 af-binder" + +inherit cmake aglwgt |