nautilus: fix broken dependency on orbit2-native
LICENSE="GPL"
-DEPENDS += " gvfs tracker librsvg libexif eel esound gnome-desktop"
+PR = "r1"
+
+DEPENDS += " gvfs tracker librsvg libexif eel esound gnome-desktop orbit2-native"
RDEPENDS = "gvfs"
EXTRA_OECONF = " --disable-gtk-doc --disable-update-mimedb "
FILES_libnautilus = "/usr/lib/*.so*"
FILES_${PN}-dbg += "/usr/libexec/.debug"
+# We need native orbit-idl with target idl files. No way to say it in a clean way:
+do_configure_append () {
+ find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \;
+}
+
do_stage() {
autotools_stage_all
}