* We don't want the netbook-launcher-efl menu to auto start on the OpenPandora as the user pick there choice of GUI.
DESCRIPTION = "This is a version of the netbook-launcher using Enlightenment Foundation Libraries (EFL) so it will run on systems without 3D acceleration required by Clutter."
LICENSE = "GPLv3"
-PR = "r1"
+PR = "r2"
DEPENDS = "liblauncher libxau dbus-glib gtk+ libgnome libgnomeui edje edje-native libnotify libcanberra evas eina ecore elementary eet"
RDEPENDS_${PN} = "evas-loader-svg"
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
-SRC_URI[md5sum] = "d38cd496c427ba240ac20770939bee70"
-SRC_URI[sha256sum] = "182b97e9b2f230ee9bf378ca0d62ec8a033acbf882d7cbd94b9a1d94d3d305de"
+do_install_append_omap3-pandora() {
+ rm -f ${D}${sysconfdir}/xdg/autostart/netbook-launcher-efl.desktop
+}