X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2FCES2016-demo%2FCES2016-demo.bb;h=28c3df3b064f29f5d60535478164e6d48ef4a85d;hb=6e15a17484561d9b9865f5402ff8b234615db217;hp=48e242b7c986a120eae2aad6afebb5694cc21e00;hpb=84548852f969f2c5de604509ebd62d7ee3a3a1bc;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index 48e242b7c..28c3df3b0 100644 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb @@ -4,13 +4,21 @@ HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoA SECTION = "apps" +PN = "ces2016-demo" + LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" -SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http" -SRCREV = "AUTOINC" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http" +SRCREV = "${AUTOREV}" + +PV = "1.0+git" -RDEPENDS_${PN}_append = "qtmultimedia qtquickcontrols" +RDEPENDS_${PN} += " \ + qtmultimedia-qmlplugins \ + qtquickcontrols-qmlplugins \ + qtsvg-plugins \ + " # custom configure and install as these are just qml files @@ -23,8 +31,8 @@ do_configure() { # plain copy in own folder for now do_install() { - mkdir -p ${D}/opt/AGL/CES2016/ - cp -ar ./* ${D}/opt/AGL/CES2016/ + mkdir -p ${D}/usr/AGL/CES2016/ + cp -rf ./* ${D}/usr/AGL/CES2016/ } -FILES_${PN} = "/opt/AGL/" +FILES_${PN} = "/usr/AGL/"