From: Michael Mrozek Date: Thu, 14 Mar 2013 15:15:33 +0000 (+0100) Subject: pandora-scripts: Added Wifi Nettool for MiniMenu X-Git-Tag: sz_154~35 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=9294f09df8bc070057bdc97c4c483019708df7ae pandora-scripts: Added Wifi Nettool for MiniMenu --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index d53f472..ca552b9 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 = "r134" +PR = "r135" SRC_URI = " \ file://op_paths.sh \ @@ -30,6 +30,7 @@ SRC_URI = " \ file://op_startupmanager.pnd \ file://op_switchgui.sh \ file://op_switchgui.pnd \ + file://nettool.pnd \ file://startnetbooklauncher \ file://startmmenu \ file://startpmenu \ @@ -171,6 +172,7 @@ do_install() { install -m 0755 ${WORKDIR}/thunar.pnd ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/xchat.pnd ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/gcalctool.pnd ${D}${prefix}/pandora/mmenu/ + install -m 0755 ${WORKDIR}/nettool.pnd ${D}${prefix}/pandora/mmenu/ install -d ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_bluetooth.desktop ${D}${datadir}/applications/ diff --git a/recipes/pandora-system/pandora-scripts/nettool.pnd b/recipes/pandora-system/pandora-scripts/nettool.pnd new file mode 100644 index 0000000..a978d97 Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/nettool.pnd differ