summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/b2qt.conf2
-rw-r--r--recipes-qt/qt5/qtmultimedia_git.bbappend4
-rw-r--r--recipes/fonts/otf-noto.bb8
3 files changed, 8 insertions, 6 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf
index ce00d12..bf0a05b 100644
--- a/conf/distro/b2qt.conf
+++ b/conf/distro/b2qt.conf
@@ -57,7 +57,7 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio sysvinit"
57FONTCONFIG_CACHE_DIR = "${libdir}/fontconfig/cache" 57FONTCONFIG_CACHE_DIR = "${libdir}/fontconfig/cache"
58 58
59# backport from oe/krogoth, needed by meta-qt5 59# backport from oe/krogoth, needed by meta-qt5
60PACKAGECONFIG_CONFARGS = "${EXTRA_OECONF}" 60PACKAGECONFIG_CONFARGS += "${EXTRA_OECONF}"
61 61
62# use GStreamer 1.0, optionally change to "gstreamer010" to use GStreamer 0.10 62# use GStreamer 1.0, optionally change to "gstreamer010" to use GStreamer 0.10
63DISTRO_FEATURES += "gstreamer" 63DISTRO_FEATURES += "gstreamer"
diff --git a/recipes-qt/qt5/qtmultimedia_git.bbappend b/recipes-qt/qt5/qtmultimedia_git.bbappend
index c17ad80..16561f8 100644
--- a/recipes-qt/qt5/qtmultimedia_git.bbappend
+++ b/recipes-qt/qt5/qtmultimedia_git.bbappend
@@ -27,6 +27,8 @@
27## 27##
28############################################################################ 28############################################################################
29 29
30PACKAGECONFIG += "${@base_contains("DISTRO_FEATURES", "gstreamer010", "gstreamer010", "gstreamer", d)}" 30PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
31 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
32 ${@bb.utils.contains('DISTRO_FEATURES', 'gstreamer010', 'gstreamer010', 'gstreamer', d)}"
31 33
32SRCREV = "f2b9fb776b78fc10424c0325ab4316a45360130e" 34SRCREV = "f2b9fb776b78fc10424c0325ab4316a45360130e"
diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb
index 468516b..c868329 100644
--- a/recipes/fonts/otf-noto.bb
+++ b/recipes/fonts/otf-noto.bb
@@ -31,17 +31,17 @@ SUMMARY = "Noto Sans CJK"
31SECTION = "fonts" 31SECTION = "fonts"
32HOMEPAGE = "http://www.google.com/get/noto" 32HOMEPAGE = "http://www.google.com/get/noto"
33LICENSE = "OFL-1.1" 33LICENSE = "OFL-1.1"
34LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE_CJK.txt;md5=55719faa0112708e946b820b24b14097" 34LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE_OFL.txt;md5=55719faa0112708e946b820b24b14097"
35 35
36INHIBIT_DEFAULT_DEPS = "1" 36INHIBIT_DEFAULT_DEPS = "1"
37 37
38inherit allarch fontcache 38inherit allarch fontcache
39 39
40PV = "1.004" 40PV = "1.004"
41SRC_URI = "https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKSC-hinted.zip" 41SRC_URI = "https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKsc-hinted.zip"
42 42
43SRC_URI[md5sum] = "c0fa6153aa826ee96041ba4470a1f51f" 43SRC_URI[md5sum] = "3a2e70a4cd1f4ca4b546146b8556dffb"
44SRC_URI[sha256sum] = "31459f6d8c36a1136bec3f8d720b2b637e4dded681b7bb610186c9986be25848" 44SRC_URI[sha256sum] = "89646c86a48c1d5d25d435c31d673695bbd5751534004e9746f7d4aa71402a8f"
45 45
46S = "${WORKDIR}" 46S = "${WORKDIR}"
47 47