diff options
| author | Khem Raj <raj.khem@gmail.com> | 2014-04-25 15:55:00 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:47:01 +0200 |
| commit | fd984397ebc83262970e681726135ee425e27948 (patch) | |
| tree | 2138c9c693071f65734910a79b2fa65b904f11eb /meta-gnome/recipes-gnome/bonobo | |
| parent | 96619ff2bbe5b7d9ac6e11f11574d4b79d7f77d1 (diff) | |
| download | meta-openembedded-fd984397ebc83262970e681726135ee425e27948.tar.gz | |
libbonobo: Update to latest versions and fix build when S != B
Do not install idl files which are already installed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo')
| -rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 2 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo/do-not-use-srcdir-variable.patch | 14 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo_2.24.3.bb | 8 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb | 8 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb (renamed from meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb) | 7 |
5 files changed, 17 insertions, 22 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc index 43e034b6c0..b876db4b3d 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc | |||
| @@ -35,6 +35,4 @@ do_compile() { | |||
| 35 | 35 | ||
| 36 | do_install() { | 36 | do_install() { |
| 37 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install | 37 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install |
| 38 | install -d ${D}${datadir}/idl/bonobo-activation-2.0/ | ||
| 39 | install idl/*.idl ${D}${datadir}/idl/bonobo-activation-2.0/ | ||
| 40 | } | 38 | } |
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 index 46f81370f1..a20edda841 100644 --- 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 | |||
| @@ -9,16 +9,16 @@ st-properties.sh' | |||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 10 | Upstream-Status: Not Submitted | 10 | Upstream-Status: Not Submitted |
| 11 | 11 | ||
| 12 | Index: libbonobo-2.24.3/tests/Makefile.am | 12 | Index: libbonobo-2.32.1/tests/Makefile.am |
| 13 | =================================================================== | 13 | =================================================================== |
| 14 | --- libbonobo-2.24.3.orig/tests/Makefile.am 2009-04-18 05:27:41.000000000 -0700 | 14 | --- libbonobo-2.32.1.orig/tests/Makefile.am 2010-08-29 04:56:00.000000000 -0700 |
| 15 | +++ libbonobo-2.24.3/tests/Makefile.am 2013-10-17 16:59:45.612989079 -0700 | 15 | +++ libbonobo-2.32.1/tests/Makefile.am 2014-04-25 15:38:22.024744384 -0700 |
| 16 | @@ -53,7 +53,7 @@ | 16 | @@ -55,7 +55,7 @@ |
| 17 | MODELS_DIR="$(srcdir)/models" | 17 | MODELS_DIR="$(srcdir)/models" |
| 18 | 18 | ||
| 19 | TESTS = test-moniker$(EXEEXT) test-event-source$(EXEEXT) test-object$(EXEEXT) \ | 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) \ | 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) \ | 21 | + test-stream-mem$(EXEEXT) test-properties.sh test-storage-mem$(EXEEXT) \ |
| 22 | test-generic-factory.sh test-main-loop$(EXEEXT) | 22 | test-main-loop$(EXEEXT) |
| 23 | check_SCRIPTS = test-properties.sh test-generic-factory.sh | 23 | |
| 24 | EXTRA_DIST=$(check_SCRIPTS) Test_Generic_Factory.server | 24 | # TESTS += test-generic-factory.sh |
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo_2.24.3.bb b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.24.3.bb deleted file mode 100644 index b837802fca..0000000000 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo_2.24.3.bb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | require libbonobo.inc | ||
| 2 | PR = "r2" | ||
| 3 | |||
| 4 | SRC_URI += "file://0001-Remove-use-of-G_DISABLE_DEPRECATED.patch \ | ||
| 5 | file://do-not-use-srcdir-variable.patch \ | ||
| 6 | " | ||
| 7 | SRC_URI[archive.md5sum] = "b217cef6a187505290c66c5bf8225d38" | ||
| 8 | SRC_URI[archive.sha256sum] = "5310957fa90691689c0557218b8833f681666cae160bd84e1f2c2705189a4ebe" | ||
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb new file mode 100644 index 0000000000..a83a0f1f50 --- /dev/null +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | require libbonobo.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://0001-Remove-use-of-G_DISABLE_DEPRECATED.patch \ | ||
| 4 | file://do-not-use-srcdir-variable.patch \ | ||
| 5 | " | ||
| 6 | SRC_URI[archive.md5sum] = "27fa902d4fdf6762ee010e7053aaf77b" | ||
| 7 | SRC_URI[archive.sha256sum] = "9160d4f277646400d3bb6b4fa73636cc6d1a865a32b9d0760e1e9e6ee624976b" | ||
| 8 | |||
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb index 5db8a3fe75..74dd90886e 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | |||
| @@ -4,11 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
| 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" |
| 5 | 5 | ||
| 6 | inherit gnomebase pkgconfig gtk-doc | 6 | inherit gnomebase pkgconfig gtk-doc |
| 7 | 7 | SRC_URI[archive.md5sum] = "853be8e28aaa4ce48ba60be7d9046bf4" | |
| 8 | PR = "r2" | 8 | SRC_URI[archive.sha256sum] = "fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd" |
| 9 | |||
| 10 | SRC_URI[archive.md5sum] = "3a754b1df0a4d5fd4836a05020a0bb4a" | ||
| 11 | SRC_URI[archive.sha256sum] = "0be51ee3069a2ef21d98561ee28036dd263ac08b401776fe9164e084825ffd84" | ||
| 12 | 9 | ||
| 13 | DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gconf libxml2 libglade" | 10 | DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gconf libxml2 libglade" |
| 14 | 11 | ||
