From 4288ebab81cb0f49bf3847457094513dec3b3205 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Sat, 5 Mar 2011 02:17:54 +0100 Subject: [PATCH] Bumped recipes --- recipes/pandora-system/pandora-libpnd.bb | 7 +++++-- recipes/pandora-system/pandora-scripts.bb | 13 +++---------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index 045d784..fcc9dda 100755 --- a/recipes/pandora-system/pandora-libpnd.bb +++ b/recipes/pandora-system/pandora-libpnd.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" LICENSE = "lGPL" -PR = "r43" +PR = "r45" PARALLEL_MAKE = "" @@ -14,7 +14,7 @@ SRC_URI = " \ file://op_pnd_run.desktop \ " -SRCREV = "8075d3dba75ec1bf935e452595897d160f39244a" +SRCREV = "037420eb65fdbb4cd85c505688641c4ebd2c1409" S = "${WORKDIR}/git" @@ -69,6 +69,9 @@ do_install() { install -d ${D}${prefix}/pandora/ install -d ${D}${prefix}/pandora/apps/ + install -d ${D}${prefix}/pandora/scripts/ + install -m 0755 ${S}/deployment/usr/pandora/scripts/* ${D}${prefix}/pandora/scripts + install -m 0755 ${S}/testdata/scripts/* ${D}${prefix}/pandora/scripts install -d ${D}${sysconfdir}/pandora/mmenu/ install -d ${D}${sysconfdir}/pandora/mmenu/skins/ diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index da2b338..dce1ca1 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 = "r59" +PR = "r60" SRC_URI = " \ file://op_bright.sh \ @@ -60,17 +60,13 @@ SRC_URI = " \ file://squeeze.pnd \ file://thunar.pnd \ file://xchat.pnd \ - file://gcalctool.pnd \ - file://genpxml.sh \ + file://gcalctool.pnd \ file://op_bright_down.sh \ file://op_lid.sh \ file://op_power.sh \ - file://pnd_make.sh \ file://op_battlow.sh \ file://op_bright_up.sh \ file://op_menu.sh \ - file://pnd_hup.sh \ - file://pnd_run.sh \ " do_install() { @@ -91,16 +87,13 @@ do_install() { install -m 0755 ${WORKDIR}/op_nubmode.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_storage.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_tvout.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/genpxml.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bright_down.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_lid.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_power.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/pnd_make.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_battlow.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bright_up.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_menu.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/pnd_hup.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/pnd_run.sh ${D}${prefix}/pandora/scripts/ + install -d ${D}${prefix}/pandora/apps/ -- 2.39.5