From: Michael Mrozek Date: Fri, 19 Jul 2013 03:42:01 +0000 (+0200) Subject: Added new PND: Compo4ALL Manager (also bumped recipe) X-Git-Tag: sz_155~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=733057424c69923158762f04770e7c20f0d79d3d Added new PND: Compo4ALL Manager (also bumped recipe) --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index dd96849..cb3046e 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "bash sed gawk grep zenity" -PR = "r144" +PR = "r145" SRC_URI = " \ file://op_paths.sh \ @@ -39,6 +39,7 @@ SRC_URI = " \ file://op_ledsettings.pnd \ file://op_cpusettings.sh \ file://op_cpusettings.pnd \ + file://compo4all-manager.pnd \ file://op_lcdrate.sh \ file://op_videofir.sh \ file://op_storage.sh \ @@ -151,6 +152,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_inputtest.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_lidsettings.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_osupgrade.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/compo4all-manager.pnd ${D}${prefix}/pandora/apps/ install -d ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/evince.pnd ${D}${prefix}/pandora/mmenu/ diff --git a/recipes/pandora-system/pandora-scripts/compo4all-manager.pnd b/recipes/pandora-system/pandora-scripts/compo4all-manager.pnd new file mode 100644 index 0000000..bfffed7 Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/compo4all-manager.pnd differ