X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-automotive%2Fclimatecontrolplugin%2Fclimatecontrolplugin_0.1.bb;h=7f98fb39282b92b5c5e31bdd5dc1be11b706c83f;hb=83c4a67a5daf437f717dd519b3a85f8a803e9357;hp=8058bdbf749aa834fea3d2a46f1dc16bf5b94297;hpb=a4bb343dcb1e25a99952b3e4da887a2658b05734;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb b/recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb index 8058bdbf7..7f98fb392 100644 --- a/recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb +++ b/recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb @@ -18,9 +18,9 @@ RDEPENDS_${PN} = "automotive-message-broker ambdbusaccess" inherit qmake5 do_install () { - mkdir -p ${D}/usr/lib/qt5/qml/Automotive/ClimateControl/ - cp libClimateControl.so ${D}/usr/lib/qt5/qml/Automotive/ClimateControl/ - cp qmldir ${D}/usr/lib/qt5/qml/Automotive/ClimateControl/ + install -d ${D}${libdir}/qt5/qml/Automotive/ClimateControl/ + install -m 0755 libClimateControl.so ${D}${libdir}/qt5/qml/Automotive/ClimateControl/ + install -m 0644 qmldir ${D}${libdir}/qt5/qml/Automotive/ClimateControl/ } FILES_${PN} += "${libdir}/qt5/qml/Automotive/ClimateControl/libClimateControl.so \