summaryrefslogtreecommitdiffstats
path: root/patches/fbutils-20041102-1
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-12-30 18:51:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-04 10:38:52 +0100
commit163b8ab22c5845f3baa1354fe6262b5862b7aa34 (patch)
tree122ea4914cbe5930b5bbd49e5cc256fd5013dba8 /patches/fbutils-20041102-1
parent0f476acf6d874152be055bfa1f10088f49d332ea (diff)
downloadptxdist-163b8ab22c5845f3baa1354fe6262b5862b7aa34.tar.gz
ptxdist-163b8ab22c5845f3baa1354fe6262b5862b7aa34.tar.xz
[fbutils] cleanup makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/fbutils-20041102-1')
-rw-r--r--patches/fbutils-20041102-1/fbutils-20041102-install-fbconvert.diff23
-rw-r--r--patches/fbutils-20041102-1/series1
2 files changed, 24 insertions, 0 deletions
diff --git a/patches/fbutils-20041102-1/fbutils-20041102-install-fbconvert.diff b/patches/fbutils-20041102-1/fbutils-20041102-install-fbconvert.diff
new file mode 100644
index 000000000..b97a4e405
--- /dev/null
+++ b/patches/fbutils-20041102-1/fbutils-20041102-install-fbconvert.diff
@@ -0,0 +1,23 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Subject: install fbconvert
+
+install fbconvert during 'make install'
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+
+---
+ Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+Index: b/Makefile
+===================================================================
+--- a/Makefile
++++ b/Makefile
+@@ -17,6 +17,7 @@ install:
+ $(INSTALL) fbset/fbset $(DESTDIR)/usr/sbin/fbset
+ $(INSTALL) fbcmap/fbcmap $(DESTDIR)/usr/sbin/fbcmap
+ $(INSTALL) con2fbmap/con2fbmap $(DESTDIR)/usr/sbin/con2fbmap
++ $(INSTALL) fbconvert/fbconvert $(DESTDIR)/usr/sbin/fbconvert
+ $(INSTALL) -D -p etc/modes $(DESTDIR)/etc/fb/modes
+
+ include Rules.build
diff --git a/patches/fbutils-20041102-1/series b/patches/fbutils-20041102-1/series
index 91e5a031a..df7aeb975 100644
--- a/patches/fbutils-20041102-1/series
+++ b/patches/fbutils-20041102-1/series
@@ -1,3 +1,4 @@
fbutils-20041102-1-installfix.diff
fbutils-20041102-1-ptx1.diff
fbutils-20041102-1-defect-maxmin.diff
+fbutils-20041102-install-fbconvert.diff