Remove qttranslation dependency from recipes

Does not work as expected and cannot be used for qtbase.
This commit is contained in:
Samuli Piippo 2020-06-03 07:36:57 +03:00
parent a6f0dd9305
commit be8a586c85
4 changed files with 0 additions and 18 deletions

View File

@ -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"

View File

@ -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() {

View File

@ -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"

View File

@ -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"