X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-automotive%2Fambdbusaccess%2Fambdbusaccess_0.1.bb;fp=recipes-automotive%2Fambdbusaccess%2Fambdbusaccess_0.1.bb;h=0000000000000000000000000000000000000000;hb=833f63409bb5a07b31b19f7e45507c19094081a0;hp=e804113dcdbc7e93342368165824f624086bbdd8;hpb=3e16d8c33ca3fb889782d213d8678ebe248f4778;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb b/recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb deleted file mode 100644 index e804113dc..000000000 --- a/recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "ambdbusaccess" - -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad \ - file://ambdbusaccess.cpp;startline=1;endline=5;md5=0ba6897a99e9332dae1891b4ccf78de3 \ - " - -SRC_URI = "file://* \ - " -S = "${WORKDIR}" - -DEPENDS = "qtdeclarative qtbase" -RDEPENDS_${PN} = "automotive-message-broker" - -RPROVIDES_${PN} = "ambdbusaccess" - -inherit qmake5 - -do_install () { - install -d ${D}${libdir}/qt5/qml/Automotive/ - install -m 0755 ambdbusaccess ${D}${libdir}/qt5/qml/Automotive/ -} - -FILES_${PN} += "${libdir}/qt5/qml/Automotive/ambdbusaccess" -FILES_${PN}-dbg += "${libdir}/qt5/qml/Automotive/.debug" -