summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/zile
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/zile
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/zile')
-rw-r--r--meta-oe/recipes-support/zile/files/remove-help2man.patch28
-rw-r--r--meta-oe/recipes-support/zile/zile_2.4.9.bb15
2 files changed, 43 insertions, 0 deletions
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 000000000..c1a63f479
--- /dev/null
+++ b/meta-oe/recipes-support/zile/files/remove-help2man.patch
@@ -0,0 +1,28 @@
1Upstream-Status: Inappropriate [configuration]
2
3diff --git a/Makefile.am b/Makefile.am
4index 54bc59f..46c2650 100644
5--- a/Makefile.am
6+++ b/Makefile.am
7@@ -36,7 +36,6 @@ PERL_BUILDTIME = \
8
9 EXTRA_DIST = \
10 FAQ \
11- build-aux/zile-help2man-wrapper \
12 $(PERL_BUILDTIME)
13
14 doc_DATA = AUTHORS FAQ NEWS
15diff --git a/doc/Makefile.am b/doc/Makefile.am
16index 639f59c..8c5123e 100644
17--- a/doc/Makefile.am
18+++ b/doc/Makefile.am
19@@ -33,9 +33,3 @@ doc/zile.1: $(srcdir)/doc/zile.1.in doc/Makefile.am config.status
20 $(edit) $(abs_srcdir)/doc/zile.1.in >$@.tmp
21 mv $@.tmp $@
22
23-$(srcdir)/doc/zile.1.in: doc/man-extras build-aux/zile-help2man-wrapper configure.ac $(builddir)/src/zile$(EXEEXT)
24- @test -d doc || mkdir doc
25-## Exit gracefully if zile.1.in is not writeable, such as during distcheck!
26- $(AM_V_GEN)if ( touch $@.w && rm -f $@.w; ) >/dev/null 2>&1; then \
27- $(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; \
28- 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 000000000..2551a80e9
--- /dev/null
+++ b/meta-oe/recipes-support/zile/zile_2.4.9.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Zile is lossy Emacs"
2HOMEPAGE = "http://zile.sourceforge.net/"
3DEPENDS = "ncurses bdwgc"
4
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7
8SRC_URI = "http://ftp.gnu.org/gnu/zile/${BP}.tar.gz \
9 file://remove-help2man.patch \
10"
11
12SRC_URI[md5sum] = "84a0af58fb4fbe3af16bde2ef2b8f5ae"
13SRC_URI[sha256sum] = "c71959c7aca02ac66be526ecccbc7954fb0ea7591ed3c13311a95e8f040b0049"
14
15inherit autotools