summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/chrpath/chrpath/standarddoc.patch25
1 files changed, 19 insertions, 6 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch b/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
index f96f104fad..3d303fbc6f 100644
--- a/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
+++ b/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
@@ -1,14 +1,24 @@
1Upstream-Status: Pending 1From 285b5fbf1d6b25ff55d305c17edf4d327bf19dd3 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Tue, 5 Jul 2011 23:42:29 +0100
4Subject: [PATCH] chrpath: Ensure the package respects the docdir variable
2 5
3autoconf/automake set docdir automatically, use their value ensuring 6autoconf/automake set docdir automatically, use their value ensuring
4doc files are placed into $datadir/doc, not $prefix/doc. 7doc files are placed into $datadir/doc, not $prefix/doc.
5 8
6RP 5/7/2011 9RP 5/7/2011
7 10
8Index: chrpath-0.13/Makefile.am 11Upstream-Status: Submitted [ http://lists.alioth.debian.org/pipermail/chrpath-devel/Week-of-Mon-20170710/000013.html ]
9=================================================================== 12
10--- chrpath-0.13.orig/Makefile.am 2011-07-05 23:40:14.769920254 +0100 13Signed-off-by: Dengke Du <dengke.du@windriver.com>
11+++ chrpath-0.13/Makefile.am 2011-07-05 23:40:19.819920635 +0100 14---
15 Makefile.am | 2 --
16 1 file changed, 2 deletions(-)
17
18diff --git a/Makefile.am b/Makefile.am
19index b50ad21..5f7e861 100644
20--- a/Makefile.am
21+++ b/Makefile.am
12@@ -1,7 +1,5 @@ 22@@ -1,7 +1,5 @@
13 SUBDIRS = testsuite deb 23 SUBDIRS = testsuite deb
14 24
@@ -17,3 +27,6 @@ Index: chrpath-0.13/Makefile.am
17 doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README 27 doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
18 28
19 bin_PROGRAMS = chrpath 29 bin_PROGRAMS = chrpath
30--
312.8.1
32