aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsigc++-1.2/files
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-01 01:07:58 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-06 15:25:30 -0700
commit0f4f8f3e765459bc11ab9573c1d5d9bf0e5d79c3 (patch)
tree75143bef9bd7965055f75de2ad70793ca661b224 /recipes/libsigc++-1.2/files
parent0741f11dcba3aae5d1e26361730ea32e8f078916 (diff)
downloadopenembedded-0f4f8f3e765459bc11ab9573c1d5d9bf0e5d79c3.tar.gz
libsigc++-1.2: fix installation
* install complains about method_slot.h, which is mentioned twice inside Makefile.am. * v2: Added header to patch. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libsigc++-1.2/files')
-rw-r--r--recipes/libsigc++-1.2/files/fix-install.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libsigc++-1.2/files/fix-install.patch b/recipes/libsigc++-1.2/files/fix-install.patch
new file mode 100644
index 0000000000..1cdfedbc07
--- /dev/null
+++ b/recipes/libsigc++-1.2/files/fix-install.patch
@@ -0,0 +1,15 @@
+upstream: unmaintained
+
+| ...build/tmp/sysroots/i686-linux/usr/bin/install: will not overwrite just-created `...build/tmp/work/mipsel-oe-linux/libsigc++-1.2-1.2.5-r2/image/usr/include/sigc++-1.2/sigc++/method_slot.h' with `method_slot.h'
+
+--- libsigc++-1.2.7/sigc++/Makefile.am.orig 2010-09-24 12:03:24.000000000 +0000
++++ libsigc++-1.2.7/sigc++/Makefile.am 2010-09-24 12:03:30.000000000 +0000
+@@ -12,7 +12,7 @@
+ sigc_built_h = bind_return.h \
+ object_slot.h retype_return.h slot.h bind.h \
+ class_slot.h hide.h retype.h signal.h \
+- method_slot.h method_slot.h
++ method_slot.h
+
+ built_sources = $(sigc_built_cc) $(sigc_built_h)
+ dist_sources = $(sigc_fixed_cc) $(sigc_fixed_h)