summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texi2html/texi2html_5.0.bb
diff options
context:
space:
mode:
authorOlaf Mandel <o.mandel@menlosystems.com>2016-10-21 16:36:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-06 23:35:34 +0000
commit7253860e2117738304cd72bdff6e85e6b18883da (patch)
tree1fd90148bdbc16d2126c73dc046b6c3f7b335d1c /meta/recipes-extended/texi2html/texi2html_5.0.bb
parent6c1a2458040dfce0fafa008c304671ea6404f61f (diff)
downloadpoky-7253860e2117738304cd72bdff6e85e6b18883da.tar.gz
texi2html: Allow compiling out-of-source
Compiling texi2html 5.0 out-of-source with USE_NLS set to no failed because it tried to copy from srcdir without using that variable. Fix this issue and add a reference to the upstream commit. (From OE-Core rev: 28a37020f50e513b247015b1b0a784c99d41aae3) Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texi2html/texi2html_5.0.bb')
-rw-r--r--meta/recipes-extended/texi2html/texi2html_5.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb b/meta/recipes-extended/texi2html/texi2html_5.0.bb
index eac289e3b5..ae64816f82 100644
--- a/meta/recipes-extended/texi2html/texi2html_5.0.bb
+++ b/meta/recipes-extended/texi2html/texi2html_5.0.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7PR = "r2" 7PR = "r2"
8 8
9SRC_URI = "${SAVANNAH_GNU_MIRROR}/texi2html/${BPN}-${PV}.tar.bz2 \ 9SRC_URI = "${SAVANNAH_GNU_MIRROR}/texi2html/${BPN}-${PV}.tar.bz2 \
10 file://0001-Allow-compiling-out-of-source.patch \
10 " 11 "
11 12
12SRC_URI[md5sum] = "f15ac876fcdc8be865b16535f480aa54" 13SRC_URI[md5sum] = "f15ac876fcdc8be865b16535f480aa54"