diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-04-26 13:34:29 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:47:01 +0200 |
commit | 7165ef8b512232d639afcc26040d8fc034df8d03 (patch) | |
tree | 1d960751e66b2efbe8a6d33367f361ce8a6f9d4b /meta-gnome | |
parent | 91b7d9ae4afa0624f16d53d4ebac813c5dd19601 (diff) | |
download | meta-openembedded-7165ef8b512232d639afcc26040d8fc034df8d03.tar.gz |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-connectivity/obex/obexd_0.48.bb | 2 | ||||
-rw-r--r-- | 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 0f04081ad..e7bff3f6f 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 \ | |||
11 | SRC_URI[md5sum] = "d03cf9bad2983243837f4f6d76ef14a6" | 11 | SRC_URI[md5sum] = "d03cf9bad2983243837f4f6d76ef14a6" |
12 | SRC_URI[sha256sum] = "eaa9d8d9542700e6750918d72a3ce00f8cf3a2771d3e2516efd1be5a05f78582" | 12 | SRC_URI[sha256sum] = "eaa9d8d9542700e6750918d72a3ce00f8cf3a2771d3e2516efd1be5a05f78582" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools-brokensep |
15 | 15 | ||
16 | PACKAGES =+ "obex-client obex-plugins" | 16 | PACKAGES =+ "obex-client obex-plugins" |
17 | 17 | ||
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 91d814a66..4957a99aa 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" | |||
11 | 11 | ||
12 | DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ pango libwnck gnome-menus cairo libgweather dbus-glib librsvg libcanberra" | 12 | DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ pango libwnck gnome-menus cairo libgweather dbus-glib librsvg libcanberra" |
13 | 13 | ||
14 | inherit gtk-doc gnome gettext pkgconfig gconf | 14 | inherit gtk-doc gnome autotools-brokensep gettext pkgconfig gconf |
15 | 15 | ||
16 | SRCREV = "6a364b6a4a9beed3da9ca6f5b0dac81eb99dea2a" | 16 | SRCREV = "6a364b6a4a9beed3da9ca6f5b0dac81eb99dea2a" |
17 | SRC_URI = "git://git.gnome.org/gnome-panel;branch=gnome-2-32" | 17 | SRC_URI = "git://git.gnome.org/gnome-panel;branch=gnome-2-32" |