diff options
Diffstat (limited to 'recipes-qt/qt5')
| -rw-r--r-- | recipes-qt/qt5/qt5.inc | 8 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtbase.inc | 1 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtquickcontrols.inc | 3 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtquickcontrols_5.1.0.bb | 5 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtquickcontrols_git.bb | 4 |
5 files changed, 20 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc index 80acb73e..a9d3000c 100644 --- a/recipes-qt/qt5/qt5.inc +++ b/recipes-qt/qt5/qt5.inc | |||
| @@ -39,7 +39,7 @@ FILES_${PN}-plugins-dbg = " \ | |||
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | # extra packages | 41 | # extra packages |
| 42 | # qmlplugins 1-3 levels of subdirs qmldir + *{.so,*.qmltypes,*.qml,*js} | 42 | # qmlplugins 1-4 levels of subdirs qmldir + *{.so,*.qmltypes,*.qml,*js} |
| 43 | FILES_${PN}-qmlplugins = " \ | 43 | FILES_${PN}-qmlplugins = " \ |
| 44 | ${OE_QMAKE_PATH_QML}/*/*${SOLIBSDEV} \ | 44 | ${OE_QMAKE_PATH_QML}/*/*${SOLIBSDEV} \ |
| 45 | ${OE_QMAKE_PATH_QML}/*/qmldir \ | 45 | ${OE_QMAKE_PATH_QML}/*/qmldir \ |
| @@ -56,6 +56,12 @@ FILES_${PN}-qmlplugins = " \ | |||
| 56 | ${OE_QMAKE_PATH_QML}/*/*/*/*.qmltypes \ | 56 | ${OE_QMAKE_PATH_QML}/*/*/*/*.qmltypes \ |
| 57 | ${OE_QMAKE_PATH_QML}/*/*/*/*.qml \ | 57 | ${OE_QMAKE_PATH_QML}/*/*/*/*.qml \ |
| 58 | ${OE_QMAKE_PATH_QML}/*/*/*/*.js \ | 58 | ${OE_QMAKE_PATH_QML}/*/*/*/*.js \ |
| 59 | ${OE_QMAKE_PATH_QML}/*/*/*/*/*${SOLIBSDEV} \ | ||
| 60 | ${OE_QMAKE_PATH_QML}/*/*/*/*/qmldir \ | ||
| 61 | ${OE_QMAKE_PATH_QML}/*/*/*/*/*.qmltypes \ | ||
| 62 | ${OE_QMAKE_PATH_QML}/*/*/*/*/*.qml \ | ||
| 63 | ${OE_QMAKE_PATH_QML}/*/*/*/*/*.js \ | ||
| 64 | ${OE_QMAKE_PATH_QML}/*/*/*/*/*/*.png \ | ||
| 59 | ${OE_QMAKE_PATH_IMPORTS}/*.qmltypes \ | 65 | ${OE_QMAKE_PATH_IMPORTS}/*.qmltypes \ |
| 60 | ${OE_QMAKE_PATH_IMPORTS}/*/*${SOLIBSDEV} \ | 66 | ${OE_QMAKE_PATH_IMPORTS}/*/*${SOLIBSDEV} \ |
| 61 | ${OE_QMAKE_PATH_IMPORTS}/*/*.qmltypes \ | 67 | ${OE_QMAKE_PATH_IMPORTS}/*/*.qmltypes \ |
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index e8b24067..b6927d1a 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
| @@ -65,6 +65,7 @@ PACKAGECONFIG[release] = "-release,-debug" | |||
| 65 | PACKAGECONFIG[sm] = "-sm,-no-sm" | 65 | PACKAGECONFIG[sm] = "-sm,-no-sm" |
| 66 | PACKAGECONFIG[tests] = ",-nomake tests" | 66 | PACKAGECONFIG[tests] = ",-nomake tests" |
| 67 | PACKAGECONFIG[examples] = ",-nomake examples" | 67 | PACKAGECONFIG[examples] = ",-nomake examples" |
| 68 | # accessibility is required to compile qtquickcontrols | ||
| 68 | PACKAGECONFIG[accessibility] = "-accessibility,-no-accessibility" | 69 | PACKAGECONFIG[accessibility] = "-accessibility,-no-accessibility" |
| 69 | PACKAGECONFIG[glib] = "-glib,-no-glib,glib-2.0" | 70 | PACKAGECONFIG[glib] = "-glib,-no-glib,glib-2.0" |
| 70 | PACKAGECONFIG[freetype] = "-system-freetype,-no-freetype,freetype" | 71 | PACKAGECONFIG[freetype] = "-system-freetype,-no-freetype,freetype" |
diff --git a/recipes-qt/qt5/qtquickcontrols.inc b/recipes-qt/qt5/qtquickcontrols.inc new file mode 100644 index 00000000..63e884ea --- /dev/null +++ b/recipes-qt/qt5/qtquickcontrols.inc | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | require qt5.inc | ||
| 2 | |||
| 3 | DEPENDS += "qtdeclarative" | ||
diff --git a/recipes-qt/qt5/qtquickcontrols_5.1.0.bb b/recipes-qt/qt5/qtquickcontrols_5.1.0.bb new file mode 100644 index 00000000..fc880d75 --- /dev/null +++ b/recipes-qt/qt5/qtquickcontrols_5.1.0.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | require qt5-${PV}.inc | ||
| 2 | require ${PN}.inc | ||
| 3 | |||
| 4 | SRC_URI[md5sum] = "b3825124a173a36f63c2f8380dc61e81" | ||
| 5 | SRC_URI[sha256sum] = "88d39421d78464c3900c37616e8369fc8d998c1b0f611980e6e082f46569646b" | ||
diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb b/recipes-qt/qt5/qtquickcontrols_git.bb new file mode 100644 index 00000000..ded017bd --- /dev/null +++ b/recipes-qt/qt5/qtquickcontrols_git.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | require qt5-git.inc | ||
| 2 | require ${PN}.inc | ||
| 3 | |||
| 4 | SRCREV = "c304d741a27b5822a35d1fb83f8f5e65719907ce" | ||
