diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2018-03-19 21:29:01 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:48:44 -0700 |
| commit | be12b88bebc3107e45c954016744789200f74981 (patch) | |
| tree | 571bdfb4de2f4f01da81206aac0c30b8b67b40eb /meta-gnome/recipes-gnome/bonobo/libbonobo/do-not-use-srcdir-variable.patch | |
| parent | ca32e26cc853a3124400928c704983e7d699717c (diff) | |
| download | meta-openembedded-be12b88bebc3107e45c954016744789200f74981.tar.gz | |
libbonobo: remove
project is dead last release was 2011
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo/libbonobo/do-not-use-srcdir-variable.patch')
| -rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo/do-not-use-srcdir-variable.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo/do-not-use-srcdir-variable.patch b/meta-gnome/recipes-gnome/bonobo/libbonobo/do-not-use-srcdir-variable.patch deleted file mode 100644 index a20edda841..0000000000 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo/do-not-use-srcdir-variable.patch +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | | tests/Makefile.am:55: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/te | ||
| 2 | st-properties.sh' | ||
| 3 | | tests/test-activation/Makefile.am:76: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS | ||
| 4 | ' (or '*_CPPFLAGS') | ||
| 5 | | utils/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS | ||
| 6 | ') | ||
| 7 | | autoreconf: automake failed with exit status: 1 | ||
| 8 | |||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | Upstream-Status: Not Submitted | ||
| 11 | |||
| 12 | Index: libbonobo-2.32.1/tests/Makefile.am | ||
| 13 | =================================================================== | ||
| 14 | --- libbonobo-2.32.1.orig/tests/Makefile.am 2010-08-29 04:56:00.000000000 -0700 | ||
| 15 | +++ libbonobo-2.32.1/tests/Makefile.am 2014-04-25 15:38:22.024744384 -0700 | ||
| 16 | @@ -55,7 +55,7 @@ | ||
| 17 | MODELS_DIR="$(srcdir)/models" | ||
| 18 | |||
| 19 | TESTS = test-moniker$(EXEEXT) test-event-source$(EXEEXT) test-object$(EXEEXT) \ | ||
| 20 | - test-stream-mem$(EXEEXT) $(srcdir)/test-properties.sh test-storage-mem$(EXEEXT) \ | ||
| 21 | + test-stream-mem$(EXEEXT) test-properties.sh test-storage-mem$(EXEEXT) \ | ||
| 22 | test-main-loop$(EXEEXT) | ||
| 23 | |||
| 24 | # TESTS += test-generic-factory.sh | ||
