From 685efd8ef03a09681f4903648f0aed1e58e63649 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Wed, 7 Apr 2010 22:21:22 +0100 Subject: [PATCH] pandora-scripts: Add latest startmenu script. --- recipes/pandora-system/pandora-scripts.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}" -- 2.39.5