From 5e77eaa23b2a34a28e2bfc228d688544f1cfe5cf Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Wed, 13 Dec 2017 10:32:02 +0000 Subject: opencv: Rename .bbappend to match new version from meta-openembedded Bug-AGL: SPEC-1181 Change-Id: I5ead5abbb6717d0a85ed67b083af766d677cd469 Signed-off-by: Changhyeok Bae --- recipes-support/opencv/opencv_3.2.bbappend | 1 - recipes-support/opencv/opencv_3.3.bbappend | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 recipes-support/opencv/opencv_3.2.bbappend create mode 100644 recipes-support/opencv/opencv_3.3.bbappend diff --git a/recipes-support/opencv/opencv_3.2.bbappend b/recipes-support/opencv/opencv_3.2.bbappend deleted file mode 100644 index 8656abf0..00000000 --- a/recipes-support/opencv/opencv_3.2.bbappend +++ /dev/null @@ -1 +0,0 @@ -PACKAGECONFIG ?= "jpeg png v4l libv4l gstreamer" diff --git a/recipes-support/opencv/opencv_3.3.bbappend b/recipes-support/opencv/opencv_3.3.bbappend new file mode 100644 index 00000000..8656abf0 --- /dev/null +++ b/recipes-support/opencv/opencv_3.3.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG ?= "jpeg png v4l libv4l gstreamer" -- cgit 1.2.3-korg From 8721115bb817698a75bdf228d91df5ceefad426f Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Sun, 24 Dec 2017 16:44:54 +0000 Subject: libdbus-c++: Remove bbappend file PNBLACKLIST is removed in upstream meta-oe(5693b474a5014b27db5d842ebd1a690dec9ccc17) Bug-AGL: SPEC-1181 Change-Id: Iaee722d92e6b6d121e13ed2953654ce4b13e158e Signed-off-by: Changhyeok Bae --- recipes-core/dbus/libdbus-c++_0.9.0.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes-core/dbus/libdbus-c++_0.9.0.bbappend diff --git a/recipes-core/dbus/libdbus-c++_0.9.0.bbappend b/recipes-core/dbus/libdbus-c++_0.9.0.bbappend deleted file mode 100644 index ea83587a..00000000 --- a/recipes-core/dbus/libdbus-c++_0.9.0.bbappend +++ /dev/null @@ -1 +0,0 @@ -PNBLACKLIST[libdbus-c++] = "" -- cgit 1.2.3-korg From 1128153a0b861994a3d3c688d9105ca937a00b6b Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Sun, 24 Dec 2017 17:03:44 +0000 Subject: unicens-config: Add bash to rdeps Fixes QA Issue: /usr/bin/unicens-config.sh contained in package unicens-config requires /bin/bash , but no providers found in RDEPENDS_unicens-config? [file-rdeps] Bug-AGL: SPEC-1181 Change-Id: I6d7ec9487d22c05ce531b38f997d376ae24d8863 Signed-off-by: Changhyeok Bae --- recipes-config/unicens-config/unicens-config.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-config/unicens-config/unicens-config.bb b/recipes-config/unicens-config/unicens-config.bb index 706b2c87..f33ffb29 100644 --- a/recipes-config/unicens-config/unicens-config.bb +++ b/recipes-config/unicens-config/unicens-config.bb @@ -2,11 +2,14 @@ DESCRIPTION = "Configure MOST driver" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +RDEPENDS_${PN} = "bash" + SRC_URI = "\ file://unicens-config.service \ file://unicens-config.sh \ " + inherit systemd SYSTEMD_PACKAGES = "${PN}" -- cgit 1.2.3-korg From 9607370507f5ff7b4e69caef8c9fd4576022d357 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Mon, 25 Dec 2017 14:52:39 +0000 Subject: qtbase: Remove -no-use-gold-linker option Bug-AGL: SPEC-1181 Change-Id: I104b459c6ad0fb904dfeca0b7a8c1fdc73da1794 Signed-off-by: Changhyeok Bae --- recipes-qt/qt5/qtbase_%.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index 203b3264..d568b128 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -14,6 +14,3 @@ EXTRA_OECONF_append = "" # '-qpa wayland-egl' set wayland-egl as default of platform plagins PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard" - -# Temporarily fix bug due to binutils 2.28 -QT_CONFIG_FLAGS_append = " -no-use-gold-linker" -- cgit 1.2.3-korg From 862937ef08dcffc1ae0cfafbfa9a8b46816c4140 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Mon, 25 Dec 2017 16:26:23 +0000 Subject: libdbus-c++:Fix build error in GCC-7 See: https://sourceforge.net/p/dbus-cplusplus/patches/18/ Bug-AGL: SPEC-1181 Change-Id: Ic8f923a03407e58aff2133747a65799f90d15286 Signed-off-by: Changhyeok Bae --- .../dbus/libdbus-c++/dbus-c++-threading.patch | 45 ++++++++++++++++++++++ recipes-core/dbus/libdbus-c++_0.9.0.bbappend | 2 + 2 files changed, 47 insertions(+) create mode 100644 recipes-core/dbus/libdbus-c++/dbus-c++-threading.patch create mode 100644 recipes-core/dbus/libdbus-c++_0.9.0.bbappend diff --git a/recipes-core/dbus/libdbus-c++/dbus-c++-threading.patch b/recipes-core/dbus/libdbus-c++/dbus-c++-threading.patch new file mode 100644 index 00000000..c4fafef6 --- /dev/null +++ b/recipes-core/dbus/libdbus-c++/dbus-c++-threading.patch @@ -0,0 +1,45 @@ +--- libdbus-c++-0.9.0/include/dbus-c++/dispatcher.h.threading 2017-02-15 13:40:53.796004263 +0000 ++++ libdbus-c++-0.9.0/include/dbus-c++/dispatcher.h 2017-02-15 13:40:46.907000493 +0000 +@@ -188,6 +188,7 @@ + /* classes for multithreading support + */ + ++#if 0 + class DXXAPI Mutex + { + public: +@@ -243,9 +244,11 @@ + typedef bool (*CondVarWaitTimeoutFn)(CondVar *cv, Mutex *mx, int timeout); + typedef void (*CondVarWakeOneFn)(CondVar *cv); + typedef void (*CondVarWakeAllFn)(CondVar *cv); ++#endif + + void DXXAPI _init_threading(); + ++#if 0 + void DXXAPI _init_threading( + MutexNewFn, MutexFreeFn, MutexLockFn, MutexUnlockFn, + CondVarNewFn, CondVarFreeFn, CondVarWaitFn, CondVarWaitTimeoutFn, CondVarWakeOneFn, CondVarWakeAllFn +@@ -312,6 +315,7 @@ + cv->wake_all(); + } + }; ++#endif + + } /* namespace DBus */ + +--- libdbus-c++-0.9.0/src/dispatcher.cpp.threading 2017-02-15 13:48:22.627249868 +0000 ++++ libdbus-c++-0.9.0/src/dispatcher.cpp 2017-02-15 13:48:29.164253445 +0000 +@@ -253,6 +253,7 @@ + #endif//DBUS_HAS_THREADS_INIT_DEFAULT + } + ++#if 0 + void DBus::_init_threading( + MutexNewFn m1, + MutexFreeFn m2, +@@ -318,3 +319,4 @@ + #endif//DBUS_HAS_RECURSIVE_MUTEX + dbus_threads_init(&functions); + } ++#endif diff --git a/recipes-core/dbus/libdbus-c++_0.9.0.bbappend b/recipes-core/dbus/libdbus-c++_0.9.0.bbappend new file mode 100644 index 00000000..dac44b5e --- /dev/null +++ b/recipes-core/dbus/libdbus-c++_0.9.0.bbappend @@ -0,0 +1,2 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +SRC_URI_append = "file://dbus-c++-threading.patch" -- cgit 1.2.3-korg From bdc9eb3b8a48315fe5df4fabb0ca53b98bbc1808 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Fri, 29 Dec 2017 13:56:28 +0000 Subject: ninja,harfbuzz: Remove .bbappend This is already applied in upstream. Bug-AGL: SPEC-1181 Change-Id: I9d378f7da1874b7f679cad0a1948f381899a85e3 Signed-off-by: Changhyeok Bae --- recipes-devtools/ninja/ninja_%.bbappend | 2 -- recipes-graphics/harfbuzz/harfbuzz_%.bbappend | 1 - 2 files changed, 3 deletions(-) delete mode 100644 recipes-devtools/ninja/ninja_%.bbappend delete mode 100644 recipes-graphics/harfbuzz/harfbuzz_%.bbappend diff --git a/recipes-devtools/ninja/ninja_%.bbappend b/recipes-devtools/ninja/ninja_%.bbappend deleted file mode 100644 index efc347a7..00000000 --- a/recipes-devtools/ninja/ninja_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -BBCLASSEXTEND += "nativesdk" - diff --git a/recipes-graphics/harfbuzz/harfbuzz_%.bbappend b/recipes-graphics/harfbuzz/harfbuzz_%.bbappend deleted file mode 100644 index 7ac439a2..00000000 --- a/recipes-graphics/harfbuzz/harfbuzz_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -PACKAGECONFIG_append = " icu" -- cgit 1.2.3-korg