mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-04 16:10:12 +00:00
Remove qttranslation dependency from recipes
Does not work as expected and cannot be used for qtbase.
This commit is contained in:
parent
a6f0dd9305
commit
be8a586c85
|
|
@ -12,12 +12,6 @@ inherit qt6-cmake
|
|||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
PACKAGECONFIG ?= "translations"
|
||||
PACKAGECONFIG_class-native ?= ""
|
||||
PACKAGECONFIG_class-nativesdk ?= ""
|
||||
|
||||
PACKAGECONFIG[translations] = ",,,qttranslations-${BPN}"
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -10,9 +10,6 @@ inherit qt6-cmake
|
|||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
PACKAGECONFIG ?= "translations"
|
||||
PACKAGECONFIG[translations] = ",,,qttranslations-${BPN}"
|
||||
|
||||
DEPENDS = "qtbase qtdeclarative"
|
||||
|
||||
do_configure_prepend() {
|
||||
|
|
|
|||
|
|
@ -12,12 +12,6 @@ inherit qt6-cmake
|
|||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
PACKAGECONFIG ?= "translations"
|
||||
PACKAGECONFIG_class-native ?= ""
|
||||
PACKAGECONFIG_class-nativesdk ?= ""
|
||||
|
||||
PACKAGECONFIG[translations] = ",,,qttranslations-${BPN}"
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ inherit qt6-cmake
|
|||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
PACKAGECONFIG ?= "translations"
|
||||
PACKAGECONFIG[translations] = ",,,qttranslations-${BPN}"
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative"
|
||||
|
||||
SRCREV = "9486a8053edd0eab68a03178effebda0d5194607"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user