diff options
-rw-r--r-- | meta-filesystems/recipes-utils/fatresize/fatresize/0001-build-Do-not-build-.sgml-file.patch | 27 | ||||
-rw-r--r-- | meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb | 4 |
2 files changed, 30 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize/0001-build-Do-not-build-.sgml-file.patch b/meta-filesystems/recipes-utils/fatresize/fatresize/0001-build-Do-not-build-.sgml-file.patch new file mode 100644 index 0000000000..c754f21d0d --- /dev/null +++ b/meta-filesystems/recipes-utils/fatresize/fatresize/0001-build-Do-not-build-.sgml-file.patch | |||
@@ -0,0 +1,27 @@ | |||
1 | From b16373da7e5a45cf92df83b39e2fdee939439c84 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sat, 17 Jul 2021 08:55:42 -0700 | ||
4 | Subject: [PATCH] build: Do not build .sgml file | ||
5 | |||
6 | It needs docbook-to-man tool which we do not have recipe for | ||
7 | |||
8 | Upstream-Status: OE-Specific [needs native docbook-to-man tool] | ||
9 | |||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
11 | --- | ||
12 | Makefile.am | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/Makefile.am b/Makefile.am | ||
16 | index 2becb84..858df00 100644 | ||
17 | --- a/Makefile.am | ||
18 | +++ b/Makefile.am | ||
19 | @@ -14,4 +14,4 @@ SUFFIXES = .1 | ||
20 | CLEANFILES = $(man_MANS) | ||
21 | |||
22 | .sgml.1: | ||
23 | - docbook-to-man $< > $@ | ||
24 | + @echo "Needs docbook-to-man" | ||
25 | -- | ||
26 | 2.32.0 | ||
27 | |||
diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb index 32406077da..ec7e7f968b 100644 --- a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb +++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb | |||
@@ -3,7 +3,9 @@ SECTION = "console/tools" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 5 | ||
6 | SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https" | 6 | SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https \ |
7 | file://0001-build-Do-not-build-.sgml-file.patch \ | ||
8 | " | ||
7 | SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483" | 9 | SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483" |
8 | 10 | ||
9 | PV = "1.1.0" | 11 | PV = "1.1.0" |