qt/qt5quick1, qt/qt5script, qt/qt5webkit: tag as legacy compatibility
Signed-off-by: Julien Corjon <corjon.j@ecagroup.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b122e7d37f
commit
751f6f5af5
@ -36,15 +36,16 @@ source "package/qt5/qt5enginio/Config.in"
|
||||
source "package/qt5/qt5graphicaleffects/Config.in"
|
||||
source "package/qt5/qt5imageformats/Config.in"
|
||||
source "package/qt5/qt5multimedia/Config.in"
|
||||
source "package/qt5/qt5quick1/Config.in"
|
||||
source "package/qt5/qt5quickcontrols/Config.in"
|
||||
source "package/qt5/qt5script/Config.in"
|
||||
source "package/qt5/qt5sensors/Config.in"
|
||||
source "package/qt5/qt5serialport/Config.in"
|
||||
source "package/qt5/qt5svg/Config.in"
|
||||
source "package/qt5/qt5webkit/Config.in"
|
||||
source "package/qt5/qt5webkit-examples/Config.in"
|
||||
source "package/qt5/qt5websockets/Config.in"
|
||||
source "package/qt5/qt5x11extras/Config.in"
|
||||
source "package/qt5/qt5xmlpatterns/Config.in"
|
||||
comment "legacy compatibility"
|
||||
source "package/qt5/qt5quick1/Config.in"
|
||||
source "package/qt5/qt5script/Config.in"
|
||||
source "package/qt5/qt5webkit/Config.in"
|
||||
source "package/qt5/qt5webkit-examples/Config.in"
|
||||
endif
|
||||
|
@ -15,6 +15,10 @@ config BR2_PACKAGE_QT5QUICK1
|
||||
|
||||
This package corresponds to the qt5quick1 module.
|
||||
|
||||
This package has been tagged as deprecated since version
|
||||
5.5.0 and should be replaced by Qt Quick module in new
|
||||
design.
|
||||
|
||||
http://qt.io
|
||||
|
||||
comment "qt5quick1 needs a toolchain w/ dynamic library"
|
||||
|
@ -8,4 +8,8 @@ config BR2_PACKAGE_QT5SCRIPT
|
||||
|
||||
This package corresponds to the qt5script module.
|
||||
|
||||
This package has been tagged as deprecated since version
|
||||
5.5.0 and should be replaced by Qt QML module in new
|
||||
design.
|
||||
|
||||
http://qt.io
|
||||
|
@ -7,4 +7,8 @@ config BR2_PACKAGE_QT5WEBKIT_EXAMPLES
|
||||
|
||||
This package contains examples for the qt5webkit module.
|
||||
|
||||
This package has been tagged as deprecated since version
|
||||
5.5.0 and should be replaced by Qt WebEngine module in
|
||||
new design.
|
||||
|
||||
http://qt.io
|
||||
|
@ -17,4 +17,8 @@ config BR2_PACKAGE_QT5WEBKIT
|
||||
|
||||
This package corresponds to the qt5webkit module.
|
||||
|
||||
This package has been tagged as deprecated since version
|
||||
5.5.0 and should be replaced by Qt WebEngine module in
|
||||
new design.
|
||||
|
||||
http://qt.io
|
||||
|
Loading…
Reference in New Issue
Block a user