From 3fb96807fdf3d6bdcedde224c76096cd12871a9c Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Sat, 24 Dec 2011 17:20:25 +0100 Subject: [PATCH] pandora-libpnd: Bumped recipe to latest GIT version --- recipes/pandora-system/pandora-libpnd.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index bfa750d..fef1959 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 = "r57" +PR = "r58" PARALLEL_MAKE = "" @@ -14,7 +14,7 @@ SRC_URI = " \ file://op_pnd_run.desktop \ " -SRCREV = "9605ab5fb29ce107a849948eb7ada8d3296093ed" +SRCREV = "13c13f24e9de858dd96d1bcd9480eac8c029175b" S = "${WORKDIR}/git" @@ -76,7 +76,9 @@ do_install() { install -d ${D}${sysconfdir}/pandora/mmenu/ install -d ${D}${sysconfdir}/pandora/mmenu/skins/ install -d ${D}${sysconfdir}/pandora/mmenu/skins/default/ + install -d ${D}${sysconfdir}/pandora/mmenu/skins/clean/ install -m 0755 ${S}/deployment/etc/pandora/mmenu/skins/default/* ${D}${sysconfdir}/pandora/mmenu/skins/default + install -m 0755 ${S}/deployment/etc/pandora/mmenu/skins/clean/* ${D}${sysconfdir}/pandora/mmenu/skins/clean install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/rc.pndnotifyd ${D}${sysconfdir}/init.d/pndnotifyd-init -- 2.39.5