From 99dcaa369e44f8fc601ecc98362b317e19dafc96 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 13 Nov 2015 16:21:51 +0900 Subject: [PATCH] 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 --- .../automotive-message-broker_git.bbappend | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend 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 \ +" -- 2.16.6