aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/gnome-desktop_2.7.90.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-11-18 00:45:00 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-11-18 00:45:00 +0000
commitbbdf99288aa693ba22a4256eb225187027f1fee5 (patch)
tree9426e2df11d0a84b7ab4fbd28c4562d9251950cb /packages/gnome/gnome-desktop_2.7.90.bb
parent73c0be6148f1ccfae4a9eb53265a74090d6f68aa (diff)
downloadopenembedded-bbdf99288aa693ba22a4256eb225187027f1fee5.tar.gz
packages: Remove various hardcoded staging layout assumptions
Diffstat (limited to 'packages/gnome/gnome-desktop_2.7.90.bb')
-rw-r--r--packages/gnome/gnome-desktop_2.7.90.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gnome/gnome-desktop_2.7.90.bb b/packages/gnome/gnome-desktop_2.7.90.bb
index 54a6559d05..c7fd61470d 100644
--- a/packages/gnome/gnome-desktop_2.7.90.bb
+++ b/packages/gnome/gnome-desktop_2.7.90.bb
@@ -6,10 +6,10 @@ inherit gnome
DEPENDS = "gnome-common libgnomeui"
-EXTRA_AUTORECONF = "-I ${STAGING_DIR}/${HOST_SYS}/share/aclocal/gnome2-macros"
+EXTRA_AUTORECONF = "-I ${STAGING_DATADIR}/aclocal/gnome2-macros"
do_configure_prepend () {
- cp ${STAGING_DIR}/${HOST_SYS}/share/gnome-common/data/omf.make ${S}
+ cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
}
do_stage () {