All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] libgc: initial add 7.2
@ 2013-11-13 17:23 Jack Mitchell
  2013-11-13 17:23 ` [meta-oe][PATCH 2/2] zile: initial add 2.4.9 Jack Mitchell
  2014-02-11  3:59 ` [meta-oe][PATCH 1/2] libgc: initial add 7.2 Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Jack Mitchell @ 2013-11-13 17:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jack Mitchell

From: Jack Mitchell <jmitchell@cbnl.com>

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
---
 meta-oe/recipes-support/libgc/libgc_7.2d.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-oe/recipes-support/libgc/libgc_7.2d.bb

diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
new file mode 100644
index 0000000..b472a5d
--- /dev/null
+++ b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Garbage Collection Library"
+DESCRIPTION = "The GC library provides a garbage collector for C and C++."
+HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
+
+LICENSE = "GPLv2 & MIT"
+LIC_FILES_CHKSUM = "file://doc/README;beginline=1;endline=37;md5=9f4fd307082acf7a8af3e3897245163b  \
+                    file://README.QUICK;beginline=1;endline=23;md5=293ea42f3f606426deefadd5dd8ddd15 \
+"
+
+SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "91340b28c61753a789eb6077675d87d2"
+SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e"
+
+S = "${WORKDIR}/gc-7.2"
+
+inherit autotools
+
+PACKAGES =+ "${PN}-docs"
+FILES_${PN}-docs = "/usr/share/gc"
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 2/2] zile: initial add 2.4.9
  2013-11-13 17:23 [meta-oe][PATCH 1/2] libgc: initial add 7.2 Jack Mitchell
@ 2013-11-13 17:23 ` Jack Mitchell
  2014-02-11  3:59 ` [meta-oe][PATCH 1/2] libgc: initial add 7.2 Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Jack Mitchell @ 2013-11-13 17:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jack Mitchell

From: Jack Mitchell <jmitchell@cbnl.com>

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
---
 .../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 >$@.tmp
+ 	mv $@.tmp $@
+ 
+-$(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 $@.w && rm -f $@.w; ) >/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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH 1/2] libgc: initial add 7.2
  2013-11-13 17:23 [meta-oe][PATCH 1/2] libgc: initial add 7.2 Jack Mitchell
  2013-11-13 17:23 ` [meta-oe][PATCH 2/2] zile: initial add 2.4.9 Jack Mitchell
@ 2014-02-11  3:59 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2014-02-11  3:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jack Mitchell


On Nov 13, 2013, at 9:23 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:

> +FILES_${PN}-docs = "/usr/share/gc"

its too late but whenever you update it, change that to ${datadir}/gc


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-11  3:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-13 17:23 [meta-oe][PATCH 1/2] libgc: initial add 7.2 Jack Mitchell
2013-11-13 17:23 ` [meta-oe][PATCH 2/2] zile: initial add 2.4.9 Jack Mitchell
2014-02-11  3:59 ` [meta-oe][PATCH 1/2] libgc: initial add 7.2 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.