diff options
| -rw-r--r-- | meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/gtk+/gtkmm4_4.20.0.bb (renamed from meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb) | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.2.bb (renamed from meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb) | 11 | ||||
| -rw-r--r-- | meta-oe/recipes-multimedia/libcdio/libcdio/0001-Fix-a-few-Werror-format-security-errors-with-mvprint.patch | 40 | ||||
| -rw-r--r-- | meta-oe/recipes-multimedia/libcdio/libcdio/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch | 43 | ||||
| -rw-r--r-- | meta-oe/recipes-multimedia/libcdio/libcdio_2.2.0.bb (renamed from meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb) | 9 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-systemd_235.bb | 3 |
7 files changed, 22 insertions, 97 deletions
diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb index f4d206c154..28c1063ceb 100644 --- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb +++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb | |||
| @@ -207,6 +207,11 @@ do_install() { | |||
| 207 | 207 | ||
| 208 | sed -i "s|@MINIFI_LOG@|${MINIFI_LOG}|g" ${D}${sysconfdir}/default/volatiles/99_minifi | 208 | sed -i "s|@MINIFI_LOG@|${MINIFI_LOG}|g" ${D}${sysconfdir}/default/volatiles/99_minifi |
| 209 | fi | 209 | fi |
| 210 | |||
| 211 | for ss in $(find ${D}${libexecdir}/minifi-python-examples -type f); do | ||
| 212 | sed -i 's,/usr/bin/env python$,/usr/bin/env python3,' "$ss" | ||
| 213 | done | ||
| 214 | |||
| 210 | } | 215 | } |
| 211 | 216 | ||
| 212 | pkg_postinst:${PN}() { | 217 | pkg_postinst:${PN}() { |
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb b/meta-oe/recipes-gnome/gtk+/gtkmm4_4.20.0.bb index d3a01e444c..439ab800f8 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm4_4.20.0.bb | |||
| @@ -3,8 +3,10 @@ HOMEPAGE = "http://www.gtkmm.org/" | |||
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | 4 | ||
| 5 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" | 5 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | 6 | LIC_FILES_CHKSUM = " \ |
| 7 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | 7 | file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21 \ |
| 8 | file://COPYING.tools;md5=570a9b3749dd0463a1778803b12a6dce \ | ||
| 9 | " | ||
| 8 | 10 | ||
| 9 | DEPENDS = "glib-2.0-native atkmm pangomm-2.48 glibmm gtk4 cairomm-1.16 gdk-pixbuf-native" | 11 | DEPENDS = "glib-2.0-native atkmm pangomm-2.48 glibmm gtk4 cairomm-1.16 gdk-pixbuf-native" |
| 10 | 12 | ||
| @@ -14,7 +16,7 @@ inherit gnomebase features_check | |||
| 14 | 16 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "opengl x11" | 17 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
| 16 | 18 | ||
| 17 | SRC_URI[archive.sha256sum] = "9350a0444b744ca3dc69586ebd1b6707520922b6d9f4f232103ce603a271ecda" | 19 | SRC_URI[archive.sha256sum] = "daad9bf9b70f90975f91781fc7a656c923a91374261f576c883cd3aebd59c833" |
| 18 | 20 | ||
| 19 | EXTRA_OEMESON = "-Dbuild-demos=false" | 21 | EXTRA_OEMESON = "-Dbuild-demos=false" |
| 20 | 22 | ||
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb b/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.2.bb index 42507051f6..b880f3f090 100644 --- a/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb +++ b/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.2.bb | |||
| @@ -1,18 +1,19 @@ | |||
| 1 | SUMMARY = "library to read digital audio CDs with error correction" | 1 | SUMMARY = "library to read digital audio CDs with error correction" |
| 2 | HOMEPAGE = "http://www.gnu.org/software/libcdio/" | 2 | HOMEPAGE = "http://www.gnu.org/software/libcdio/" |
| 3 | BUGTRUCKER = "https://github.com/rocky/libcdio-paranoia/issues/" | 3 | BUGTRUCKER = "https://github.com/libcdio/libcdio-paranoia/issues" |
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | LICENSE = "GPL-3.0-or-later" | 5 | LICENSE = "GPL-3.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 7 | DEPENDS = "libcdio" | 7 | DEPENDS = "libcdio" |
| 8 | 8 | ||
| 9 | SRC_URI = "${GNU_MIRROR}/libcdio/${BP}.tar.bz2" | 9 | SRC_URI = "${GITHUB_BASE_URI}/download/release-${PV}/${BP}.tar.bz2" |
| 10 | SRC_URI[sha256sum] = "33b1cf305ccfbfd03b43936975615000ce538b119989c4bec469577570b60e8a" | 10 | SRC_URI[sha256sum] = "186892539dedd661276014d71318c8c8f97ecb1250a86625256abd4defbf0d0c" |
| 11 | |||
| 12 | GITHUB_BASE_URI = "https://github.com/libcdio/${BPN}/releases/" | ||
| 11 | 13 | ||
| 12 | UPSTREAM_CHECK_URI = "https://github.com/rocky/libcdio-paranoia/releases" | ||
| 13 | UPSTREAM_CHECK_REGEX = "release-(?P<pver>\d+(\.\d+)+\+\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_REGEX = "release-(?P<pver>\d+(\.\d+)+\+\d+(\.\d+)+)" |
| 14 | 15 | ||
| 15 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig github-releases |
| 16 | 17 | ||
| 17 | PACKAGES += "${PN}-utils" | 18 | PACKAGES += "${PN}-utils" |
| 18 | 19 | ||
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio/0001-Fix-a-few-Werror-format-security-errors-with-mvprint.patch b/meta-oe/recipes-multimedia/libcdio/libcdio/0001-Fix-a-few-Werror-format-security-errors-with-mvprint.patch deleted file mode 100644 index 09e7dc3dfb..0000000000 --- a/meta-oe/recipes-multimedia/libcdio/libcdio/0001-Fix-a-few-Werror-format-security-errors-with-mvprint.patch +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | From e5e54be286bf6d8336b747503c803750bc674c57 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 30 Oct 2021 01:28:18 -0700 | ||
| 4 | Subject: [PATCH] Fix a few -Werror=format-security errors with mvprintw() | ||
| 5 | |||
| 6 | In all these places a non-constant is used as a format string which | ||
| 7 | compiler complains about. Fix by using "%s" as format. | ||
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | --- | ||
| 12 | src/cdda-player.c | 6 +++--- | ||
| 13 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/src/cdda-player.c b/src/cdda-player.c | ||
| 16 | index 69eddee..8834d60 100644 | ||
| 17 | --- a/src/cdda-player.c | ||
| 18 | +++ b/src/cdda-player.c | ||
| 19 | @@ -298,7 +298,7 @@ action(const char *psz_action) | ||
| 20 | psz_action); | ||
| 21 | else | ||
| 22 | snprintf(psz_action_line, sizeof(psz_action_line), "%s", "" ); | ||
| 23 | - mvprintw(LINE_ACTION, 0, psz_action_line); | ||
| 24 | + mvprintw(LINE_ACTION, 0, "%s", psz_action_line); | ||
| 25 | clrtoeol(); | ||
| 26 | refresh(); | ||
| 27 | } | ||
| 28 | @@ -1029,10 +1029,10 @@ display_tracks(void) | ||
| 29 | } | ||
| 30 | if (sub.track == i) { | ||
| 31 | attron(A_STANDOUT); | ||
| 32 | - mvprintw(i_line++, 0, line); | ||
| 33 | + mvprintw(i_line++, 0, "%s", line); | ||
| 34 | attroff(A_STANDOUT); | ||
| 35 | } else | ||
| 36 | - mvprintw(i_line++, 0, line); | ||
| 37 | + mvprintw(i_line++, 0, "%s", line); | ||
| 38 | clrtoeol(); | ||
| 39 | } | ||
| 40 | } | ||
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch b/meta-oe/recipes-multimedia/libcdio/libcdio/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch deleted file mode 100644 index 0b25dff75e..0000000000 --- a/meta-oe/recipes-multimedia/libcdio/libcdio/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | From 08c1768aaeea86c522c0ef1705b9b6d434ebd3ae Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Chris Lamb <chris@chris-lamb.co.uk> | ||
| 3 | Date: Fri, 28 Jul 2017 11:49:13 +0100 | ||
| 4 | Subject: [PATCH] Drop LIBCDIO_SOURCE_PATH by dropping STRIP_FROM_PATH Doxygen | ||
| 5 | setup; it's not used as FULL_PATH_NAMES = no | ||
| 6 | |||
| 7 | Source: https://sources.debian.org/data/main/libc/libcdio/2.1.0-4/debian/patches/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch | ||
| 8 | Upstream-Status: Pending | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | configure.ac | 5 ----- | ||
| 12 | doc/doxygen/Doxyfile.in | 2 +- | ||
| 13 | 2 files changed, 1 insertion(+), 6 deletions(-) | ||
| 14 | |||
| 15 | Index: b/configure.ac | ||
| 16 | =================================================================== | ||
| 17 | --- a/configure.ac | ||
| 18 | +++ b/configure.ac | ||
| 19 | @@ -557,11 +557,6 @@ AC_SUBST(HAVE_SOLARIS_CDROM) | ||
| 20 | AC_SUBST(HAVE_WIN32_CDROM) | ||
| 21 | AC_SUBST(HAVE_OS2_CDROM) | ||
| 22 | |||
| 23 | -LIBCDIO_SOURCE_PATH="`pwd`" | ||
| 24 | -AC_DEFINE_UNQUOTED(LIBCDIO_SOURCE_PATH, "$LIBCDIO_SOURCE_PATH", | ||
| 25 | - [Full path to libcdio top_sourcedir.]) | ||
| 26 | -AC_SUBST(LIBCDIO_SOURCE_PATH) | ||
| 27 | - | ||
| 28 | AC_CHECK_FUNCS( [chdir drand48 fseeko fseeko64 ftruncate geteuid getgid \ | ||
| 29 | getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \ | ||
| 30 | seteuid setegid snprintf setenv strndup unsetenv tzset sleep \ | ||
| 31 | Index: b/doc/doxygen/Doxyfile.in | ||
| 32 | =================================================================== | ||
| 33 | --- a/doc/doxygen/Doxyfile.in | ||
| 34 | +++ b/doc/doxygen/Doxyfile.in | ||
| 35 | @@ -138,7 +138,7 @@ FULL_PATH_NAMES = NO | ||
| 36 | # If left blank the directory from which doxygen is run is used as the | ||
| 37 | # path to strip. | ||
| 38 | |||
| 39 | -STRIP_FROM_PATH = @LIBCDIO_SOURCE_PATH@ | ||
| 40 | +STRIP_FROM_PATH = | ||
| 41 | |||
| 42 | # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of | ||
| 43 | # the path mentioned in the documentation of a class, which tells | ||
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb b/meta-oe/recipes-multimedia/libcdio/libcdio_2.2.0.bb index d986f90d72..c443d9b891 100644 --- a/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb +++ b/meta-oe/recipes-multimedia/libcdio/libcdio_2.2.0.bb | |||
| @@ -4,14 +4,11 @@ SECTION = "libs" | |||
| 4 | LICENSE = "GPL-3.0-or-later" | 4 | LICENSE = "GPL-3.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 6 | 6 | ||
| 7 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2 \ | 7 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.bz2" |
| 8 | file://0001-Fix-a-few-Werror-format-security-errors-with-mvprint.patch \ | ||
| 9 | file://Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch \ | ||
| 10 | " | ||
| 11 | 8 | ||
| 12 | SRC_URI[sha256sum] = "8550e9589dbd594bfac93b81ecf129b1dc9d0d51e90f9696f1b2f9b2af32712b" | 9 | SRC_URI[sha256sum] = "6f8fbdf4d189cf63f2a7a1549c516cd720c7b222c7aaadbc924a26e745a48539" |
| 13 | 10 | ||
| 14 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig github-releases |
| 15 | 12 | ||
| 16 | PACKAGECONFIG ??= "cdda-player" | 13 | PACKAGECONFIG ??= "cdda-player" |
| 17 | PACKAGECONFIG[cdda-player] = "--with-cdda-player,--without-cdda-player,ncurses" | 14 | PACKAGECONFIG[cdda-player] = "--with-cdda-player,--without-cdda-player,ncurses" |
diff --git a/meta-python/recipes-devtools/python/python3-systemd_235.bb b/meta-python/recipes-devtools/python/python3-systemd_235.bb index 6b44751df7..269e175cc5 100644 --- a/meta-python/recipes-devtools/python/python3-systemd_235.bb +++ b/meta-python/recipes-devtools/python/python3-systemd_235.bb | |||
| @@ -15,3 +15,6 @@ inherit pypi features_check pkgconfig setuptools3 | |||
| 15 | REQUIRED_DISTRO_FEATURES = "systemd" | 15 | REQUIRED_DISTRO_FEATURES = "systemd" |
| 16 | 16 | ||
| 17 | RDEPENDS:${PN} += "systemd python3-syslog python3-logging python3-syslog" | 17 | RDEPENDS:${PN} += "systemd python3-syslog python3-logging python3-syslog" |
| 18 | |||
| 19 | # v235's setup.py is not written in a way to avoid race condition | ||
| 20 | PARALLEL_MAKE = "-j 1" | ||
