From: Michael Mrozek Date: Thu, 8 Apr 2010 00:24:53 +0000 (+0200) Subject: pandora-scripts: Added startmmenu script (for starting minimenu) X-Git-Tag: Release-2010-05/1~71 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=ef05db4fffcebf1f0e76342117cf9bfb26dbd0d2 pandora-scripts: Added startmmenu script (for starting minimenu) --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index cc65f9d..657f458 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -22,6 +22,7 @@ SRC_URI = " \ file://op_switchgui.sh \ file://op_switchgui.desktop \ file://startnetbooklauncher \ + file://startmmenu \ file://op_calibrate.sh \ file://op_calibrate.desktop \ file://op_datetime.sh \ @@ -60,6 +61,7 @@ do_install() { install -d ${D}${bindir}/ install -m 0755 ${WORKDIR}/startnetbooklauncher ${D}${bindir}/ + install -m 0755 ${WORKDIR}/startmmenu ${D}${bindir}/ } PACKAGE_ARCH = "${MACHINE_ARCH}"