From: Tadao Tanikawa Date: Fri, 13 Nov 2015 07:21:51 +0000 (+0900) Subject: Build and install AMB-Qt plugins for QML X-Git-Tag: albacore_1.0~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=99dcaa369e44f8fc601ecc98362b317e19dafc96;p=AGL%2Fmeta-agl-demo.git Build and install AMB-Qt plugins for QML This recipe depends on QtDeclarative, so should be placed into meta-agl-demo (not meta-agl/meta-ivi-common). Change-Id: I1f953d3d0005e966db7114b8c098ca628a1a9aaf Signed-off-by: Tadao Tanikawa --- diff --git a/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend b/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend new file mode 100644 index 000000000..5a60105b5 --- /dev/null +++ b/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend @@ -0,0 +1,16 @@ +inherit cmake_qt5 + +PACKAGECONFIG ??= "qmlplugins" + +PACKAGECONFIG[qmlplugins] = "-Dqt_bindings=On,,qtdeclarative" + +INSANE_SKIP_${PN} = "dev-deps" + +FILES_${PN} += " \ + ${OE_QMAKE_PATH_QML}/amb/qmldir \ + ${OE_QMAKE_PATH_QML}/amb/libambqtquick.so \ +" + +FILES_${PN}-dbg += " \ + ${OE_QMAKE_PATH_QML}/amb/.debug/libambqtquick.so \ +"