From: David-John Willis Date: Wed, 7 Apr 2010 21:21:22 +0000 (+0100) Subject: pandora-scripts: Add latest startmenu script. X-Git-Tag: Release-2010-05/1~65^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685efd8ef03a09681f4903648f0aed1e58e63649;p=openpandora.oe.git pandora-scripts: Add latest startmenu script. --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index cb0693b..d6a94af 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r9" +PR = "r10" SRC_URI = " \ file://op_bright.sh \ @@ -23,6 +23,7 @@ SRC_URI = " \ file://op_switchgui.sh \ file://op_switchgui.desktop \ file://startnetbooklauncher \ + file://startmmenu \ " do_install() { @@ -47,6 +48,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}"