diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:17:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:18:32 +0000 |
commit | e421e95de0ce430cc2c6db9b0712a66ab96288a1 (patch) | |
tree | aff65041f310ce4c9e2d855d730df25e0f563532 /meta/recipes-gnome | |
parent | f3fc98db5233fb7c6e025a4085aad270a1f8f145 (diff) | |
download | poky-e421e95de0ce430cc2c6db9b0712a66ab96288a1.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: e57278dfde1f975fa34e72354749bbc91380f36b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | 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 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- | |||
6 | EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs" | 6 | EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs" |
7 | 7 | ||
8 | do_configure_prepend () { | 8 | do_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 | ||
12 | FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids" | 12 | FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids" |