summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-04-28 08:46:55 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-05-03 13:17:45 +0200
commit617155ec3b217d7bfc704060a01aad0ca612d21a (patch)
treef5f5aee01a116e030d58c930088b6197041e4c06 /patches
parent4d3c439644393a0e2545d182d039ffc82ea5d189 (diff)
downloadptxdist-617155ec3b217d7bfc704060a01aad0ca612d21a.tar.gz
ptxdist-617155ec3b217d7bfc704060a01aad0ca612d21a.tar.xz
[owfs] patch cleanup
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff9
-rw-r--r--patches/owfs-2.7p26/owfs-2.7p7-pkgconfigize-fuse.diff7
2 files changed, 16 insertions, 0 deletions
diff --git a/patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff b/patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff
index 12e92d14d..e362528a4 100644
--- a/patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff
+++ b/patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff
@@ -1,8 +1,17 @@
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+Subject: cleanup configure output
+
+The configure script currently outputs this:
+
checking if owftpd is enabled... configure: error: no
make: ***
[/ptx/work/minime/rsc/svn/OSELAS.BSP-phyCORE-trunk/platform-phyCORE-i.MX27/state/owfs.prepare]
Error 1
+Fixup for proper linebreaks.
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches/owfs-2.7p26/owfs-2.7p7-pkgconfigize-fuse.diff b/patches/owfs-2.7p26/owfs-2.7p7-pkgconfigize-fuse.diff
index d82b55f99..8c3334695 100644
--- a/patches/owfs-2.7p26/owfs-2.7p7-pkgconfigize-fuse.diff
+++ b/patches/owfs-2.7p26/owfs-2.7p7-pkgconfigize-fuse.diff
@@ -1,3 +1,10 @@
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+Subject: determine fuse with pkg-config
+
+Add pkg-config support to find fuse libs.
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
---
configure.ac | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 deletions(-)