netbook-launcher-efl 0.2.3: HACK! Don't package /etc/xdg/autostart/netbook-launcher...
authorDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 15 Feb 2010 16:16:22 +0000 (16:16 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 8 Apr 2010 07:19:39 +0000 (08:19 +0100)
* We don't want the netbook-launcher-efl menu to auto start on the OpenPandora as the user pick there choice of GUI.

recipes/netbook-launcher/netbook-launcher-efl_0.2.3.bb

index 3bee5a5..8e2c7c7 100644 (file)
@@ -1,7 +1,7 @@
 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"
@@ -12,3 +12,6 @@ SRC_URI = "http://launchpad.net/launch-lite-proj/0.2/${PV}/+download/netbook-lau
 
 EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
 
+do_install_append_omap3-pandora() {
+    rm -f ${D}${sysconfdir}/xdg/autostart/netbook-launcher-efl.desktop
+}