diff options
Diffstat (limited to 'meta/recipes-extended/groff/groff_1.18.1.4.bb')
-rw-r--r-- | meta/recipes-extended/groff/groff_1.18.1.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/groff/groff_1.18.1.4.bb b/meta/recipes-extended/groff/groff_1.18.1.4.bb index 687194909e..38e1d36b83 100644 --- a/meta/recipes-extended/groff/groff_1.18.1.4.bb +++ b/meta/recipes-extended/groff/groff_1.18.1.4.bb | |||
@@ -11,7 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3" | |||
11 | SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \ | 11 | SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \ |
12 | file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \ | 12 | file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \ |
13 | file://man-local.patch \ | 13 | file://man-local.patch \ |
14 | file://mdoc-local.patch" | 14 | file://mdoc-local.patch \ |
15 | file://groff-1.18.1.4-fix-bindir.patch \ | ||
16 | " | ||
15 | 17 | ||
16 | inherit autotools texinfo | 18 | inherit autotools texinfo |
17 | 19 | ||