[oe-commits] Khem Raj : fluxbox_1.1.1.bb: Delete duplicate fbrun. 1 occurance from man_MANS

git version control git at git.openembedded.org
Thu Oct 21 23:22:19 UTC 2010


Module: openembedded.git
Branch: master
Commit: 357d6443e31f52ff7109d43d1f369d6a1a262f73
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=357d6443e31f52ff7109d43d1f369d6a1a262f73

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Oct 21 16:16:43 2010 -0700

fluxbox_1.1.1.bb: Delete duplicate fbrun.1 occurance from man_MANS

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../fluxbox/fluxbox/remove-duplicate-fbrun.1.patch |   13 +++++++++++++
 recipes/fluxbox/fluxbox_1.1.1.bb                   |    2 ++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/fluxbox/fluxbox/remove-duplicate-fbrun.1.patch b/recipes/fluxbox/fluxbox/remove-duplicate-fbrun.1.patch
new file mode 100644
index 0000000..dda6a0b
--- /dev/null
+++ b/recipes/fluxbox/fluxbox/remove-duplicate-fbrun.1.patch
@@ -0,0 +1,13 @@
+Index: fluxbox-1.1.1/doc/Makefile.am
+===================================================================
+--- fluxbox-1.1.1.orig/doc/Makefile.am
++++ fluxbox-1.1.1/doc/Makefile.am
+@@ -5,7 +5,7 @@ SUBDIRS = ru
+ CLEANFILES = fluxbox.1 fluxstyle.1
+ MAINTAINERCLEANFILES = Makefile.in
+ man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \
+-	startfluxbox.1 fluxstyle.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1
++	startfluxbox.1 fluxstyle.1 fluxbox-keys.5 fluxbox-remote.1
+ EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 startfluxbox.1 fbsetbg.1 \
+ 	fluxstyle.1.in CODESTYLE
+ distclean-local:
diff --git a/recipes/fluxbox/fluxbox_1.1.1.bb b/recipes/fluxbox/fluxbox_1.1.1.bb
index 7d3e1a6..55a747c 100644
--- a/recipes/fluxbox/fluxbox_1.1.1.bb
+++ b/recipes/fluxbox/fluxbox_1.1.1.bb
@@ -3,10 +3,12 @@ HOMEPAGE = "http://www.fluxbox.org"
 LICENSE = "MIT"
 DEPENDS = "fontconfig virtual/libx11"
 
+PR = "r1"
 PE = "1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/fluxbox/fluxbox-${PV}.tar.gz \
            file://fluxbox-wm \
+           file://remove-duplicate-fbrun.1.patch \
           "
 
 inherit autotools update-alternatives





More information about the Openembedded-commits mailing list