mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
738df82e9e
commit
b4f012af62
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user