From: Jack Mitchell <[email protected]>

Signed-off-by: Jack Mitchell <[email protected]>
---
 .../zile/files/remove-help2man.patch               | 28 ++++++++++++++++++++++
 meta-oe/recipes-support/zile/zile_2.4.9.bb         | 15 ++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 meta-oe/recipes-support/zile/files/remove-help2man.patch
 create mode 100644 meta-oe/recipes-support/zile/zile_2.4.9.bb

diff --git a/meta-oe/recipes-support/zile/files/remove-help2man.patch 
b/meta-oe/recipes-support/zile/files/remove-help2man.patch
new file mode 100644
index 0000000..c1a63f4
--- /dev/null
+++ b/meta-oe/recipes-support/zile/files/remove-help2man.patch
@@ -0,0 +1,28 @@
+Upstream-Status: Inappropriate [configuration]
+
+diff --git a/Makefile.am b/Makefile.am
+index 54bc59f..46c2650 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -36,7 +36,6 @@ PERL_BUILDTIME =                                     \
+ 
+ EXTRA_DIST =                                          \
+       FAQ                                             \
+-      build-aux/zile-help2man-wrapper                 \
+       $(PERL_BUILDTIME)
+ 
+ doc_DATA = AUTHORS FAQ NEWS
+diff --git a/doc/Makefile.am b/doc/Makefile.am
+index 639f59c..8c5123e 100644
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -33,9 +33,3 @@ doc/zile.1: $(srcdir)/doc/zile.1.in doc/Makefile.am 
config.status
+       $(edit) $(abs_srcdir)/doc/zile.1.in >[email protected]
+       mv [email protected] $@
+ 
+-$(srcdir)/doc/zile.1.in: doc/man-extras build-aux/zile-help2man-wrapper 
configure.ac $(builddir)/src/zile$(EXEEXT)
+-      @test -d doc || mkdir doc
+-## Exit gracefully if zile.1.in is not writeable, such as during distcheck!
+-      $(AM_V_GEN)if ( touch [email protected] && rm -f [email protected]; ) >/dev/null 2>&1; then \
+-        $(srcdir)/build-aux/missing --run $(HELP2MAN) --output=$@ --no-info 
--name="Zile Is Lossy Emacs" --include $(srcdir)/doc/man-extras 
$(srcdir)/build-aux/zile-help2man-wrapper; \
+-      fi
diff --git a/meta-oe/recipes-support/zile/zile_2.4.9.bb 
b/meta-oe/recipes-support/zile/zile_2.4.9.bb
new file mode 100644
index 0000000..0421ff7
--- /dev/null
+++ b/meta-oe/recipes-support/zile/zile_2.4.9.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Zile is lossy Emacs"
+HOMEPAGE = "http://zile.sourceforge.net/";
+DEPENDS = "ncurses libgc"
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI = "http://ftp.gnu.org/gnu/zile/${P}.tar.gz \
+           file://remove-help2man.patch \
+"
+
+SRC_URI[md5sum] = "84a0af58fb4fbe3af16bde2ef2b8f5ae"
+SRC_URI[sha256sum] = 
"c71959c7aca02ac66be526ecccbc7954fb0ea7591ed3c13311a95e8f040b0049"
+
+inherit autotools
-- 
1.8.4.2

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to