[oe-commits] Richard Purdie : gnome-desktop: Now we depend on gnome-common-native, use the correct sysroot

git at git.openembedded.org git at git.openembedded.org
Thu Feb 14 15:19:50 UTC 2013


Module: openembedded-core.git
Branch: danny
Commit: 390c3bfc6baefc0d6bebcfb6d57eb9baa6fefb40
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=390c3bfc6baefc0d6bebcfb6d57eb9baa6fefb40

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Nov  2 16:17:07 2012 +0000

gnome-desktop: Now we depend on gnome-common-native, use the correct sysroot

This fixes the build after gnomebase was changed to depend on
gnome-common-native.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/gnome/gnome-desktop.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc
index 4687a7b..3c6dc24 100644
--- a/meta/recipes-gnome/gnome/gnome-desktop.inc
+++ b/meta/recipes-gnome/gnome/gnome-desktop.inc
@@ -6,7 +6,7 @@ DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-
 EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
 
 do_configure_prepend () {
-	cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
+	cp ${STAGING_DATADIR_NATIVE}/gnome-common/data/omf.make ${S}
 }
 
 FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids"





More information about the Openembedded-commits mailing list