diff options
Diffstat (limited to 'recipes-automotive/automotive-message-broker')
-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 \ -" |