[oe-commits] Khem Raj : obexd, gnome-panel: Do not do out-of-tree builds yet

git at git.openembedded.org git at git.openembedded.org
Sat May 3 18:55:25 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 7165ef8b512232d639afcc26040d8fc034df8d03
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7165ef8b512232d639afcc26040d8fc034df8d03

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Apr 26 13:34:29 2014 -0700

obexd, gnome-panel: Do not do out-of-tree builds yet

They need changes into components build system

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-connectivity/obex/obexd_0.48.bb         | 2 +-
 meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
index 0f04081..e7bff3f 100644
--- a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
+++ b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
@@ -11,7 +11,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \
 SRC_URI[md5sum] = "d03cf9bad2983243837f4f6d76ef14a6"
 SRC_URI[sha256sum] = "eaa9d8d9542700e6750918d72a3ce00f8cf3a2771d3e2516efd1be5a05f78582"
 
-inherit autotools
+inherit autotools-brokensep
 
 PACKAGES =+ "obex-client obex-plugins"
 
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
index 91d814a..4957a99 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
@@ -11,7 +11,7 @@ PR = "r7"
 
 DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ pango libwnck gnome-menus cairo libgweather dbus-glib librsvg libcanberra" 
 
-inherit gtk-doc gnome gettext pkgconfig gconf
+inherit gtk-doc gnome autotools-brokensep gettext pkgconfig gconf
 
 SRCREV = "6a364b6a4a9beed3da9ca6f5b0dac81eb99dea2a"
 SRC_URI = "git://git.gnome.org/gnome-panel;branch=gnome-2-32"



More information about the Openembedded-commits mailing list