relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-core / libsigc++-1.2 / libsigc++-1.2-1.2.5 / fix-install.patch
1 upstream: unmaintained
2
3 | ...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'
4
5 --- libsigc++-1.2.7/sigc++/Makefile.am.orig     2010-09-24 12:03:24.000000000 +0000
6 +++ libsigc++-1.2.7/sigc++/Makefile.am  2010-09-24 12:03:30.000000000 +0000
7 @@ -12,7 +12,7 @@
8  sigc_built_h   = bind_return.h \
9                   object_slot.h retype_return.h slot.h bind.h           \
10                   class_slot.h hide.h retype.h signal.h       \
11 -                  method_slot.h method_slot.h
12 +                  method_slot.h
13  
14  built_sources  = $(sigc_built_cc) $(sigc_built_h)
15  dist_sources   = $(sigc_fixed_cc) $(sigc_fixed_h)