X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=56c398bc8eab9f97627895235377e701afb9ad0c;hp=12dccf40778ddecb61960678cc087d25bddb0ecc;hb=2df1bc52f0a0d42da59c980b00635c76d890732a;hpb=fb27d8298312e38b265a19a9f799fe7a9ef9d9aa;ds=sidebyside diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 12dccf4..56c398b 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 = "r22" +PR = "r23" SRC_URI = " \ file://op_bright.sh \ @@ -25,6 +25,7 @@ SRC_URI = " \ file://startnetbooklauncher \ file://startmmenu \ file://startpmenu \ + file://stopmmenu file://op_calibrate.sh \ # file://op_calibrate.desktop \ file://op_datetime.sh \ @@ -85,6 +86,7 @@ do_install() { install -m 0755 ${WORKDIR}/startnetbooklauncher ${D}${bindir}/ install -m 0755 ${WORKDIR}/startmmenu ${D}${bindir}/ install -m 0755 ${WORKDIR}/startpmenu ${D}${bindir}/ + install -m 0755 ${WORKDIR}/stopmmenu ${D}${bindir}/ } PACKAGE_ARCH = "${MACHINE_ARCH}"