diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-11-16 23:40:07 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-11-16 23:40:07 +0900 |
commit | d5539aa4961bf334d086b448a94d1ff4af87878f (patch) | |
tree | fa69fe31d9d383f4da685996961a8f46a3ca95dc /recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend | |
parent | 99dcaa369e44f8fc601ecc98362b317e19dafc96 (diff) |
Revert "Build and install AMB-Qt plugins for QML"
This reverts commit 99dcaa369e44f8fc601ecc98362b317e19dafc96.
Changes in this patch has been merged into meta-agl layer.
(https://gerrit.automotivelinux.org/gerrit/#/c/4347/)
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend')
-rw-r--r-- | recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend b/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend deleted file mode 100644 index 5a60105b5..000000000 --- a/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bbappend +++ /dev/null @@ -1,16 +0,0 @@ -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 \ -" |