aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-10-26 13:56:12 -0700
committerArmin Kuster <akuster808@gmail.com>2018-02-24 09:36:30 -0800
commit52d910b4f940b1179874846f73b46f67fc8ee0d6 (patch)
tree304f88ca57ec748f981c4ccdfc7061c61d170680 /meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch
parentbc6f85f82fdd557b85135b1e23fa34c79d7273ea (diff)
downloadmeta-openembedded-contrib-52d910b4f940b1179874846f73b46f67fc8ee0d6.tar.gz
cunit: move to recipes-test
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch')
-rw-r--r--meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch b/meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch
new file mode 100644
index 0000000000..c328227318
--- /dev/null
+++ b/meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch
@@ -0,0 +1,36 @@
+From: "Mike Holmes" <mike.holmes@linaro.org>
+Date: Thu, 30 October 2014 16:21:03 -0500
+Subject: [PATCH] fixup-install-docdir
+
+The default configuration macros for CUnit install the documentation and
+header files in locations not consistent with the OE filesystem layout.
+So here we specify new locations which are consistent with OE filesystems.
+
+Upstream-Status: Inappropriate - configuration for OE build environment
+
+Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
+Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
+---
+
+diff -uNr a/doc/headers/Makefile.am b/doc/headers/Makefile.am
+--- a/doc/headers/Makefile.am 2014-10-30 22:06:29.704574162 +0100
++++ b/doc/headers/Makefile.am 2014-10-30 22:07:43.578524791 +0100
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+
+-dochdrdir = $(prefix)/doc/@PACKAGE@/headers
++dochdrdir = $(docdir)/headers
+
+ INCLUDE_FILES = \
+ Automated.h \
+diff -uNr a/doc/Makefile.am b/doc/Makefile.am
+--- a/doc/Makefile.am 2014-10-30 22:06:29.704574162 +0100
++++ b/doc/Makefile.am 2014-10-30 22:07:01.461412166 +0100
+@@ -1,7 +1,5 @@
+ ## Process this file with automake to produce Makefile.in
+
+-docdir = $(prefix)/doc/@PACKAGE@
+-
+ doc_DATA = \
+ CUnit_doc.css \
+ error_handling.html \