monotone: monotone-0.23
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 3 Oct 2005 07:07:45 +0000 (07:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 3 Oct 2005 07:07:45 +0000 (07:07 +0000)
packages/monotone/files/txt2c-cross-post-0.22.patch [new file with mode: 0644]
packages/monotone/monotone-5_0.23.bb [new file with mode: 0644]

diff --git a/packages/monotone/files/txt2c-cross-post-0.22.patch b/packages/monotone/files/txt2c-cross-post-0.22.patch
new file mode 100644 (file)
index 0000000..18ff9eb
--- /dev/null
@@ -0,0 +1,11 @@
+--- monotone-0.23/Makefile.am.orig     2005-10-02 23:32:09.876678400 -0700
++++ monotone-0.23/Makefile.am  2005-10-02 23:32:13.940934147 -0700
+@@ -427,7 +427,7 @@
+ CLEANFILES = $(BUILT_SOURCES_CLEAN) $(EPS_FIGURES)
+ txt2c: txt2c.cc Makefile
+-      $(CXX) $(CXXFLAGS) -o $@ $<
++      $(BUILD_CXX) $(BUILD_CXXFLAGS) -o $@ $<
+       chmod 0755 $@$(EXEEXT)
+ apidocs:
diff --git a/packages/monotone/monotone-5_0.23.bb b/packages/monotone/monotone-5_0.23.bb
new file mode 100644 (file)
index 0000000..2b42672
--- /dev/null
@@ -0,0 +1,15 @@
+# Release 0.22 reveals bugs in g++ for thumb (g++ generates
+# relocations which the linker cannot represent)
+#FIXME: remove the following
+ARM_INSTRUCTION_SET = ""
+
+include monotone.inc
+
+PR = "r0"
+
+SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \
+           file://txt2c-cross-post-0.22.patch;patch=1 \
+          file://uclibc.database.hh.stdarg.patch;patch=1 \
+          "
+
+ALTERNATIVE_PRIORITY = "50"