X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-libpnd.bb;h=0d47bff6bccfcacf74e7f3f6dad9fe2d89f1312f;hp=356bd4ef829ea343fc3f2b2daacd1470e83d573b;hb=248ee3c4e8a298bd184d674996883aa88c325ca6;hpb=485a0aef24eeeda1e48b4abfeded2a33acd9e83b diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index 356bd4e..0d47bff 100755 --- a/recipes/pandora-system/pandora-libpnd.bb +++ b/recipes/pandora-system/pandora-libpnd.bb @@ -1,20 +1,20 @@ DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" LICENSE = "lGPL" -PR = "r49" +PR = "r66" PARALLEL_MAKE = "" DEPENDS = "virtual/libsdl libsdl-image libsdl-gfx libsdl-ttf" SRC_URI = " \ - git://openpandora.org/pandora-libraries.git;protocol=git;branch=master \ + git://git.openpandora.org/pandora-libraries.git;protocol=git;branch=master \ file://rc.pndnotifyd \ file://rc.pndevmapperd \ file://op_pnd_run.desktop \ " -SRCREV = "379be69d4d9ae9f61f787c0de2a568eea7fe4060" +SRCREV = "fbe6b2fab92cc1897014b23c8a645e80c2531142" 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