summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-02 16:17:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 15:19:53 +0000
commitb4f012af6252b43c2b5e5551de81d56deac3fae1 (patch)
tree21bcf08f89a89bc5810d824d636a7960adc704e2 /meta
parent738df82e9ea2488979803870cb851e509082aff4 (diff)
downloadpoky-b4f012af6252b43c2b5e5551de81d56deac3fae1.tar.gz
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. (From OE-Core rev: 390c3bfc6baefc0d6bebcfb6d57eb9baa6fefb40) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-gnome/gnome/gnome-desktop.inc2
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 4687a7b1ca..3c6dc24bc6 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-
6EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs" 6EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
7 7
8do_configure_prepend () { 8do_configure_prepend () {
9 cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} 9 cp ${STAGING_DATADIR_NATIVE}/gnome-common/data/omf.make ${S}
10} 10}
11 11
12FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids" 12FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids"