Bump buildroot to 2019.02
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Hash from: https://download.qt.io/official_releases/qt/5.9/5.9.6/submodules/qtscxml-opensource-src-5.9.6.tar.xz.mirrorlist
|
||||
sha256 33947621fd6675c68d67ba11325746a82e7d582599ca0f04e03da4f60d82339a qtscxml-opensource-src-5.9.6.tar.xz
|
||||
# Hash from: https://download.qt.io/official_releases/qt/5.11/5.11.3/submodules/qtscxml-everywhere-src-5.11.3.tar.xz.sha256
|
||||
sha256 13172767eda404f1b71ab35998a95af6633d700d2417fff3648d8c6dc6af68d7 qtscxml-everywhere-src-5.11.3.tar.xz
|
||||
|
||||
# Hashes for license files:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
QT5SCXML_VERSION = $(QT5_VERSION)
|
||||
QT5SCXML_SITE = $(QT5_SITE)
|
||||
QT5SCXML_SOURCE = qtscxml-opensource-src-$(QT5SCXML_VERSION).tar.xz
|
||||
QT5SCXML_SOURCE = qtscxml-$(QT5_SOURCE_TARBALL_PREFIX)-$(QT5SCXML_VERSION).tar.xz
|
||||
QT5SCXML_DEPENDENCIES = qt5base qt5declarative
|
||||
QT5SCXML_INSTALL_STAGING = YES
|
||||
|
||||
@@ -35,6 +35,10 @@ define QT5SCXML_INSTALL_TARGET_LIBS
|
||||
endef
|
||||
endif
|
||||
|
||||
define QT5SCXML_INSTALL_TARGET_QMLS
|
||||
cp -dpfr $(STAGING_DIR)/usr/qml/QtScxml/ $(TARGET_DIR)/usr/qml/
|
||||
endef
|
||||
|
||||
ifeq ($(BR2_PACKAGE_QT5BASE_EXAMPLES),y)
|
||||
define QT5SCXML_INSTALL_TARGET_EXAMPLES
|
||||
cp -dpfr $(STAGING_DIR)/usr/lib/qt/examples/scxml $(TARGET_DIR)/usr/lib/qt/examples/
|
||||
@@ -43,6 +47,7 @@ endif
|
||||
|
||||
define QT5SCXML_INSTALL_TARGET_CMDS
|
||||
$(QT5SCXML_INSTALL_TARGET_LIBS)
|
||||
$(QT5SCXML_INSTALL_TARGET_QMLS)
|
||||
$(QT5SCXML_INSTALL_TARGET_EXAMPLES)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user