summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtgraphicaleffects_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-08-04 13:55:31 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-08-04 13:55:31 +0200
commitb5916b969ed0794a5b1bd049387ad0ef762a6662 (patch)
tree9e46b88a2a0e4c2de19213f3eac7b73621ef7946 /recipes-qt/qt5/qtgraphicaleffects_git.bb
parentb3995cd83ed67897ef1db010052eb807c19d6483 (diff)
downloadmeta-qt5-upstream/jansa/warrior-overrides.tar.gz
Convert to new override syntaxupstream/jansa/warrior-overrides
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtgraphicaleffects_git.bb')
-rw-r--r--recipes-qt/qt5/qtgraphicaleffects_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtgraphicaleffects_git.bb b/recipes-qt/qt5/qtgraphicaleffects_git.bb
index 08762bc0..62d72ffd 100644
--- a/recipes-qt/qt5/qtgraphicaleffects_git.bb
+++ b/recipes-qt/qt5/qtgraphicaleffects_git.bb
@@ -12,10 +12,10 @@ LIC_FILES_CHKSUM = " \
12 12
13DEPENDS += "qtdeclarative qtdeclarative-native" 13DEPENDS += "qtdeclarative qtdeclarative-native"
14 14
15RDEPENDS_${PN}-dev = "" 15RDEPENDS:${PN}-dev = ""
16 16
17# The same issue as in qtbase: 17# The same issue as in qtbase:
18# http://errors.yoctoproject.org/Errors/Build/44912/ 18# http://errors.yoctoproject.org/Errors/Build/44912/
19LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" 19LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
20 20
21SRCREV = "fabaae2f8039d9f12e8531e2dc215b24ffe8d445" 21SRCREV = "fabaae2f8039d9f12e8531e2dc215b24ffe8d445"