diff options
Diffstat (limited to 'meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb')
-rw-r--r-- | meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb index 25544029d5..31f3add89f 100644 --- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb +++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb | |||
@@ -11,19 +11,18 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c | |||
11 | SRC_URI = "git://github.com/systemd/systemd-bootchart.git;protocol=https;branch=main \ | 11 | SRC_URI = "git://github.com/systemd/systemd-bootchart.git;protocol=https;branch=main \ |
12 | file://mips64.patch \ | 12 | file://mips64.patch \ |
13 | file://no_lto.patch \ | 13 | file://no_lto.patch \ |
14 | file://0001-Add-riscv32-support.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRC_URI:append:libc-musl = " \ | 17 | SRC_URI:append:libc-musl = " \ |
17 | file://0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch \ | 18 | file://0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch \ |
18 | file://0002-musl-does-not-provide-printf-h.patch \ | 19 | file://0002-musl-does-not-provide-printf-h.patch \ |
19 | file://0003-musl-does-not-provide-canonicalize_file_name.patch \ | 20 | file://0003-musl-does-not-provide-canonicalize_file_name.patch \ |
21 | file://0001-Define-portable-basename-function.patch \ | ||
20 | " | 22 | " |
21 | 23 | ||
22 | |||
23 | SRCREV = "8ab9680a1bd5eb8fe7a7dcc44897af7ee41e56e7" | 24 | SRCREV = "8ab9680a1bd5eb8fe7a7dcc44897af7ee41e56e7" |
24 | 25 | ||
25 | S = "${WORKDIR}/git" | ||
26 | |||
27 | DEPENDS = "systemd libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native intltool" | 26 | DEPENDS = "systemd libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native intltool" |
28 | 27 | ||
29 | inherit pkgconfig autotools systemd features_check | 28 | inherit pkgconfig autotools systemd features_check |