diff options
Diffstat (limited to 'recipes-qt/qt5/qtmultimedia_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtmultimedia_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtmultimedia_git.bb b/recipes-qt/qt5/qtmultimedia_git.bb index fdbebd6d..a7cb4e20 100644 --- a/recipes-qt/qt5/qtmultimedia_git.bb +++ b/recipes-qt/qt5/qtmultimedia_git.bb | |||
@@ -36,12 +36,12 @@ SRC_URI += "\ | |||
36 | 36 | ||
37 | # The same issue as in qtbase: | 37 | # The same issue as in qtbase: |
38 | # http://errors.yoctoproject.org/Errors/Build/44914/ | 38 | # http://errors.yoctoproject.org/Errors/Build/44914/ |
39 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 39 | LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
40 | 40 | ||
41 | SRCREV = "fd30913d4601d12437404e1d20113a1ed6364ccc" | 41 | SRCREV = "fd30913d4601d12437404e1d20113a1ed6364ccc" |
42 | 42 | ||
43 | # Temporary work around for Qt5MultimediaConfig.cmake referencing non-existent videoeglvideonode directory | 43 | # Temporary work around for Qt5MultimediaConfig.cmake referencing non-existent videoeglvideonode directory |
44 | do_install_append() { | 44 | do_install:append() { |
45 | install -d ${D}${OE_QMAKE_PATH_PLUGINS}/videoeglvideonode | 45 | install -d ${D}${OE_QMAKE_PATH_PLUGINS}/videoeglvideonode |
46 | } | 46 | } |
47 | FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/videoeglvideonode" | 47 | FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}/videoeglvideonode" |